Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manisha10
Contributor III
Contributor III

How to update the table name in Qlik sense?

Hi All, 

I uploaded an SQL table from AWS Athena its name is Sample2020. Now the name has changed to Sample2020_2 with same 5 columns and 3 additional columns.

How should I change the table name in Qlik Sense to Sample2020_2? 

1 Reply
JordyWegman
Partner - Master
Partner - Master

Hi Manisha,

In your script you can add this row:

Rename Table {YourTableName} INTO {YourNewTableName} ;

Replace {xx} by your names.

Jordy

Climber

Work smarter, not harder