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: 
Anonymous
Not applicable

Create TreeView in Pivot Table

Hi,

I have a question about changing the design of pivot table.

I have a pivot table like this:

pvtable.png

I want to change the design to a treeview design like this one:

A

     A

     B

     C

     D

     E

B

     A

     B

     C

So when i click the expand (+ symbol) the chart will expand under the person not beside the person dimension.

Is it possible to make it ?

Really need your help, Thanks

3 Replies
avinashelite

As per my knowledge expanding under the header is not possible

jonathandienst
Partner - Champion III
Partner - Champion III

On Chart Properties | Style, check the Indent Mode checkbox.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Hi Jonathan,

thanks for your suggestion, it works perfectly, but i have a problem when i move the layout.

treeview.PNG

I have 3 dimension (Person, Area, Brand) and 2 expression (Qty1, Qty2) When i move the Qty beside Area, the Area column not show. Is it possible to make the area column shown again ?

I also attach my qvw file

The result i Expect is like this:

    

                                                  Brand A          Brand B          Brand C

Person A

          Area1    

                    Qty1                         10                    ....               ....

                    Qty2                         10                    ....               ....

          Area2

          Area3

          .......

Thanks