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: 
adamjwchen
Contributor III
Contributor III

Pivot table show item label in tabular form

Hi,

Is there any property of Pivot chart in Qlik Sense capable to do the same thing as Excel to show item label in tabular form?

I have SKU# and SKU name in the pivot table. I like those two data to be displayed at the same line not in the default hierarchy.

2 Replies
petter
Partner - Champion III
Partner - Champion III

You could concatenate the two dimensions and use them as a single dimension by using this as a dimension expression:

=[SKU#] & ' - ' & [SKU]

adamjwchen
Contributor III
Contributor III
Author

I found out the uncheck the Indent Rows option under Presentation did the trick.