Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

AGGR average only on total line

Hi All

I have the following expression in a straight table with a single dimension.  The problem I have is that the result only shows on the total line - i don't get averages per value in the dimension? Please can anyone advise?

Avg({$<[Fiscal _DateSerial]={">=$(vL.12MthRolling)<=$(vL.Period)"}, Type={'Non Pay'}>} aggr(sum({$<[Fiscal _DateSerial]={">=$(vL.12MthRolling)<=$(vL.Period)"}, Type={'Non Pay'}>} #Balances_In_Month_Actual),[Fiscal Year-Month]))

Thanks

Dominic

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

Add SubType to your aggr in that case, in addition to Fiscal Year-Month.

Vlad

View solution in original post

3 Replies
vgutkovsky
Master II
Master II

Well, what are the chart dimensions (in order)?

Vlad

Not applicable
Author

The only dimension is SubType a

Lower granularity grouping.

vgutkovsky
Master II
Master II

Add SubType to your aggr in that case, in addition to Fiscal Year-Month.

Vlad