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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisbrown1
Contributor III
Contributor III

Example of Selecting Multiple Field Values

I have a Table that I would like to filter based on a Button for 60 Days of data. Example:

image.png

I would like to filter on the field [Created Date] which is of the format - Date([Created Date], 'MM/DD/YYYY').

The Button that I have created: 

image.png

This button triggers "On Click"  for the field name [Created Date] with Selected Values:

 ='>=' & Date(Today()-60,'MM/DD/YYYY')

image.png

I do not get any results.  Any ideas on the Selected Values entry?

 

 

 

 

 

 

 

 

Labels (1)
0 Replies