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: 
Not applicable

remove relationship between two table

hi i want know how can remove relationship between two table wihtout rename thier fields?

has it any adjustment for it?

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Use QUALIFY statement.

eg:

table1:

load a,b from xxx.

qualify a;

load a,c from yyy.

Kiran.

View solution in original post

1 Reply
Not applicable
Author

Use QUALIFY statement.

eg:

table1:

load a,b from xxx.

qualify a;

load a,c from yyy.

Kiran.