W
wal50
Couldn't find anything like this in the existing reponses.
Monthly records are received from an external vendor. Each record shows
individual monthly expenses (multiple categories) and the individual’s
expense plan for that month (one per guy). This input is out of my control.
There are other internal tables involved that are not relevant.
The goal is getting reports showing the last N months expenses where the
primary level is the expense plan and the secondary one is employee. Easy
enough but the issue occurs when a guy changes plans. The same guy will
appear in two different plans and show the monthly detail that he had in that
plan. I know that is what is supposed to happen but is not what the genius
here wants.
My only idea is to create a new Expense Plan table each month from the new
external file and use that to determine the expense plan.
Any other ideas occur to anyone? The lousy design of the input not included.
wal50
Monthly records are received from an external vendor. Each record shows
individual monthly expenses (multiple categories) and the individual’s
expense plan for that month (one per guy). This input is out of my control.
There are other internal tables involved that are not relevant.
The goal is getting reports showing the last N months expenses where the
primary level is the expense plan and the secondary one is employee. Easy
enough but the issue occurs when a guy changes plans. The same guy will
appear in two different plans and show the monthly detail that he had in that
plan. I know that is what is supposed to happen but is not what the genius
here wants.
My only idea is to create a new Expense Plan table each month from the new
external file and use that to determine the expense plan.
Any other ideas occur to anyone? The lousy design of the input not included.
wal50