Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kaylaramsey2
Partner - Contributor III
Partner - Contributor III

% of Row Total

I need to find the percent of row total for a pivot table...

my table looks like this

Year Month Place     Home     Work     School     Total

1     Jan                    %               %          %          100%

2     Feb                    %               %          %          100%

3     Mar                    %               %          %          100%

My dimensions are Year, Month, and Place and my expression should be the %..

Can anyone help with this?

3 Replies
Anil_Babu_Samineni

Not sure, What your intend? Can you explain little more using data set.

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
sujan24s
Contributor III
Contributor III

Hi,

       Can You Try This May Work

Sum(Measure)/Sum(TOTAL <MonthField> Measure)

sunny_talwar

or this

Sum(Measure)/Sum(TOTAL <Year, Month> Measure)