Hi there, i have a little update, i be able to do what i want with 2 of the cells, when i insert a value on the second cell of the first row, an alert popup saying that you have to insert something on the first cell of the first row, like you can see here.
And when you insert something on the first cell of the first row, the message dissapear as you can see.
I be able to do it using this code on ecuation validation question:
((is_empty(M1_Y001_X003.NAOK)) or (!is_empty(M1_Y001_X003.NAOK) and (!is_empty(M1_Y001_X001.NAOK))))
And this on help about validation question:
{if((((is_empty(M1_Y001_X003.NAOK)) or (!is_empty(M1_Y001_X003.NAOK) and (!is_empty(M1_Y001_X001.NAOK))))), '', 'Por favor, introduzca algo en gasto total M1.<br />')}
Now i have to do the same with the other 4 cells on the same row, and then do the same but in other way, if you insert a value on the first cell, should appear a message saying that you have to insert a value on the last 3 cells.
¿Can someone help me to do this?
I try to add the 3rd cell (Wich is the 4th by code) with this on validation question and help about validation question, but dont work, I think it's because of the nested validations.
(((is_empty(M1_Y001_X003.NAOK)) or (is_empty(M1_Y001_X004.NAOK))) or ((!is_empty(M1_Y001_X003.NAOK) or !is_empty(M1_Y001_X004.NAOK)) and (!is_empty(M1_Y001_X001.NAOK))))
{if(((((is_empty(M1_Y001_X003.NAOK)) or (is_empty(M1_Y001_X004.NAOK))) or
((!is_empty(M1_Y001_X003.NAOK) or !is_empty(M1_Y001_X004.NAOK)) and (!is_empty(M1_Y001_X001.NAOK))))), '', 'Por favor, introduzca algo en descripción de los programas.<br />')}
I attach the lss again with the code too.
In advance, thanks for the help.