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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Regarding Data Modelling

Hai,


This is regarding data modelling..

i've done the data modelling for sales..

for example,
i'm having the following tables..salesbasic,salesdetail and itemmaster..

i've done the linking..


i want to get the pending orders in detail..

so i've linked the orderbasic and orderdetail table..

Please refer the attachment.

i'm looking for, how best i can do this..

if i establish the link between orderbasic and invoicebasic ,i'm getting the loosly coupled..

there is a chance ,with out orders there can be a invoice..

when the product is selected, should be able to show the pending orders and invoices


Thanks in Advance..

1 Reply
sparur
Specialist II
Specialist II

Hi,

I think you should join tables orderbasic with orderdetail by SORDBASICID and join tables invoicebasic with invoicedetail by SINVBASICID.

and then link Invoice and Order tables between them by key field or composite key.

best regards