Okay, one more question for the day...
This is a philosophical question, and I've gotten conflicting responses asking around the office, so I'd like to find out what's recommended.
I'm building a table to hold a history of open accounts and report on it. Reporting buckets are based in part on the person who's collecting the account, combined with an account type established in the system. I'm going to use a table to hold the reporting categories and populate them through a query, and use that to build my reports.
So Billy the Collector collecting on a company tagged "01-post petition bankruptcy" goes into the "bankruptcy" reporting bucket. If later they decide to move Billy's account into a new bucket called "post petition bankruptcy", any report generated after that move will report both the history and the current data in the "post petition bankruptcy" bucket.
This means that the "bankruptcy" bucket, still being reported for other accounts, would artificially shrink (it looks like there was a reduction in bankruptcy accounts, when actually it was just that the money was moved into a different bucket.)
This sounds okay to me, but others I've talked to have been bothered by this idea.
What's the accepted practice?
Thanks so much,
Rosie
This is a philosophical question, and I've gotten conflicting responses asking around the office, so I'd like to find out what's recommended.
I'm building a table to hold a history of open accounts and report on it. Reporting buckets are based in part on the person who's collecting the account, combined with an account type established in the system. I'm going to use a table to hold the reporting categories and populate them through a query, and use that to build my reports.
So Billy the Collector collecting on a company tagged "01-post petition bankruptcy" goes into the "bankruptcy" reporting bucket. If later they decide to move Billy's account into a new bucket called "post petition bankruptcy", any report generated after that move will report both the history and the current data in the "post petition bankruptcy" bucket.
This means that the "bankruptcy" bucket, still being reported for other accounts, would artificially shrink (it looks like there was a reduction in bankruptcy accounts, when actually it was just that the money was moved into a different bucket.)
This sounds okay to me, but others I've talked to have been bothered by this idea.
What's the accepted practice?
Thanks so much,
Rosie