Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rkpatelqlikview
Creator III
Creator III

Triggers with Text object for past days

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..

Capture.PNG

How can i achieve this one. Please any one can help on this?

thanks in advance.

10 Replies
zhadrakas
Specialist II
Specialist II

check attachment