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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table %

Hi all,

I got a pivot table containing the following information:

Divsion Name     weeks:     Revenue 2014     Planned 2014    Revenue Cumulative 14     Planned Cum 14

-                         1

                          2

                          .....

                         53

Now i want to divide the Revenue cum 2014 / Budget cumulative to get a % that shows me how much of the planned Revenue has been achieved. However i can't seem to get the right expression(definition) that will show me this %.

Any got a clue what I am doing wrong?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try use column references. Either use the labels [Revenue Cumulative 14]/[Planned Cum 14] or column numbers column(3)/column(4)


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try use column references. Either use the labels [Revenue Cumulative 14]/[Planned Cum 14] or column numbers column(3)/column(4)


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks for the quick response Gysbert.

Using the column function gives me the right results however if I would add another column inbetween the 3d and 4d column I need to change the columns to 4 and 5 and 5.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's why it's also possible to use expression labels.


talk is cheap, supply exceeds demand
Not applicable
Author

Yes, using those is the best option. Thank you very much!