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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ahmetkara
Contributor
Contributor

Pivot Table percentage calculation not working with column headers and filter

I have a pivot table where I'm getting the count of each "Failure" category.

=Count(Failure)

I can calculate the percentage per category if I just have Wk" as 'per week' column headers.

=Num(Count(Failure)/Count(Total<Wk>(Failure)),'##0.0%')

ahmetkara_0-1677028255412.png

I can also calculate the percentage per category if I filter the "failures" per another column "AM".

=Num(Count( { <AM={AM84}> } Failure) / Count( TOTAL {< AM={AM84} >} Failure),'##0.0%')

ahmetkara_1-1677028307299.png

However, whenever I try to do a pivot table combining both the "Wk" weekly column headers and the "AM84" filter, I cannot seem to get the percentage calculation to work. I have been trying to tweak the following with no luck:

=Num(Count( { <AM={AM84}> } Failure) / Count( TOTAL {< {Wk} > , < AM={AM84} >} Failure),'##0.0%')

ahmetkara_2-1677028491748.png

Any help would be appreciated.

Regards

 

Labels (1)
0 Replies