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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table

Hi all,

I got 2 short questions:

1 - I build myself a pivot table containing information about Revenue and Shipments.

Dimensions = weekday

                  =  Weeks

Now I would like to be able switching between Revenue and Shipments. It now shows me the info next to each other Revenue and Shipments.

I want it to only show me Revenue but when I clikc a button or something to switch to shipments.

Start using buttons and conditional??

2 - I would like to add a 3th expressions containing the percentages per day of the week total like:

monday 20%

tuesday 10%

etc etc 100%

now i got sum(revenue)/sum(total(reveneu) but then it shows me 1% per day and all the days collected it gives me 100%. I would like to add to 100% per week and not over all the weeks.

kind regards

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Something like this?

View solution in original post

2 Replies
marcus_sommer

1. You could use groups for dimensions/expressions and/or use visibilty-conditions for them - perhaps per button.

2. Try: sum(total <Week> reveneu)

- Marcus

MK_QSL
MVP
MVP

Something like this?