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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
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