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

Displaying record once for multiple rows

Hi,

I have data displayed on left and need to display data as on the right. Thanks!

Qlikview.PNG

 

 

 
Labels (2)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You need to select Pivot Table as the Chart Type on the General tab. 

-Rob

View solution in original post

8 Replies
Lisa_P
Employee
Employee

If you create a pivot table with a measure it will work like this

varunamin
Contributor III
Contributor III
Author

Hi Lisa,

I need it to be displayed in that format on Qlikview Dashboard. Is there any function that I need to write for it?

Lisa_P
Employee
Employee

You could try this:
Create a pivot table.

Dimension - ID1

Expression - Concat(ID2, chr(10))   - Label as ID2

This will group the ID1 values and in the next column list ID2 values separated by new line

 

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Create a Pivot Table with ID1 and ID2 as Dimensions.  On the Presentation tab, Check "Always Fully Expanded" and uncheck "Suppress Zero Values".

-Rob

varunamin
Contributor III
Contributor III
Author

Hi Lisa,

It is grouping all ids in ID2 in single row item for each ID1.

varunamin
Contributor III
Contributor III
Author

Hi Rob,

"Always Fully Expanded" option is not present on Presentation tab. Thanks!

 

Q.PNG

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You need to select Pivot Table as the Chart Type on the General tab. 

-Rob

varunamin
Contributor III
Contributor III
Author

Thanks! That worked.