Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Set analysis with Todays date and yesturdays date

Hello

I have some set analysis which works to gain a count for today's date

However, I also want to pick up yesturday's date

Can someone kindly show me how to amend my code to include Today and yesturday's data

=SUM( {1<Test={"$(=Date(Today(), 'DD/MM/YYYY'))"}>}QuarterlyBreaches_Breaches)

Kind Regards

Helen

1 Solution

Accepted Solutions
Not applicable

You can simply use a variable:

vYesterday = today()-1


Regards

f.


View solution in original post

1 Reply
Not applicable

You can simply use a variable:

vYesterday = today()-1


Regards

f.