Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
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.

1 Solution

Accepted Solutions
sunny_talwar

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

Try this use Date to convert numeric date

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

sunny_talwar

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

and what happened?

navaneeth79
Contributor II
Contributor II
Author

if condition not reflecting in the chart

sunny_talwar

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