If we have a measure that is number of sales orders per day [Sales Order Count], how would we write an MDX statement that will return the sum of Sales Order Count for the last "X" days, such that if the cutrrent member is Monday 8/21/2006 and we want the last 7 days sun, we get sum of Sales Order Count from 8/15/2007 - 8/21/2006?
> If we have a measure that is number of sales orders per day [Sales Order > Count], how would we write an MDX statement that will return the sum of > Sales Order Count for the last "X" days, such that if the cutrrent member > is Monday 8/21/2006 and we want the last 7 days sun, we get sum of Sales > Order Count from 8/15/2007 - 8/21/2006?
Steven H wrote: > If we have a measure that is number of sales orders per day [Sales Order > Count], how would we write an MDX statement that will return the sum of > Sales Order Count for the last "X" days, such that if the cutrrent member is > Monday 8/21/2006 and we want the last 7 days sun, we get sum of Sales Order > Count from 8/15/2007 - 8/21/2006?
> Steven H wrote: >> If we have a measure that is number of sales orders per day [Sales Order >> Count], how would we write an MDX statement that will return the sum of >> Sales Order Count for the last "X" days, such that if the cutrrent member >> is >> Monday 8/21/2006 and we want the last 7 days sun, we get sum of Sales >> Order >> Count from 8/15/2007 - 8/21/2006?