Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jujucts
Partner - Creator II
Partner - Creator II

Quick Load - How to change sheet name

Hi everybody

I'm trying quick data loading with Qlik Sense, and I can't change the name of the sheet directly from the quick load.

IS it possible to do so  - without using data script editor - like for changing a field name or not ?

best regards

juju

1 Solution

Accepted Solutions
Ralf-Narfeldt
Employee
Employee

Unfortunately, that's not possible using Quick data load.

You need to go into the script, find the LOAD statement loading the Orders sheet and precede it with a table name, like:

HeadOrders:

LOAD ...

View solution in original post

5 Replies
SunilChauhan
Champion
Champion

when you open sheet at qliksense at top right there is edit option click on that.

aftre clicking this option you will have at right panel to change sheet name

hope this helps

Sunil Chauhan
JonnyPoole
Employee
Employee

The sheet names are on the top/left in the quick load after you select your spreadsheet to import

Circled in green below. You can check/uncheck any sheet and load it.

Untitled.png

jujucts
Partner - Creator II
Partner - Creator II
Author

Ni guys

thank you for your answers but what i want to to is to change the name of the XL sheet loaded.

like Change "Orders" as "HeadOrders"

regards

juju

Ralf-Narfeldt
Employee
Employee

Unfortunately, that's not possible using Quick data load.

You need to go into the script, find the LOAD statement loading the Orders sheet and precede it with a table name, like:

HeadOrders:

LOAD ...

its_anandrjs

Hi,

No i believe that is not possible to change the sheet name but you can rename the loaded table name after loading the table by use of Rename key word.

Regards

Anand