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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikSense: Direct Discovery issue

Hi,

I am trying to use direct discovery in Qliksense 3.1.

I have created excel doc as datasource(32 bit system DSN). Connecting through ODBC.

Code:

LIB CONNECT TO 'Excel1 (qlik-sense_adminstrator)';

DIRECT QUERY dimension  Product

measure -----> This is not coming as keyword

Sales,

Quantity

FROM `C:\Users\admin_1\Sample\sales order1`.`'Sales Orders$'`;

Qliksense supports direct discovery. Still why this measure is not populating properly? Any idea ?

Thanks

Khushboo

1 Reply
Anonymous
Not applicable
Author

Hi khushboo,

I myself have only recently started using the Direct Discovery feature and am still facing some issues of my own (I actually came around yours while looking for documentation on mines).

I could only reproduce your scenario if I mistakenly added a comma to the last dimension. Using your example:

LIB CONNECT TO 'Excel1 (qlik-sense_adminstrator)';

DIRECT QUERY dimension  Product,

measure <------- Not recognized as a keyword, but as a fieldName to be discovered in the data source

Sales,

Quantity

FROM `C:\Users\admin_1\Sample\sales order1`.`'Sales Orders$'`;


Removing that trailing comma did the trick, but again If you can provide a more detailed explanation of your scenario I may be able to help you out