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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
navaneeth79
Contributor II
Contributor II

Using Today()-30

Hi all,

I am using if(Submit_Date <= Today()-30,Submit_Date)

I am not getting the values 30 days and older records in the table but  its displaying all available records. I want only 30 days or older records.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Have you added all the dimensions/fields you need to see in the chart? And also, select 'Suppress When Value Is Null' for the above dimension on the dimension tab?

View solution in original post

6 Replies
its_anandrjs
Champion III
Champion III

Try this use Date to convert numeric date

if(Submit_Date <= Date( Today()-30 ),Submit_Date)

sunny_talwar
MVP
MVP

Have you added all the dimensions/fields you need to see in the chart? And also, select 'Suppress When Value Is Null' for the above dimension on the dimension tab?

navaneeth79
Contributor II
Contributor II
Author

I have added all the required dimensions

sunny_talwar
MVP
MVP

and what happened?

navaneeth79
Contributor II
Contributor II
Author

if condition not reflecting in the chart

sunny_talwar
MVP
MVP

Would you be able to post a sample or an image to show what you are seeing?