Forum Discussion
sahabatsuria
1 year agoFrequent Visitor
When does a variable gets calculated? Before or after RETURN?
Let's say I have a Switch function that will return different variable based on certain conditions: Measures =
var a = (some complex calc)
var b = (some complex calc)
var c = (some complex calc)
v...
Idrissshatila
1 year agoSuper User
Hello sahabatsuria ,
I recommend to check this video to learn more about variables and how they work
https://youtu.be/Gr8LjtnGNlA?si=DNM3l03PVfTmAv2y
sahabatsuria
1 year agoFrequent Visitor
Hi Idrissshatila , while the video explain how variable works, it doesn't actually answer my question in terms of the execution. If I miss it, can you please let me know the timestamp so that I can review it again?