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: 
Not applicable

Input box that changes dates in script

Hi All,

New to Qlikview and the online community.  I am trying to create an input box that changes dates in my script.


My current script....

SET vsAsOfDate=Date#('05/12/2014');
LET vAsOfDate='05/12/2014';


Ideally, I want users to use an input box to enter the date and then reload the script from the UI.

As a side note, the date cannot be a formula because the report is an "as of date".  We need the flexibility to pick a point in time. 

Thanks,

Mike

2 Replies
whiteline
Master II
Master II

Hi.

You can add a variable in qvw user interface and use it for input and setting the variables in script.