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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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'))"}>}