Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 alexbjorlig
		
			alexbjorlig
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		When inspecting all expressions in Qlikview (using Settings --> Expression Overview),
I often see expressions with an objectID but without a Sheet Name?
What does this mean and how are you supposed to find this Object?
 
					
				
		
 stigchel
		
			stigchel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It does seem to be the case for linked charts, I've made a test document with two sheets with the two linked charts on them and in the expression overview there is now no longer a sheet name. (Attached DateTest.qvw)
As to your problem of finding objects and or expressions, you could xml read your qvw file. In the load script editor use the table files wizard, point to your qvw document and open and in the next step set the file type to xml.
I made an example loading the first example with a table showing the SheetID, OBjectID and definition (with expression).
Now both are shown.

 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		sheet name available

 tracysmart
		
			tracysmart
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you could cross reference the ObjectID in Document properties - Sheets.
It could be that they are linked objects and on multiple sheets or maybe hidden objects?
 
					
				
		
 alexbjorlig
		
			alexbjorlig
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Arul - thanks for looking at my quesiton.
Please see attached:
 
					
				
		
 alexbjorlig
		
			alexbjorlig
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Could be --> but how do I find out? It is a big document so manually investigation is not an option 
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you didnt give the name for sheet?
 trdandamudi
		
			trdandamudi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Based on your screen shot, it looks like that you never gave a sheet name.
 
					
				
		
 stigchel
		
			stigchel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It does seem to be the case for linked charts, I've made a test document with two sheets with the two linked charts on them and in the expression overview there is now no longer a sheet name. (Attached DateTest.qvw)
As to your problem of finding objects and or expressions, you could xml read your qvw file. In the load script editor use the table files wizard, point to your qvw document and open and in the next step set the file type to xml.
I made an example loading the first example with a table showing the SheetID, OBjectID and definition (with expression).
Now both are shown.

 squeakie_pig
		
			squeakie_pig
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Are there any hidden sheets? You could try running it through the document analyzer to see where object CH488.
I know it is not the most efficient method, but it would probably provide a definite answer.
 
					
				
		
 alexbjorlig
		
			alexbjorlig
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi CJ - actually very helpful!
