Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
I'd like to show the values of a list of variables that need to be combined with a flag to show what type of value they represent.
For instance, using the table below, I would like to create a straight table showing the CommentName as a dimension and it's value being the Type and the corresponding value of the Utilization variable.
| CommentName | Type | Utilization | 
| vUtilComments1 | Utilization | vUtilRedux1 | 
| vUtilComments2 | Utilization | vUtilRedux2 | 
| vUtilComments3 | Utilization | vUtilRedux3 | 
| vUtilComments4 | Utilization | vUtilRedux4 | 
| vUtilComments5 | Utilization | vUtilRedux5 | 
| vUtilComments6 | Utilization | vUtilRedux6 | 
| vUtilComments7 | Utilization | vUtilRedux7 | 
| vUtilComments8 | Utilization | vUtilRedux8 | 
| vPriceComments1 | Price | vPriceRedux1 | 
| vPriceComments2 | Price | vPriceRedux2 | 
| vPriceComments3 | Price | vPriceRedux3 | 
| vPriceComments4 | Price | vPriceRedux4 | 
| vPriceComments5 | Price | vPriceRedux5 | 
| vPriceComments6 | Price | vPriceRedux6 | 
| vPriceComments7 | Price | vPriceRedux7 | 
| vPriceComments8 | Price | vPriceRedux8 | 
Is it possible to do this at all?
Thank you in advance
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Are these variables or field? Can you provide a sample?
 
					
				
		
Sorry, the fields CommentName and Utilization are inline tables that contain the names of the variables within the app. I can dispose of them if there's a simple way to show the list of variables and the corresponding combined values.
I'll try and prepare a sample that I can post on here.
