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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

% of total in table

I am looking to have a table with 2 columns one with value of times and have used this in my expression = count ([Injury Area] which works fine in 2 column i am looking to show this value as a % to the total

like below

many thanks in anticipation

any ideas on what expression to use

Injury AreaHeader 2Header 3
Head5050%
Arm3030%
leg1010%
face1010%
1 Reply
maxgro
MVP
MVP

maybe

count ([Injury Area]) / count (Total [Injury Area])