Forum Discussion
Anonymous
5 years agoNot applicable
How to use return for multiple values
Good morning everyone: I have 2 variables already calculated and I need to display them in 2 rows in the same table. How can I do it? I used RETURN but it only lets me show a singl...
Fowmy
5 years agoSuper User
Anonymous
You have it like:
MeassureName =
VAR number1 = x
VAR number2 = y
RETURN
number1 & unichar(10) & number2
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂