Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum all from graph.

Hello guys,

I have problem to show in text(in presentation) the total of no ticket for all parcel. now i'm just using count(parcelid) to come out the graph. any ideas to sum the num from the graph attach. thanks.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try using an advanced aggregation (i.e. aggr() function), maybe:

=sum( aggr( count(parcelid), location))

where location is the field you used as dimension in your chart (needs to be a field, no calculated dimension).

Hope this helps,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

Try using an advanced aggregation (i.e. aggr() function), maybe:

=sum( aggr( count(parcelid), location))

where location is the field you used as dimension in your chart (needs to be a field, no calculated dimension).

Hope this helps,

Stefan

Not applicable
Author

Thanks bro.

U help me well....