Please help us help you and fill where relevant:
Your LimeSurvey version: 3.25
Own server or LimeSurvey hosting: Own
Survey theme/template: Fruity
==================
Hi people, i need help with a table I try to do, i have 2 issues on the table, i atach the lss of the survey.
First: I want to know if its possible to insert on a cell, the sum of another cells, i be able to do something similar putting this {sum(IP1_SQ001_SQ003.NAOK, IP1_SQ001_SQ004.NAOK)} on row name, but i want to see the sum and see how sum while you insert values on the cells marked in yellow on the attached screen called "captura" right down here
Second: and more important because the first if is not possible to do i can manage using the method that i explain before, i need to put validations on the cells, for example, if i insert a value on the first column, i have to receive an error message but, if i insert a value on the last cell and on one of the 2,3,4,5 or 6 cell, the message should dissapear, looking for info i be able to do something similar on validation question putting this:
(is_empty(IP1_SQ001_SQ001.NAOK) or regexMatch('/^$/',IP1_SQ001_SQ001.NAOK))
And this on validation question help:
{if((is_empty(IP1_SQ001_SQ001.NAOK) or regexMatch('/^$/', IP1_SQ001_SQ001.NAOK)), '', 'Por favor, introduzca algo en descripción de los programas.<br />')}
Im sure this is possible to do but i dont know how to make it work correctly.
I put the idea on an image below.
Thanks for the help.