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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What should be the data model for circular reference table

Hi,

  I have 3 tables... I am getting circular reference message so I changed the column names ( I could use QUALIFY as well).

But now I am not able to create the graphs as I wanted. So what should be my datamodel design where in I should get the appropriate results

and should not get any results if the data selected is irrelevant.

I have attached the sample xls and qvw file.

Thanks

Lax

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Same result if you use LEFT Join (Mastertable) instead?

Best regards

Torbjörn Ungavll (@Ungvall)

Senior Business Discovery Manager @ Advectas AB

View solution in original post

6 Replies
Not applicable
Author

Hi Laxmikant,

Dont alias the field names and just concatenate the three tables. You will not get any issues in the front end.

Regards,

Kiran Rokkam.

Not applicable
Author

Hi,

Load a Mastertable - the one with both Branch and PolNo first. Then Left Join or Concatenate LOAD the other two tables...

Best regards

Torbjörn Ungvall (@Ungvall)

Senior Business Discovery Manager @ Advectas AB

Not applicable
Author

Hi,

  I concatenated the tables, now I get data for one graph. But for another I don't i.e the PAMOUNT is shown but no branch is shown for it. Similarly if I select PHGender or REGION I don't see the PAMOUNT. I should be able to see the PAMOUNT for this selection.

I am attaching the modified docs.

Thanks,

Lax

Not applicable
Author

Hi,

Same result if you use LEFT Join (Mastertable) instead?

Best regards

Torbjörn Ungavll (@Ungvall)

Senior Business Discovery Manager @ Advectas AB

Not applicable
Author

Updated the file. Does this work?

Regards,

Kiran.

Not applicable
Author

Hi, Thanks for the multiple solution, one with explicit key  and other without it...both of them work.

Regards,

Lax