Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 jonesbrown
		
			jonesbrown
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All
I am new to Qlikview
my requirement is after ifen Symbol in name is there in my Field iwant another field in qlikview Application
How i will get
plz help. 
 Vegar
		
			Vegar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use this
Substring(Field, '-',1) as FieldPart1,
Substring(Field, '-',2) as FieldPart2
 Vegar
		
			Vegar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use this
Substring(Field, '-',1) as FieldPart1,
Substring(Field, '-',2) as FieldPart2
 jonesbrown
		
			jonesbrown
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Vegar.
