Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
dinuwanbr
Creator III
Creator III

Non-Associative Data Loading

Hi All,

I have Items table with 500 Items and Transaction table only use 230 items out of that 500. When I'm loading in general manner i got 230 as my total number of Items. But it should be 500. How can i do this?

I don't want to load Items table twice. even though there won't be a link.

Thanks in advance.

BR,

Dinu1

7 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi,

can you upload your qvw?

Andy

Anonymous
Not applicable

can you share your script code for same?

Are you doing any Joining?

Kushal_Chawda

Check how item table & transaction table are joined. Which join is used .

raajaswin
Creator III
Creator III

Try having a flag in script, and count using that flag

effinty2112
Master
Master

Hi Tharindu,

Is the table view showing 230 rows for both tables?

Maybe check your load script for an inner join or inner keep? Or a where exists condition? If you can't find the culprit post the text of the script.

Cheers

Not applicable

Please post sample qvw to understand the data model.

manojkulkarni
Partner - Specialist II
Partner - Specialist II

don't join both the table. Keep it separated & add flag in items table to refer it coming from item table