Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
jim_chan
Specialist
Specialist

how to extract SAP data using just SAP Connector connection on blank QVW file?

Hello all,

I have a question,

how to extract SAP data using just SAP Connector connection on blank a QVW file??

I have done

- Create a qvw file

- edit script

- connect the SAP connector

how can i see the tables? there are no tables generated , and i cant click on the SELECT button.

1 Reply
Not applicable

After the connection, you need to Load the tables with a SQL Select.

Example:

Load

*;

SQL Select

*

from TableName;