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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MK_QSL
MVP
MVP

Circular Reference or Loops

Hello Experts...

In enclosed QlikView files, there is a circular reference/loops.

Is there any way to remove the same. Does it make any damage in end result if not removed?

11 Replies
Anonymous
Not applicable

Manish

Circular reference/loops will most likely cause issues & confusion.

Have you tried concatenating the TARGET and SALES tables to sort it.

Best Regards,     Bill

Not applicable

Hi Manish

Yes you have to choose which key you want for Invoice (InvoiceDate or InvoiceYear)

I understand you need both but I would suggest you create a table with

Customer & InvoiceYear     as %CY,

Customer & InvoiceDate      as %CD,

Customer,      as %C

InvoiceYear  as %Y

InvoiceDate as %D

from Sales

and rearrange your key in other tables

best regards

Chris

Not applicable

Hi Manish,

You can join Sales and Target table usign a composite key as below.

check the attached QVW.

Regards,

Shruthi

MK_QSL
MVP
MVP
Author

Shruthi, this is giving me some strange result.

Not applicable

Can you explain what d you mean by Strange.I could not reload as I dont have the source files.

MK_QSL
MVP
MVP
Author

Source file is also enclosed....

Not applicable

Hi Manish,

see the attached QVW. This will simply solve circular reference and also gives the desired output.

MK_QSL
MVP
MVP
Author

need to compare Sales and Target year wise....

Not applicable

Try this: