Hi, I’m trying to make a survey which scores something.
And with the score, i want to show different text variable.
For example,
if @variable1 = 4, then ‘replace’ @variable2 = hi
if @variable1 = 0, then ‘replace’ @variable2 = hey
and i want to show current status of variable2 ‘hi’ or ‘hey’ in the middle of survey.
I’ve tried to apply logic like above i showed, it only gives ‘default’ value of @variable2, and it doesn’t ‘replace’ the text value.
Please help