Hi,
maybe a simple question, maybe not
I have a list of orders with a data column. Now i want to count how many orders are made in the last week.
At this moment a made a calculated column so i know the order period
IF(YEAR([orderdate])&WEEKNUM([orderdate])=YEAR(NOW())&WEEKNUM(NOW())+0;"this week";"other week"))
After that i can filter the report on "this week", but i think this is not the way to go.
Does anyone have a good idea to make the measure?
With kind regards, Norbertus