G
Guest
I have a project with a monthly update of information from Accounting. Many
tables with relationships...One Table holds the monthly data with the 4
fields required to tie into other tables.
Issue: Historical numbers in accounting can change!!! corrections,
restatements errors all mean that I am loading not incremental information
but all periods so that both systems have same data today.
Question: I want to Audit what is changing between uploads and be able to
refer to diferent versions of the data.
Wondering what is the "best" way.
1) I could add a "version" or "release date" field and keep adding full
history to the same table but the data table would suffer from unnecessary
bloat - most users will only want the most recent release version of history.
2) I could use separate files with just the data table and a version naming
convention and import additional versions when required. (augment most recent
with desired comparison version data then run report.
3) Better Ideas???
With Audit such a big deal these days I hope someone has a simple approach
to this (other than telling accounting to storp rewritting history
. THANKS
tables with relationships...One Table holds the monthly data with the 4
fields required to tie into other tables.
Issue: Historical numbers in accounting can change!!! corrections,
restatements errors all mean that I am loading not incremental information
but all periods so that both systems have same data today.
Question: I want to Audit what is changing between uploads and be able to
refer to diferent versions of the data.
Wondering what is the "best" way.
1) I could add a "version" or "release date" field and keep adding full
history to the same table but the data table would suffer from unnecessary
bloat - most users will only want the most recent release version of history.
2) I could use separate files with just the data table and a version naming
convention and import additional versions when required. (augment most recent
with desired comparison version data then run report.
3) Better Ideas???
With Audit such a big deal these days I hope someone has a simple approach
to this (other than telling accounting to storp rewritting history
