
Anonymous
Not applicable
2017-04-09
01:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
621 Views
3 Replies

Creator III
2017-04-10
01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, can you elaborate what you are trying to do?.
if possible can you post QVF
532 Views

Anonymous
Not applicable
2017-04-10
01:35 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First, try and execute the query in the database. And then try inQliksense. See the issue is with query.
532 Views


Specialist III
2017-04-10
06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Anirban,
Please try below:
//Syntax
FROM [Database].[Owner].[Table Name]
//Example
FROM AdventureWorksDW2008R2.dbo.DimDate
Regards!
Rahul
532 Views
