I would like to adapt my (confirmation) emails to the answers of the participants in the survey. My code currently shows an error message for the greater-than-or-equal sign (=>). How can I correct my code?
{if(Dank.NAOK == 0, 'gar nicht dankbar', '')}{if(Dank.NAOK=>1 AND Tag.NAOK == 'A1', 'SuperDankbar', '')}
The variable Dank.NAOK is has a Likert scale and the codes of the question vary from 0 to 4.
Hi, Joffm,
thanks for your quick help!
it worked with gt for me ({if(Dank.NAOK gt 0 AND [...]).
But with {if(Dank.NAOK > 0 AND [...] or {if(Dank.NAOK >= 0 AND [...] I still had error messages. Even if I used single quotes, there were errors. {if(Thanks.NAOK '>= 0' AND [...]
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.