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: 
guritijo
Contributor
Contributor

pivot table

Hi,

Is it possible to force an empty line before starting a new group. Now I use totals and by changing background and letter color. Is there a nicer solution? 

Labels (1)
1 Reply
marcus_sommer

Just add an empty value to your field respectively your used dimension, for example with:

concatenate(YourTable) load ' ' as YourDimension autogenerate 1;

- Marcus