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

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

Pivot Table to Chart

Is it possible to convert this Pivot table (See screenshot below) to a chart?

Dimensions:

State

EndDate_YYYYMM

Expressions:

Count({<[ENDDATE_YYYY] -= {"3000"}>}ID)

If(RowNo() <= 3, Num(Count({<[ENDDATE_YYYY] -= {"3000"}>}ID)/

Below(Count({<[ENDDATE_YYYY] -= {"3000"}>}ID), 1) - 1, '#.00%'))

4 Replies
sunny_talwar

Pivot table to a chart? Pivot table is also a chart... what exactly do you mean?

Anonymous
Not applicable
Author

I would like to turn the pivot table into a bar chart but I have multiple dimensions (State and EndDate) and I'm not sure if that's possible.

sunny_talwar

May be this:

Aggr(

     If(RowNo() <= 3, Num(Count({<[ENDDATE_YYYY] -= {"3000"}>}ID)/

     Below(Count({<[ENDDATE_YYYY] -= {"3000"}>}ID), 1) - 1, '#.00%'))

, State, EndDate_YYYYMM)

MK9885
Master II
Master II

Do you mean by 'Fast Change'?

Same chart but different views?