- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{if(q1 == 1, equation1, equation2)}
{if(A1 == 1, equation1, if(A1 == 2, equation2, if(A1 == 3, equation3, equation4)))}
nique wrote: EM will be the death of me.
{ if (A1 == 1, equation1, if (A1 == 2, equation2, if (A1 == 3, equation3, equation4))) }
if(condition, 'Returned if true', 'Returned if false (can be another IF() statement)')
How about you providing a LSS file showing what you have tried? Makes a lot more sense.can you make a LSS?
{if((Q2_1 == "Y"), equrl1, equrl2)}