I have a data set with multiple columns of data (2023 inforce premium, 2024 inforce premium, and 2025 inforce premium) that I want to map to a module and sum based off the corresponding year in the title. What would be the best way to map these line items in the data while avoiding a lengthy if statement that would need to be modified each year? My thinking is using a Line Item Subset to map the time aspect but I'm not sure the best way to implement it.
Source module with corresponding attributes/dimensions above. The target module will be dimensioned by year, and the corresponding dimensions in the source module.