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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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