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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_saini
Master III
Master III

Button Help????

Hi Folks,

I'm having to variables as mentioned below:

vDateStart   =timestamp($(vDtStart) + $(vTsStart)/24)

vDateEnd =timestamp($(vDtEnd) + $(vTsEnd)/24)

Requirement: Please help me how to create a button by using these two variables or without them to see yesterday 6:00 AM to Today's 6:00 AM data.

Note: I'm using vDateStart and vDateEnd variables in all my expressions inside Pivot table  and by pressing this button data should change automatically .

Thanks,

AS

11 Replies
amit_saini
Master III
Master III
Author

Also please use the values againstvSatartDate & vEndDate

vStartDate   =timestamp($(vDtStart) + $(vTsStart)/24)

vEndDate =timestamp($(vDtEnd) + $(vTsEnd)/24)

Thanks,
AS

Anonymous
Not applicable

Hi amit,

I am not sure if i really understood what you want. But in this example i added the date and time is changed to Yesterday's and Today's 6 to 6 AM. It changes the values in your calendar and slider. And if i understood you then the table below should limit its values.

I just used the actions --> External --> Set variable.

Is that what you looking for?

Best regard

Theresa