Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
yoganantha321
Creator II
Creator II

Date range in set expression

Hi all,

I have a column called month_date with list of dates which report should be generated and another column called report date which contains the date on which the reports are generated.

My expected output:

If i select a particular Report_Dates, the month_date less than the report_dates must be viewed in the bar chart.

Output I am getting:

Now, If i select  a particular date that particular date's bar is showing.

 

Anybody can help in this!!!!!

Regards,

Yoganantha Prakash G P  

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Try using these expressions

Only({<Report_Dates = {"<=$(=Max(Report_Dates))"}>}[Assessment Goal Curve])

and

Only({<Report_Dates = {"<=$(=Max(Report_Dates))"}>}Total_Compliance)

image.png

View solution in original post

2 Replies
sunny_talwar

Try using these expressions

Only({<Report_Dates = {"<=$(=Max(Report_Dates))"}>}[Assessment Goal Curve])

and

Only({<Report_Dates = {"<=$(=Max(Report_Dates))"}>}Total_Compliance)

image.png

yoganantha321
Creator II
Creator II
Author

Thanks Sunny.