Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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?
Try this use Date to convert numeric date
if(Submit_Date <= Date( Today()-30 ),Submit_Date)
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?
I have added all the required dimensions
and what happened?
if condition not reflecting in the chart
Would you be able to post a sample or an image to show what you are seeing?