Forum Discussion
Database structure advice
- 9 years ago
Hi Anonymous,
You need to have some master/dim tables like products, time cause your 3 tables are transaction tables, so you could choose new table and values() or distinct() function to achieve this. And you could refer topic Budget Patterns of Marco Russo.
(Sales and Budget tables in topic are your transaction tables like Actuals, Budgets)
- 9 years ago
Hi Anonymous,
yes, it's same situation, there is no different
Hi Anonymous,
You need to have some master/dim tables like products, time cause your 3 tables are transaction tables, so you could choose new table and values() or distinct() function to achieve this. And you could refer topic Budget Patterns of Marco Russo.
(Sales and Budget tables in topic are your transaction tables like Actuals, Budgets)
- Anonymous9 years agoNot applicable
Hi tringuyenminh92,
Thanks - the budget files aren't split by product - the budget files are just split by branch/fiscal period/GL account. Does that make a difference?
CM
- tringuyenminh929 years agoMemorable Member
Hi Anonymous,
yes, it's same situation, there is no different
- v-huizhn-msft9 years agoMicrosoft Employee
Hi Anonymous,
Just as tringuyenminh92 posted, filter your resource table after some operation. You can use the transaction relationship between two tables, and construct them.
Best Regards,
angelia