I have a single table with multiple rows of data for each entity (total of 8 records per entity - 4 for one fiscal year and 4 for the subsequent fiscal year). Here is the table structure:
EntityName (Text Field)
EntityConcentrator (Text Field)
Value (Number Field)
FiscalYear (Text Field)
There are 8 records for each entitiy in the EntityName field(4 for each of 2 fiscal years).
There are 4 different concentrators in the EntityConcentrator field for each fiscal year (Each fiscal year has the same four concentrators in separate records).
Value field is different for each record.
There are 2 different years in the FiscalYear field.
When the EntityName and the EntityConcentrator are the same in different records in the table (this condition will limit to no more than two records from the table), I want to subtract the Value field of the record with the older FiscalYear from the Value field of the record with the newer FiscalYear.
Thank you for your assistance.
EntityName (Text Field)
EntityConcentrator (Text Field)
Value (Number Field)
FiscalYear (Text Field)
There are 8 records for each entitiy in the EntityName field(4 for each of 2 fiscal years).
There are 4 different concentrators in the EntityConcentrator field for each fiscal year (Each fiscal year has the same four concentrators in separate records).
Value field is different for each record.
There are 2 different years in the FiscalYear field.
When the EntityName and the EntityConcentrator are the same in different records in the table (this condition will limit to no more than two records from the table), I want to subtract the Value field of the record with the older FiscalYear from the Value field of the record with the newer FiscalYear.
Thank you for your assistance.