Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

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
Champion III
Champion III

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....