I have a survey where I have a group question where we should answer the percentage of each groupe of vegetation. If the vegetation is not present, the field is not filled
I would like to use the label of the different types of vegetation and the percentage in another question, but only the ones that were filled, in this example only AEMB (10%); FAMB (10%)
Hi @Kal_Lam thanks for your answer, however it doesn’t solve my problem,
I my second question I need to summarize the list of vegetations that are present, So I would like to have:
“in your forest you have 10% of AEMB and 10% of FAMB”
I’m trying do that with if statement, but it only works for the first if, and for the label, not for the answers (%).
“if((${AEMB}>‘0’), ‘AEMB’, if((${AEMB}>‘0’),’ ', if((${AEMBOR}>‘0’), ‘AEMBOR’, if((${AEMBOR}>‘0’))))”
i’m not sure if it helps you understand the problem.