Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
5 years ago
Solved

Data structure advice

Hello

I have to create a report, the data is in SQLServer, and they accumulate in separate annual tables, i.e. the same table with the same data exists for 2017-2021 and each year a new one, so currently I have 5 equal tables for sales and 5 equal tables for workers, the tables have several common fields to be able to cross them.

I have unified the 5 tables in one for sales and another for professionals, do you see the best option?

How would you do modeling?

datosbi.png