Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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()'