I search for other thread concerning this issue, but it doesn't help my situation.
I have a graph in (FEX1) with a requested_date as a drill down parameter into FEX2.
It passes in a date with the following format: 2004/12/05
After it passes in, I want to add 7 days to it, so the result is 2004/12/12. Instead, when I execute my code, it gave me 1901/02/03.
Here is my code:
SELECTDT/YYMD = &REQDATE + 7;
What am I doing wrong?
Please help!!
Thank you.
I have a graph in (FEX1) with a requested_date as a drill down parameter into FEX2.
It passes in a date with the following format: 2004/12/05
After it passes in, I want to add 7 days to it, so the result is 2004/12/12. Instead, when I execute my code, it gave me 1901/02/03.
Here is my code:
SELECTDT/YYMD = &REQDATE + 7;
What am I doing wrong?
Please help!!
Thank you.