Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone.I have inline load statement like this
PeriodsList: Load * Inline [ PeriodName, PeriodValue 7Days, '{">= $(=Num(Today()-6)) <= $(=Num(Today()))"}' 30Days, '{">= $(=Num(Today()-29)) <= $(=Num(Today()))"}' ];
But when I load the script I get only result as below. What I am doing wrong?