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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Attached example - Circular Reference problem

Hi,

Please see attached example of a Sample app that demonstrates circular reference problem. Due to circular reference, selecting ABS from Financial (Level #2), show plan as 0 instead of 1700

Can someone please help me resolve this issue? I cannot create a link table based on both Financial and Team. Both these tables has huge no. of records and cross cartisan table is not possible between these two.

I searched thro the forums for Circular reference issue but could not find satisfactory result. I hope the attached example would help to understand the issue.

Thanks in advance!

Regards

1 Solution

Accepted Solutions
Not applicable
Author

Please see the attached file.May be you could use the mapping to combine CV and Plan data together...not sure if there a better solution to this.

Thanks.

View solution in original post

4 Replies
Not applicable
Author

Hello,

I modified your script and load the PLAN_DATA table twice.

Maybe this put you in the direction to solve your problem.

Rainer

Not applicable
Author

rfa - thanks for the reply..

I am not sure if the attached solution is working. I understand that you wanted to point me in a direction to use Qualify, but so far I am unable to implement to get it work.

In the solution that you posted, the CV by Teams chart should display below Plan nos when ABS is selected

461243 (UK) 800
847215 (SINGAPORE) 900

This totals upto 1700. However, in your solution, both UK and SINGAPORE shows 1700 each.

My requirement is to calculate plan nos. with any Team (level 1) and Financial (level 2) combination. Would appreciate if you can provide some guidance..

Not applicable
Author

Please see the attached file.May be you could use the mapping to combine CV and Plan data together...not sure if there a better solution to this.

Thanks.

Not applicable
Author

Raj,

Yes, it did work! Only issue I had was that I was creating the maps based on QVD files and it wasnt working as expected. Found somewhere in the forum that maps do not work when loading data from qvd, so added a where condition 1=1 when loading data from those particular qvd files. But otherwise, solution worked fine! Thanks a lot!!