Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create a table without conection to others tables.

Hi, i need to exclude a table of all the filters and relations.

Something like orders in one filter and sales for other one.

Thank for your help.

2 Replies
Anonymous
Not applicable
Author

Hello,

Qlik uses fields with same names to create a link between tables.

Simply use a different names for the fields or use QUALIFY.

BR

Serhan

marcus_sommer

You could also use a loosen table statement:

loosen table YourTable;

- Marcus