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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Change name and load

Hi guys,

Is it possible to change change a variable name and use it in the same load statement or I need to use resident load?

Example:

Load A,

        B as E,

        C as D,

        E&D as F

from excel;

Thanks,

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Load A,

        B as E,

        C as D,

       B & C as F

from excel;

View solution in original post

1 Reply
MK_QSL
MVP
MVP

Load A,

        B as E,

        C as D,

       B & C as F

from excel;