Hello,
I have multiple target variables that I would like to combine and show in a text box.
For example (two variables):
Variable1 = WindSpeed
Variable 2 = Air Temperature
Shown in the text box as: The WindSpeed is 20 Knots and the Air Temperature is 27 Degrees Celsius.
Also, I may want to show WindSpeed and Air Temperature on a separate line in the text box, i.e.
The WindSpeed is 20 Knots.
The Air Temperature is 27 Degrees Celsius.
So, here is what I need to know:
1. Each widget only allows for one variable, so how does a widget get information from two or more variable for display in a text box. I was thinking that I could get the data from two hidden widgets, but I'm not sure how to do that.
2. How do I format the data in the text box as mentioned above?
Stephen