Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Doubt with set analysis w/ date

Hi

I have to do a set analysis with this date : today() - 30 = 30 days from today.

BUT using a date that is no the date from the calendar in the mail, so i have to ignore this. We can call this date Date, and the another GraphicDate. So i have to do Date= for example to ignore it.

But i don't know how to do the other part

what do you think?

Regards!

1 Solution

Accepted Solutions
sunny_talwar

May be something like this:

{<Date, GraphicDate = {"$(='>=' & Date(Today() - 30, 'YourGraphicDateFieldFormat') & '<=' & Date(Today(), 'YourGraphicDateFieldFormat'))"}>}

View solution in original post

1 Reply
sunny_talwar

May be something like this:

{<Date, GraphicDate = {"$(='>=' & Date(Today() - 30, 'YourGraphicDateFieldFormat') & '<=' & Date(Today(), 'YourGraphicDateFieldFormat'))"}>}