Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Able to assign the LET statement state value in load statement,
please help me,
For Ex,
LET vEndDate = num(today(1)+365); // End at today's date plus 1 year
LET vStartDate = num(today(1)-365); // Start a year ago.
Load * inline
[
eDate,sDate
vEndDate, vStartDate
];
Regards,
Senthil...
Load * inline
[
eDate,sDate
$(vEndDate), $(vStartDate)
];
Hi Yaseen,
Thanking you...
Regards,
Senthil..