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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
sayadutt
Creator
Creator

Filtering a table based on a list box value

Hi,

I have a list box which contains dates.

My requirement is to create a filter on my table which will show the value for max(Date) (by default).

I can't use "Select In Field" at Document level, as I need this filter only for this table. I have other tables in my page as well which shows All days data.

 

 

Can you please help.

1 Solution

Accepted Solutions
Vegar
MVP
MVP

Add a set analysis into your expressions.

Like this: Sum({<Date={'$(=maxstring([Date]))'}>}Qty)

View solution in original post

1 Reply
Vegar
MVP
MVP

Add a set analysis into your expressions.

Like this: Sum({<Date={'$(=maxstring([Date]))'}>}Qty)