Hi
I have been doing long term analysis of company expenses. For many years, the companies reported their information using standard department names and line numbers. For example, LINE_NUMBER 05000 always meant MAINTENANCE. With the last year, the
| COMPANY NAME |
DEPT_NAME |
LINE_NUMBER |
ANNUAL_EXPENSE |
| A |
MAINTENANCE |
05000 |
$10,000 |
| A |
TRAVEL |
12000 |
$5,000 |
companies have been required to use different LINE_NUMBERS with the same department names. So for the current year,
| COMPANY NAME |
DEPT_NAME |
LINE_NUMBER |
ANNUAL_EXPENSE |
| A |
MAINTENANCE |
03000 |
$15,000 |
| A |
TRAVEL |
08000 |
$7,000 |
Maintenance is assigned LINE_NUMBER 03000.
I would like to compare prior year annual expenses with the current year using LINE_NUMBERS rather than DEPT_NAMEs. I thought I would run the prior year query and the current year query then use, what ever you suggest to convert current year LINE_NUMBERS
to prior year LINE_NUMBERS. I have a Excel crosswalk table that compares current year LINE_NUMBERS with prior year LINE_NUMBERS.
Hope I have explained my question adequately.
Thanks in advance for your help.
Al