Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created a variables in the backed.
LET vTodays=Peek('Datums', -1, 'Master');
LET vpast7days = Date(vTodays-7);
Let vpast15days = Date(vTodays-15);
LET vpast30days = Date(vTodays-30);
LET vpast90days = Date(vTodays-90);
How to call these variables in the text object with the colors when i click on the 7 days i need to see last 7 days data etc..
How can i achieve this one. Please any one can help on this?
thanks in advance.
check attachment