Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Here i am pulling the data from source and i want to get the data only from past 13 months rolling.
i was trying to use a variable to store this,
Let vRolling=date(MonthStart(AddMonths(Date(Today()),-13)))
then,
SQL SELECT *
FROM "Table_name" Where Date_Field>$(vRolling)
i am getting an error which says script line error, can some one help me whats wrong with the path?
I know that we cannot use qlikview functions during ODBC query but i tried.
Thanks Mohan it was the Semicolon that i was missing from the sytax but its working now.