Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
riishabhz
Creator
Creator

$syn1 remove from sql table .

my sql querry in edit script:-

SQL SELECT *
FROM ETPStoreV55.dbo.SalesReturnTrn;

SQL SELECT *
FROM ETPStoreV55.dbo.CashOrderTrn;

my table view :-

why it shows $syn1 , and how can i remove itqlikview xyz.png

1 Solution

Accepted Solutions
ramasaisaksoft

We call this concept as Synthetic columns & Tables,

to Remove synthetic Keys & Tables we follow different ways

  • Alias Name
  • Qualify/Un-qualify
  • Link Table
  • Remove unnecessary columns from Load script

For more information below link will help you step by step

https://www.analyticsvidhya.com/blog/2014/12/remove-synthetic-key-concatenation-link-table-qlikview/

View solution in original post

3 Replies
ramasaisaksoft

We call this concept as Synthetic columns & Tables,

to Remove synthetic Keys & Tables we follow different ways

  • Alias Name
  • Qualify/Un-qualify
  • Link Table
  • Remove unnecessary columns from Load script

For more information below link will help you step by step

https://www.analyticsvidhya.com/blog/2014/12/remove-synthetic-key-concatenation-link-table-qlikview/

andrei_delta
Partner - Creator III
Partner - Creator III

Hi,

Qualify *;

NameOfTheTable:

SQL SELECT *
FROM ETPStoreV55.dbo.SalesReturnTrn;

Unqualify *;

 

Brett_Bleess
Former Employee
Former Employee

Design Blog post that may be helpful as well:

https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.