Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I am trying to create script in qlik sense, but one of the table is giving me following error
Please let me know why it is not able to find any relation-
Thanks
Anirban
 viveksingh
		
			viveksingh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, can you elaborate what you are trying to do?.
if possible can you post QVF
 
					
				
		
First, try and execute the query in the database. And then try inQliksense. See the issue is with query.
 
					
				
		
 rahulpawarb
		
			rahulpawarb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Anirban,
Please try below:
//Syntax
FROM [Database].[Owner].[Table Name]
//Example
FROM AdventureWorksDW2008R2.dbo.DimDate
Regards!
Rahul
