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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sections/Breaks In a Sheet

I have a Pivot Table which has a 'Region' along the Top (AMERICAS, EMEA, APAC).

Does anyone know how this can be displayed whereby i have a separate table per region displayed one below each other?

Labels (1)
2 Replies
Not applicable
Author

Have a calculated dimension in the table that returns something if the row is what you are after else returns null such as if (Region= 'AMERICAS', Region) then check 'suppress when value is null'.

You can then hide the column if needs be by setting its width to zero.

Not applicable
Author

That's Perfect Gordon. Works a treat.

Next challenge is to do the same thing with a Pi Chart I want to display alongside the table. Thanks for your help!