Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
A minor technical question.
How come im not allowed to do this in my edit script:
LET vCurrentMonthToDate ='>=$(vMonthStart1) <=$(vDateToday);
But if i make it in variable overview - im allowed!
try this:
LET vCurrentMonthToDate ='>=$(vMonthStart1) <=$(vDateToday)';
in above a quote is missing
try this:
LET vCurrentMonthToDate ='>=$(vMonthStart1) <=$(vDateToday)';
in above a quote is missing
Hi,
Let key use for calculation
I Think you want to string format. So use below mentioned Syntex:
SET vCurrentMonthToDate ='>=$(vMonthStart1) <=$(vDateToday)';
I have ofcause declared what montstart and vdatetoday is I just didnt wrote it but thanks
Thanks, im blind!!