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

Space between dimensions in Pivot Table

I have a pivot table with a few dimensions and expressions. Would it be possible to display a space (empty row) between each individual dimension values as shown in the attached image.

24.PNG

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Sort of. Create a pivot table. Change your expressions to something like =if(dimensionality()=1, ...original_expression, ''). Enable the option Always Fully Expanded. Enable Partial sums for Dimension 1 and set the Label for Totals to a single space.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Sort of. Create a pivot table. Change your expressions to something like =if(dimensionality()=1, ...original_expression, ''). Enable the option Always Fully Expanded. Enable Partial sums for Dimension 1 and set the Label for Totals to a single space.


talk is cheap, supply exceeds demand