Hello,
I'm trying to use the approach below, for my survey:
{if(howmany == 1, price1.question,'')}
{if(howmany == 2, price2.question,'')}
{if(howmany == 3, price3.question,'')}
{if(howmany == 4, price4.question,'')}
{if(howmany == 5, price5.question,'')}
But, for some unknown reason( of course for me ...), it works only for one report(ICReport...see in the lss attached file, in the end message of the survey)
For the other two ( DSReport and ECReport) it's not showing anything in the end message, even if I'm using the same conditionals just with different answers.
Please help me in my endeavor to make this functional.
Thank you!