Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 bandarjm
		
			bandarjm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Trying to achieve Qlikview Straight table or Pivot. Please suggest.
I have something like this now.
| Sales | plan Mtd | ytd | 
| Sales - A | 100 | 2000 | 
| Sales - B | 2000 | 777 | 
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 bandarjm
		
			bandarjm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hope this helps... I need all my MTD values on left side and YTD on Right side.
| Current: | ||
| Label | plan Mtd(Sum) | ytd(Sum) | 
| A | 100 | 1,000 | 
| B | 2,000 | 20,000 | 
| C | 100 | 1,214 | 
| D | 1000 | 20000 | 
Desired
| plan Mtd(Sum) | Label | ytd(Sum) | 
| 100 | A | 1,000 | 
| 2,000 | B | 20,000 | 
| 100 | C | 1,214 | 
| 1000 | D | 20000 | 
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 bandarjm
		
			bandarjm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I tried that. May get repeated A,B,C,D values for MTD and YTD, which i dont want.. I am trying ValueList. lets see!! any other suggestions?
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 bandarjm
		
			bandarjm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Repeated like this...
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		