Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change table names?

Hi,

i added excel tables. After that the names of the tables are like "table 1". Can i change the name?

Regrads,

F. Walter

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I have found the solution. The name of the spreadsheet is the tablename in qliksense.

screenshot_03.jpg

screenshot_02.jpg

Regards,

Fritz

View solution in original post

10 Replies
tahirkhalil
Creator
Creator

Hi,

You can define your own name like:

Directory;

[MySampleTableName]:

LOAD S.no.,

     REGION,

     [Volume (LY) 2014],

     [Volume (CY)2015],

FROM

Test.xlsx

(ooxml, embedded labels, table is Sheet1);

The the following table will be referred as MySampleTableName.

Anonymous
Not applicable
Author

Yes, Put a label which is alias for table like this?

TableName:

Load

*

From YourExcel;

jonathandienst
Partner - Champion III
Partner - Champion III

Or rename in the script using:

RENAME Table [table 1] to a2;

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Hi,

thank you. Where must i put this script in? In "Main"?

reddy-s
Master II
Master II

Hi Fritz,

You just need to add this syntax before the load statement:

[Table name]:

reddy-s
Master II
Master II

Hi Fritz,

Yes add the code after the SET varaibles and will work fine.

Anonymous
Not applicable
Author

You can use main tab or add another tab as well, Up to you

Anonymous
Not applicable
Author

But why is the name correct, if i load this tables? This table is from the tutorial https://help.qlik.com/sense/1.1/de-DE/tutorials/Tutorial%20%E2%80%93%20Erstellen%20einer%20App.zip

I can´t find differences to my tables.

Anonymous
Not applicable
Author

I have found the solution. The name of the spreadsheet is the tablename in qliksense.

screenshot_03.jpg

screenshot_02.jpg

Regards,

Fritz