Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Passing Argument to the report

Hi All,

I have a List box for showing the dates. When i select a group of dates i need to get the value of maximum date, ie .. if i am selecting dates from Sept 09 - Sept 15. I want to get the values as Sept 15 and then i want to send this value as a parameter to a report. I am scheduling this report to be sent as a attachment as pdf.

Please let me know how can i select the maximum value of the dates and pass that to the report.

Thanks

Renjith Kumaran

3 Replies
tresesco
MVP
MVP

In a text object, expression: =Date(Max(DateField)), then pull this text object to your report.

Not applicable
Author

HI,

I want to show the value in the left header section of the report like Week End Date : 09/15/2013.

Please let me know how it can be done

tresesco
MVP
MVP

Did not work much on reports; not finding a way to use qv functions there in header. Alternatively yo can try : minimize the margin of the header and then insert text object with max date expression and position at your desired location.