Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Marc,
See the use of 'qualify' to make Qlikview prefix all the fields for a table with the name of that table.
Regards,
Gordon
Marc,
See the use of 'qualify' to make Qlikview prefix all the fields for a table with the name of that table.
Regards,
Gordon
Try this:
Qualify *
Select * From table;
Unqualify *
Thanks that works..
Marc