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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add table name in front of field's names

Hi All,

Any body knows how to add table name in front of all field's name?

Thanks

1 Solution

Accepted Solutions
5 Replies
jvitantonio
Specialist III
Specialist III

SET v = table1;

$(v):

Load

field as $(v)FieldName

From ... ;

Not applicable
Author

My conection is like this:

odbc .................. ;

SQL select *

from ...........;

How does it work with this?

Thanks

m_woolf
Master II
Master II

qualify *;

Not applicable
Author

Thanks a lot. It was totaly out of my head

Not applicable
Author

qualify *;

(fieldset)

unqualify *;