Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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()'