Forum Discussion
Anonymous
8 years agoNot applicable
Data model techniques
Dear all, I have the following 4 transaction tables Billing Collection Overdue Bounce Loankey, Loankey, ...
- 8 years ago
Concatenate all Transational tables as 1 Table with a flag in each to identify them.
Then Link it with master Table and Calender table for association.
Anonymous
8 years agoNot applicable
Dear Erika ,
I have appended 4 transaction tables but data is loaded only for 1st table.Flag is available only for first table.
erikajain02
8 years agoResolver I
This sould not be the case.
Can you share your file with us or dummy data ?
- Anonymous8 years agoNot applicable
Please send me ur email id.I will share the file.
- erikajain028 years agoResolver I
- Anonymous8 years agoNot applicable
Dear Erika,
I have sent the sample.
I have created a link table with the fields (AccountNo,Amount,MonthYr,Flag,Key)from the tables Register,Billing,Bounce,Overdue,Collection .And then I have connected the link table with Register , Billing,Bounce,Overdue,Collection with Key and Link table to the calendar with MonthYr.