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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

You could also use a loosen table statement:

loosen table YourTable;

- Marcus