mtownbound
Technical User
This is what I have:
Order Number Order Date Item State
99801 1/5/2015 Shoes FL
99801 1/5/2015 Pants FL
99802 3/7/2015 Shoes TN
99803 4/7/2015 Shoes UT
99803 4/7/2015 Shirt UT
99803 4/7/2015 Pants UT
I need to count the number of distinct orders per month while being grouped by state (i.e. How many distinct orders, not items, did UT have for April?)
I'm aware of adding the text field to the group header and with a source of =1 and the field in the footer to get the distinct count total for each group, but getting stumped on adding a "Abs(where month=x)" to break them out by months. Any ideas??
Thanks!
Order Number Order Date Item State
99801 1/5/2015 Shoes FL
99801 1/5/2015 Pants FL
99802 3/7/2015 Shoes TN
99803 4/7/2015 Shoes UT
99803 4/7/2015 Shirt UT
99803 4/7/2015 Pants UT
I need to count the number of distinct orders per month while being grouped by state (i.e. How many distinct orders, not items, did UT have for April?)
I'm aware of adding the text field to the group header and with a source of =1 and the field in the footer to get the distinct count total for each group, but getting stumped on adding a "Abs(where month=x)" to break them out by months. Any ideas??
Thanks!