How to get value from latest data (minus) yesterday data
i have a column date.
Thanks
How to get value from latest data (minus) yesterday data
i have a column date.
Thanks
You can determine Yesterday using the following calculation and then use it as you wish either in filter or another calculated field. Hope this helps!
addDateTime(-1,‘DD’, now())