I have a Data source with a 2 in the column called ‘History.’
I’m assuming it is regarded text as text, because:
When I add it to a Label, everything is fine.
But when I try to make the 2 a variable, it becomes undefined.
Is it because the column ‘History’ looks at it as text and not an integer?
If so, how can I turn the ‘2’ into an integer for it to be recognised by the variable?

