Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
HI Experts ,
i have mentioned few Text fields like product name , product brand in the expressions section in pivot table.
but all the values are not showing. only the first row comes up.
why is this happening ?? are'nt we supposed to call the non aggregated values in the expression section ??
Kindly help on this , this is kinda last moment issue and has to be fixed asap..
franky_h79youssefbelloum any thoughts on this??
Thanks
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		what are the dimensions used on your pivot table ?
 
					
				
		
survey id , date , region , country , vertical , application name , customer name, currency and rate
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try this:
=concat(aggr(only([product group]),survey id , date , region , country , vertical , application name , customer name, currency,rate),',')
verify your dimensions fields name on the expression
 
					
				
		
You can enable QMC Auditing using this setting, as in this post:
 
					
				
		
i am getting wrong results when used like this ,
i just simply want to display the related values against each business unit , with out concatenating.
if there are 3 products under one business unit then 3 lines of entries should come up in the pivot table,
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I don't think I will be able to figure it out before manipulating the table, it could be one expression used on the table that blocks the lines
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		would you be able to share sample app that has the same problem ?
 
					
				
		
attached the sample file with scrambled data due to data sensitivity.
kindy help me out,, also kindly note i use desktop version of qlikview and cannot open any external qvq files.
kindly explain the solution with screen shots if possible also with explanation.
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Tresesco solution is working

for the selections above, you have 2 Product Group values, so Concat(distinct PRODUCTGROUP,',') is working fine.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you need separate line items for separate values, use the field as Dimensions instead of expression.
