Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

load fieldnames from ODBC

Hi,

i have to add this statement load *;  before  sql select * from ODBC

but i wanna  see as

load  A, B, C, ...all field names sql select * from ODBC

and select field names automtically (not to be have to write by hand)

thanks

1 Solution

Accepted Solutions
Not applicable
Author

If you use the wizard and check the box for preceding load it should do this automatically.

Capture.PNG

Capture.PNG

Capture.PNG

View solution in original post

4 Replies
Not applicable
Author

If you use the wizard and check the box for preceding load it should do this automatically.

Capture.PNG

Capture.PNG

Capture.PNG

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi merakist,

I think what you have to do is select each fieldname one at a time (i.e. select A, B, C separately by clicking each field ) and it will appear in the selection box below.

Let me know if thisis not clear enough.

Regards,

Gab

hallquist_nate
Partner - Creator III
Partner - Creator III

I think all you really need to do is check the box "Preceeding Load" in the Create Select Statement Dialog box.  That allows you to then select only the fields you need and lists each one in the load script.  Be sure to click Add, before OK.

Preceding Load2.jpg

Not applicable
Author

@marcsliving and  @gabsus04

thanks a lot.