Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
somenathroy
Creator III
Creator III

Issue to run Direct Query in Qlik Sense June 2017

Hi All,

I am trying to connect Greenplum database by using DIRECT QUERY.  The below error message is generating.

ddq.PNG

Have written the below DIRECT QUERY:

Fact:

DIRECT QUERY

DIMENSION

<field1>

MEASURE

<field2>

FROM <schema_name>.<table_name>;

But data is pulled successfully with the below select SQL:

SQL Select

<field1>,

<field2>

from <schema_name>.<table_name>;


Does not Greenplum source support Direct Discovery ? Or Am I missing something?

Thanks,

Som

2 Replies
shraddha_g
Partner - Master III
Partner - Master III

Was that working with previous version?

somenathroy
Creator III
Creator III
Author

I am trying Dierct Query with QS June 2017 version only.