Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create circular reference ???

Hi ,

I am new to the QlikView.........

Please can you any one help me how to create circular reference and give me a small example.........

Regards,

Hanumanth Reddy.Y

5 Replies
MK_QSL
MVP
MVP

Generally people want to avoid circular reference.

Are you sure you want to create circular reference or you want to avoid it?

If you want to avoid...

use below

http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references

Bill_Britt
Former Employee
Former Employee

Hi,

See the attached.

LOAD * INLINE [
    A, B
    1, 2
    11, 22
    111, 222
];

LOAD * INLINE [
    B, C
    1, 2
    11, 22
    111, 222
];

LOAD * INLINE [
    A, C
    1, 2
    11, 22
    111, 222
];

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Thanks Manish it is very helpful !!!!!!!!!!!!!!

Not applicable
Author

Good example for circular reference ..........

Thanks Bill !!!!!!!!!!!

Bill_Britt
Former Employee
Former Employee

HI,

If you don't have any other question can you mark the correct answer?

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.