Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
askarkhan
Contributor III
Contributor III

Qlikview AGGR expression Chart

Hey.

I am facing a trouble . I want a table to show percentage of answered,busy and Ringing calls with respect to total calls in each month. I tried using combo of Aggr and set analysis. below result i got. Here i am getting total number of calls per month but it is showing in just one row. i can calculate the percentage of answered but not able to do for others like busy and Ringing no response. please help.

askarkhan_0-1662623951590.png

 

Labels (2)
1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi,

Try with:

sum(#Count) / sum( TOTAL <Month> #Count)

P1.png

  

View solution in original post

2 Replies
sergio0592
Specialist III
Specialist III

Hi,

Try with:

sum(#Count) / sum( TOTAL <Month> #Count)

P1.png

  

askarkhan
Contributor III
Contributor III
Author

Thanks. i was using AGGR function. it was giving Zero every time. This works with little change.

One thing here. If we taking expression lebel then we don't have to use sum. in that case expression will be like

  • #Count / Count(TOTAL <Month>(customers)

Above don't get confuse with count.. the one "#Count" is lebel and "Count/(Total" is expression