Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
lourdesfmt
Contributor II
Contributor II

pivot table is always with all the collapsed dimensions

Someone knows if there is an option to be able to configure that when opening a pivot table from the access point, this table is always with all the collapsed dimensions.

Some trigger, in the properties of the object or properties of the document.

I have read the properties of the pivot table in the reference manual but that option is not there.

7 Replies
giovanneb
Creator II
Creator II

Hi, Qlikview ou Qliksense?

balabhaskarqlik

lourdesfmt
Contributor II
Contributor II
Author

Hi Giovanne, it is in QlikView

balabhaskarqlik

May be add a macro, to make all dimensions expanded...

sub ExpandCollapseDimensions

set chart = ActiveDocument.GetSheetObject("CH21")

set gp = chart.GetProperties

gp.TableProperties.PivotAlwaysFullyExpanded = 'true'

chart.SetProperties gp

end sub

lourdesfmt
Contributor II
Contributor II
Author

Hi Bala,

Uncheck the box "Allow Session Recovery" en la QMC and it worked

QMC — System — Setup — Qlikview Server — Document — Uncheck Allow Session Recovery

thanks!!

balabhaskarqlik

Ok, I'll too try for this.