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: 
george456
Creator
Creator

Yesterday Sales

Dear Community

 

I have the following set analysis:

 

=Max({<$(vMeasure)={<>},Date={<>}>}Date)

I need to go back one day only from this point. I have tried the minus one but I am failing to have success

 

Can you help

Regards

1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

HI @george456 

Try like below

=Date(Max(Date)-1, 'YourDateFormat')

or

=Date(Today()-1, 'YourDateFormat'))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan
MVP
MVP

HI @george456 

Try like below

=Date(Max(Date)-1, 'YourDateFormat')

or

=Date(Today()-1, 'YourDateFormat'))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.