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: 
Anonymous
Not applicable

Fields renaming

Hi,

I'm working on an unknow database and I need to rename fields in order to avoid synthetic keys.

What I know is that I can rename a field by the    FIELD_NAME as  NEW_FIELD_NAME, but field by field only.

Is there a way to rename all fields adding a prefix or a suffix, without spend a lot of time with the "field by field renaming" ?

Thanks in advance

Bibo

Labels (1)
1 Solution

Accepted Solutions
whiteline
Master II
Master II

Yes. Qualify.

Add before your load:

Qualify *;

View solution in original post

1 Reply
whiteline
Master II
Master II

Yes. Qualify.

Add before your load:

Qualify *;