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: 
DGAL1
Contributor III
Contributor III

set analysis

i want to get count of item ids that the store had for yesturday 

Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

as below

 

=count({<Date={"$(=Date(Max(Date)-1,'DD/MM/YYYY'))"}>} item_id)

 
Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

5 Replies
Ahidhar
Creator III
Creator III

count({<Date={"$(=Date(today(),'DD/MM/YYYY') -1)"}>} item_id)

DGAL1
Contributor III
Contributor III
Author

The above formula gives me the total of 56,113 and i want only yesterday as for 2023 i have 41065 and 2024 i have 15,048 

vinieme12
Champion III
Champion III

as below

 

=count({<Date={"$(=Date(Max(Date)-1,'DD/MM/YYYY'))"}>} item_id)

 
Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
DGAL1
Contributor III
Contributor III
Author

Thanks Vineeth Pujari , the above has worked for me

 

vinieme12
Champion III
Champion III

Happy to help, please make the response as solution to close the thread

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.