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: 
samuel_brierley
Creator
Creator

Use a button to select next day

Hi,

Buttons are a first for me in Qlikview, Basically I just want a button to move on a day but have no clue how to go about it?

thanks for any help

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See Re: Next Day Button


talk is cheap, supply exceeds demand
PradeepReddy
Specialist II
Specialist II

Try like this..

define a variable v_date_next

Create and assign action to button:

Properties-->Action-->Add-->External-->set variable

Variable      : v_date_next

Field Value  : date(today()+1)

you can use any date field instead of 'today()'