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: 
Not applicable

ODBC data fetching.

Dear all,

I already connected ODBC channel. But because ODBC data is too big, it takes forever to fetch it by pressing Control + R in script.

How can I make ODBC data smaller as I want before fetching anything?

Thank you in advance,

HJ

4 Replies
ramasaisaksoft

Hi Hojun,

which data base you are using?

just take  less records from the table and check like SQL Query.

sql select top 10 * from xyz;

or else use where condition in your script.

better to create qvd's individually then fetch data from qvd's.

Not applicable
Author

Hi Seo,

Try to avoid the unwanted fields in table.

el_aprendiz111
Specialist
Specialist

Hi,

First 100 //200-300 1000
SQL SELECT *

vishsaggi
Champion III
Champion III

Hows does your script look like can you share if possible ?