Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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?