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

Announcements
Maximize ROI with Qlik Professional Services – Expert Guidance, Faster Results: Explore Qlik Services
cancel
Showing results for 
Search instead for 
Did you mean: 
Pierremeesters
Contributor II
Contributor II

Get the value of 1 Dimension on the same colomn

Hi, 

i've got this data:

Pierremeesters_0-1698311194146.png

Everything is the same except the 'dagen'.  how do i get it that its just one line but with the 'dagen' like this:

Dinsdag, Woensdag,Donderdag,Vrijdag,Zaterdag. in one line? 

Labels (2)
1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

You have too many dimensions. Especially, you cannot have "Dagen" as dimension. Use 

Concat("Dagen", ', ') 

as measure instead.

Several of your dimensions should be measures instead. Take a look at

https://community.qlik.com/t5/Design/Dimensions-and-Measures/ba-p/1473017 

View solution in original post

1 Reply
hic
Former Employee
Former Employee

You have too many dimensions. Especially, you cannot have "Dagen" as dimension. Use 

Concat("Dagen", ', ') 

as measure instead.

Several of your dimensions should be measures instead. Take a look at

https://community.qlik.com/t5/Design/Dimensions-and-Measures/ba-p/1473017