Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
fcanakar
Contributor
Contributor

Qlik Sense

I want only two specific dates to appear in the table in Qlik Sense, how should I do it?

Labels (3)
1 Reply
F_B
Specialist
Specialist

Hi fcanakar,

you can use a set analysis expression, something like this:

Only ({<YourDateField={"Date1","Date2"}>} YourDateField)

 

Here you can find more informations about it:

Tutorial - Creating a set expression | Qlik Sense on Windows Help

 

Hope this is helpful