Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Modelling

Hi All,

  I have 5 tables as shown below. can someone model this tables. I also want master calendar.

Thanks in Advance,

8 Replies
gautik92
Specialist III
Specialist III

sales table is fact and others are dimesions

prma7799
Master III
Master III

Can you please send some sample application?

Anonymous
Not applicable
Author

1)Join Sales and Collections table based on Invoice No(Maintain a Flag for Sale & Collection in table) - Fact Table

2) Link Sales Person to Fact Table via Customer Code - Dim Table

3) USe mapping load/applymap for Branch Table to get Region Field from Region Table into Branch Table - Dim Table

4) Link both the DIm Table via Branch Code

5) Create MAster Calender based on Invoice Date.

Hope this will help

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Please share sample data

Regards,

Nagarjuna

Gysbert_Wassenaar

And do you have a question? Or is this an attempt to get other people to do your work?

Please read these two documents:


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

I think, he got more than expected

Not applicable
Author

According to Balraj Ahlawat comment ,

[Region Table]:

Mapping

load * inline [

Region Code,Region ];

[Branch Table]:

LOAD * inline [

applymap('Region Table',Region Code) as Region Code ,Branch Code, Branch ];

[Sales Person]:

load * inline [

Branch Code,Sales Person Type,Sales Person Code,Sales Person Name,Customer Code

];

[Sales Data]:

load * inline [

Customer Code,Customer Name,Invoice No,Invoice Date,Invoice Amt

];

join([Sales Data])

Collections:

load * Inline [

Invoice No,Pay Ref.No,Pay Ref Date,Pay Amt

];

Untitled.png

jonathandienst
Partner - Champion III
Partner - Champion III

And also:
Get started with developing qlik datamodels

Advanced topics for creating a qlik datamodel

More advanced topics of qlik datamodels

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein