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

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

Labels (1)
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