With multiple rules that apply to each observation now and with the very large adjustment(s) we are doing, it can become hard to track which rules have affected any given adjustment.
Implementing this would require giving a unique id to each observation as it is loaded, creating a table of modifications, each with an id, and then building an associative table relating observation ids with modification ids.
With multiple rules that apply to each observation now and with the very large adjustment(s) we are doing, it can become hard to track which rules have affected any given adjustment.
Implementing this would require giving a unique id to each observation as it is loaded, creating a table of modifications, each with an id, and then building an associative table relating observation ids with modification ids.