many thanks.
IF I have more than 3 Text string need to show in different sequence, how the nested IF statements should be present?
or
BECAUSE I need more than 6 Text string to show in different sequence, but when I try 5, it seems to some problem.
IF I have more than 3 Text string need to show in different sequence, how the nested IF statements should be present?
{if(random == 1, 'Text string 1.', if(random == 2, 'Text string 2.', 'Text string 3.', 'Text string 4.', 'Text string 5.'))}
or
{if(random == 1, 'Text string 1.', if(random == 2, 'Text string 2.', if(random == 3, 'Text string 3.', 'Text string 4.', 'Text string 5.'))}
BECAUSE I need more than 6 Text string to show in different sequence, but when I try 5, it seems to some problem.