I'm trying to create a variable that I can reference a beast mode calculation, but it keeps on telling me "This calculation contained a syntax error".
Is it not possible to create variables in Beast Mode? Or am I just messing up the syntax?
I've tried:
set @month=1
set @month:=1
select @month=1
select @month:=1
But none of them work.
This is the first line of my beast mode calculation, and it's followed by a CASE statement.
Thanks in advance!