Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using TOTAL get percentage rate in a pivot chart

This is my first post to the forum and I'm hoping someone else has attempted the same type of thing. I've attached an example file that was created with 8.2.

I'm trying to combine the information in the two first charts to look like that last chart. My problem is that when I use 'Suppress When Value Is Null' in the 3rd chart I lose the values I need to get the proper total in order to get the correct % rate. The last chart has the correct values to get the right percentage, but I don't want to display the last row.



Thanks for you assistance.

Jonathan

1 Solution

Accepted Solutions
disqr_rm
Partner - Specialist III
Partner - Specialist III

See enclosed. Is this what you are looking for?

View solution in original post

4 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

See enclosed. Is this what you are looking for?

Not applicable
Author

OAD * INLINE [
CustNo, CustAge, AgeSinceAdd, TransID, Amount
1, 1, 1, 1, 10
2, 1, 5, ,
3, 1, 1, 2, 20
4, 1, 5, ,
5, 1, 1, 3, 30
6, 2, 2, 4, 40
6, 2, 2, 5, 50
6, 2, 2, 6, 60
7, 2, 5, ,
8, 2, 1, 8, 80
8, 2, 1, 9, 90
8, 2, 1, 10, 100
8, 2, 1, 7, 70
9, 2, 5, ,
];

INNER JOIN

LOAD * INLINE [
AgeSinceAdd, AgeSinceAddDesc
1, 1 Week
2, 1 Month
3, 3 Months
4, 6 Months ];

Not applicable
Author

Rakesh,

Worked Perfectly! Thanks!

Anonymous
Not applicable
Author

Very nice, saved me some troubles. However, add a total and it looks odd (blanks)?

/Nicolai