G
Guest
I can use the below expression to display orders for the fourth calendar
quarter.
DatePart("q", [OrderDate])=4
The above formula performs the calculation and returns said orders for all
years existing in OrderDate field. If I wanted to use formula to display said
orders for a current year or a particular year such as 2004, how would I do
that?
Thanks in advance.
KP
quarter.
DatePart("q", [OrderDate])=4
The above formula performs the calculation and returns said orders for all
years existing in OrderDate field. If I wanted to use formula to display said
orders for a current year or a particular year such as 2004, how would I do
that?
Thanks in advance.
KP