Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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

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.