Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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
Hi Manish,
You can join Sales and Target table usign a composite key as below.
check the attached QVW.
Regards,
Shruthi
Shruthi, this is giving me some strange result.
Can you explain what d you mean by Strange.I could not reload as I dont have the source files.
Source file is also enclosed....
Hi Manish,
see the attached QVW. This will simply solve circular reference and also gives the desired output.
need to compare Sales and Target year wise....
Try this: