Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to get count of item ids that the store had for yesturday
as below
=count({<Date={"$(=Date(Max(Date)-1,'DD/MM/YYYY'))"}>} item_id)
count({<Date={"$(=Date(today(),'DD/MM/YYYY') -1)"}>} item_id)
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
as below
=count({<Date={"$(=Date(Max(Date)-1,'DD/MM/YYYY'))"}>} item_id)
Thanks Vineeth Pujari , the above has worked for me
Happy to help, please make the response as solution to close the thread