HiFor each part number I am trying to find out in which week of a month did the largest daily shipment occur... so using report builder 3.0 in SSRS 2012 I can find daily, weekly and monthly totals for the units shipped but I am having a hard time thinking through the logic to find the daily max for each week.in my data I can have multiple orders/shipments for the same product on the same day.The ultimate goal is to set inventory levelsSo..In my matrix report I have Row groups: Classid => Product class InvtID => Item Part NumberColumn Groups: FiscYr=> Fiscal Year PerPost => Month or period the transaction occurred Week_period => the week the transaction occurred Day_period => The day that the transaction occurredThe aggregations are Sum(case_shipped) Max(case_shipped)The Sum(case_shipped) is working as desired but the Max(case_shipped) is picking out the max amount shipped on any one order when looking at the week, month or fiscal period and that is not what I need.I have attached a screenshot since a picture is worth more than my words.I would very much appreciate any thoughts on this. I am guessing that the solution has something to do with using the inscope function but I can't wrap my head around how to use itThank you Tom D
↧