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: 
knightwriter
Creator III
Creator III

% of Count?

Hi All,

How do I formulate a percentage of the overall total for each of the columns in my straight table?

Kind regards

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be this is what you are looking for:

Count(Field)/Count(Total Field)

View solution in original post

2 Replies
sunny_talwar

May be this is what you are looking for:

Count(Field)/Count(Total Field)

swuehl
Champion III
Champion III

You can try enabling 'relative' option in your expression tab or use something like

=sum(Value) / sum(TOTAL Value)