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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
satishkurra
Specialist II
Specialist II

Pivot Table Help

Hi

I have below problem.

Business wants to display this report of total on row wise.

I'm getting 100 % on column wise.

Is there any way

Dimensions: Type and Week Starting Date

Measure: Sum(Hours)

Please help if we can achieve this in QV

1 Solution

Accepted Solutions
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Hope you are using Show Partial sum for Week Starting Date. Uncheck it and enable the Show Partial Sum check box for type. you will get the expected output.

View solution in original post

2 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Hope you are using Show Partial sum for Week Starting Date. Uncheck it and enable the Show Partial Sum check box for type. you will get the expected output.

sergio0592
Specialist III
Specialist III

Create pivot chart and as expression:

  =num(sum(Hours)/Sum(TOTAL <Week Starting Date> Hours) ,'#,#0%')