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: 
vardhancse
Specialist III
Specialist III

Rename Fields from Specific Table

Hi,

Can any one please let me know how to rename fields from specific table in the script.

3 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi

You  can use below script.

RENAME Field Column1 to New_Column1;

Anonymous
Not applicable

Hi,

we can rename the fields in any table of qlikview.

suppose if you have a..table like this:

Customers Table:

Cus_Id,

Cus_Name,

Cus_Address

and in this Customers table if you wants to change or rename to the Cus_Name into Customer you can do as fallows.

Customers Table:

Cus_Id,

Cus_Name as Customer,

Cus_Address

lmengesha
Partner - Contributor III
Partner - Contributor III

"from Specific Table".