So I have an input that needs to display the count of orders made say “This month”, “Last week”, etc.
I do a search for orders but can’t figure out how to write the constraint to show orders made only for “this month”. When I do => created date = current date/time:extract to month, I get the obvious error of the left side of the expression being date while the right is text…I need help. I know there should be a very simple way to do this.
Hi there, @jmallet… instead of extracting the month, try using the :rounded down to operator (rounding down to month, of course) and see if that produces the desired result.