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

Passing Variable into QlikView Report

Hi All,

Is it possible to pass variables into a QlikView Report. I have a list box for showing the dates. When i select a group of dates in the List Box i want to get the maximum date selected and pass that to a QlikView Report. I want to show the maximum date selected in the HEADER Section of the report.

Let me know if its possible.

Thanks

Renjith Kumaran

2 Replies
tresesco
MVP
MVP

I guess you can't put expression or variable in the hearder section. But in the body of the report you can have the variable get called which is defined something like = Max(Datefield) in the application.

martinpohl
Partner - Master
Partner - Master

It works fine.

You can use the variable e.g. in a textbox.

Because it is a date you have to use '

='$(varmaxdate)'

Regards