Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Table not exist error

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

3 Replies
viveksingh
Creator III
Creator III

Hi, can you elaborate what you are trying to do?.

if possible can you post QVF

Anonymous
Not applicable
Author

First, try and execute the query in the database. And then try inQliksense. See the issue is with query.

rahulpawarb
Specialist III
Specialist III

Hello Anirban,

Please try below:

//Syntax

FROM [Database].[Owner].[Table Name]

//Example

FROM AdventureWorksDW2008R2.dbo.DimDate

Regards!

Rahul