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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. 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