Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a a variable in Load Script with below
Load
Min(CanonicalDate) AS MinDate,
Max(CanonicalDate) AS MaxDate
RESIDENT DateBridge;
let Month_year = Date(MonthStart(peek('MaxDate'),-1),'MMM-YY');
Now in frontend
'$(Month_year )' but this gives me Undefined in textbox,
How is to get Jul-16 as answer
Regards,
Share the QVW and the sample data files , will try to debug the same
Can you post full script which you resident load also
Hi Sunny,
TRACE $(vTest2);
Also gives blank Value.
Would you be able to share you application with us?