Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
b_garside
Partner - Specialist
Partner - Specialist

Drill down group inside Aggr function ?

Trying to get this Drill down group to work inside my Aggr function.I'm using it in a linear gauge for Max parameter.

Max( Aggr( Sum([Average Total Payments]), $(=GetCurrentField([State-HRR])) ) )


I get a blank or null value result. Both in a text box and in the table.

2014-05-14_094427.png

1 Solution

Accepted Solutions
Anonymous
Not applicable

Works for me.

There could be a problem with the spaces in field names.  Try to change a little:

Max( Aggr( Sum([Average Total Payments]), "$(=GetCurrentField([State-HRR]))" ) )

View solution in original post

1 Reply
Anonymous
Not applicable

Works for me.

There could be a problem with the spaces in field names.  Try to change a little:

Max( Aggr( Sum([Average Total Payments]), "$(=GetCurrentField([State-HRR]))" ) )