Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculating Percentage

Hi All,

I want to find the percentage of each item with respect to total in table.Can u please let me knw the solution

for eg A is 10% of Price

C is 5% of Price

1 Solution

Accepted Solutions
Gysbert_Wassenaar

You can enable the option Relative for the expression sum(Price) or you can use sum(Price)/sum(total Price). See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

You can enable the option Relative for the expression sum(Price) or you can use sum(Price)/sum(total Price). See attached qvw.


talk is cheap, supply exceeds demand
Not applicable
Author

can u please tell me what does sum(total price) means?????

qliknerd
Contributor III
Contributor III

It means the total sum of all the column so if you had three values 10, 20 and 30 in the price column, sum(TOTAL price) would be 60.