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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load table stand alone

I am trying to load a table but I do not want Qlikview to try and create keys based on the field names.

Is there a way to do this in qlikview without having to change all of the field names?

Thanks

Marc

1 Solution

Accepted Solutions
Not applicable
Author

Marc,

See the use of 'qualify' to make Qlikview prefix all the fields for a table with the name of that table.

Regards,

Gordon

View solution in original post

3 Replies
Not applicable
Author

Marc,

See the use of 'qualify' to make Qlikview prefix all the fields for a table with the name of that table.

Regards,

Gordon

Not applicable
Author

Try this:

Qualify *

Select * From table;

Unqualify *


Not applicable
Author

Thanks that works..

Marc