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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loops error

hello i got this message of loops problem any suggestions how to fix a loop problem ,

i have alot of script lines....

Circular error.PNG

1 Solution

Accepted Solutions
Josh_Good
Employee
Employee

Hi,

This video by mto‌ should help explain what is happening.

You may also wish to take a look at Creating a Data Model

-Josh

Qlik

View solution in original post

4 Replies
Not applicable
Author

this might indicate the problem?module.PNG

oknotsen
Master III
Master III

Loops are not allowed in your data model.

So either cut the key connection between any 2 of the 3 tables or see if you can join those 2 dimensions.

May you live in interesting times!
reddy-s
Master II
Master II

Hi Jhonatan,

You can get rid of circular references by renaming the SALES_KEY field in the INV_SALES table if you do not need an association between them.

Instead you can even join the CUSTOMERS table and the INV_SALES table together and create a composite key to join it to the KEY_TABLE.

There is a lot to say here so please go through this document : Circular References by HIC.

- Sangram

Josh_Good
Employee
Employee

Hi,

This video by mto‌ should help explain what is happening.

You may also wish to take a look at Creating a Data Model

-Josh

Qlik