Hello i need to do a simple task
I have a questionnaire with several questions. Each questions can have as answer "YES" or "NO"
According to the answer, there is another field that assume a value
if yes the field is E, if NO the field is NE
Some questions have another field that have another similar formula, but this time from the 2nd field
I ll need to have all the questionnaire which i can query and filter from name or from one of the questions.
It should not be difficult
But my first stop is how to assign a value to afield according to another fiedl value?
i am trying to set a field element and use an expression like
if "lista_haart" like "YES" then E
but of course don't work
thanks for help
I have a questionnaire with several questions. Each questions can have as answer "YES" or "NO"
According to the answer, there is another field that assume a value
if yes the field is E, if NO the field is NE
Some questions have another field that have another similar formula, but this time from the 2nd field
I ll need to have all the questionnaire which i can query and filter from name or from one of the questions.
It should not be difficult
But my first stop is how to assign a value to afield according to another fiedl value?
i am trying to set a field element and use an expression like
if "lista_haart" like "YES" then E
but of course don't work
thanks for help
Last edited: