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: 
zakpullen
Creator
Creator

Show breakdown of dimension field as % instead of sum

Hi,

In the straight table below, I would like to display the answers as % for each band in the Grade column. For example, the total fte for Band 2 is 189.88 (don't need to see totals). Unspecified is 17. I would like to display that 17 as 8.95%. (can format the number ok).

I'm sure I've done something similar before, but can't figure it out.

 

tbl.JPG

Many thanks

Labels (3)
1 Solution

Accepted Solutions
Kushal_Chawda

try below

=sum(FTE)/sum(TOTAL <Grade>FTE)

View solution in original post

2 Replies
Kushal_Chawda

try below

=sum(FTE)/sum(TOTAL <Grade>FTE)
zakpullen
Creator
Creator
Author

Perfect! Thank you Kush