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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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 *;