Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Change name of field in expression?


Hello

Is there any way to change the name of a field within an expression instread of the script?  I.e. IP_LOS_ADM as Length Of Stay

Kind Regards

Helen

3 Replies
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Actually I do not know such an option.

You can change the Label of the field in the objects but the field name itself have to be changed in script.

sunny_talwar

AFAIK there is no direct way to do this, but you might be able to use variables to substitute fields, but they might complicate things so I would probably think thrice before implementing that

marcus_sommer

Maybe you could rename the fields with a rename-statement, maybe combined with mapping if there are many of them: How to Rename Fields.

- Marcus