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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

change the name field

Hello,

I need to change the name of one field. how can I do it plz ?

2 Replies
Not applicable
Author

Hi,

To remane a field in you can use AS keyword,

Ex:

LOAD X as X1

from temp.qvd (qvd);

Hope this helps

Regards,

Amay

Not applicable
Author

It helps a lot, thank you both