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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help me spot the loop

I have an association loop in my structure that I need help finding. The problem occurs when I add the "Item Category Code 2" field association in the Discounts table. I'm brand new to Qlikview and I DID NOT create this structure, so please don't judge

Capture_04 May. 23.jpg

Labels (1)
5 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi ,

Its associating  to the discount table becoz  the discount table has item category code 2 ,

try to rename the fieldname  .

Qlikivew will join or asssociate ir the field names are similar.. this is the qv default behaviour..

if u dont want to assoicaite try to  rename the field names.

Not applicable
Author

Problem is that I need both associations on the Discounts table.

shree909
Partner - Specialist II
Partner - Specialist II

Hi,

Why dont u join both the discounts and  "Item Category Code 2 and make as one table.

Disocunt:

load * fromt Discounts table

Join(Discount)

Load  * form  "Item Category Code 2

This will create a one table with Discount

with all the fieldnames from  discount and "Item Category Code 2

Thanks

Not applicable
Author

Sorry, Item Category Code 2 is a field name, not a table.

Not applicable
Author

Nevermind, I see the loop. I just have to figure out how to set a composite key of Customer Number and Item Category Code 2 that come from different tables.