Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I create a greater than 'date' expression?

Rookie post:

I've created a straight table with 7 columns. One column is 'Expiration Date'. I only want to only show fields that are greater than '01/01/2016' without having to click on a button or filter list?

Can it be hard coded in as a set analysis expression?

TIA.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

that's right

you Need a calculation option like

=sum({<[Expiration Date]={'>=01/01/2016'}>}yourvalue)

or Count or ..

you may add additional set Analysis parts as well

View solution in original post

3 Replies
Anonymous
Not applicable
Author

you can use set Analysis

{<[Expiration Date]={'>=01/01/2016'}>}

be sure that the data is exactly in same Format as your field

Not applicable
Author

Thanks for your quick reply.

That's what I originally thought and tried. But I'm obviously missing something in the process...

Do I add it as a calculation condition or a sorting expression or another way?

Also do I need to add 'Sum' to the beginning?

Anonymous
Not applicable
Author

that's right

you Need a calculation option like

=sum({<[Expiration Date]={'>=01/01/2016'}>}yourvalue)

or Count or ..

you may add additional set Analysis parts as well