Hi All,
I have the following 3 Modules:
Module 1 - Staging (Actuals)
Lists - Supplier, Service Category, Time, Line Items (Amount)
Module 2 - Input Plan Data
Lists - Supplier, Service Category, Maintenance Category, Time, Line Items (Amount), Versions
Module 3 - Reporting Module
Lists - Supplier, Service Category, Maintenance Category, Time, Line Items (Amount), Versions
Amount here is a straight-forward formula -
IF ISACTUALVERSION() , Module1.Amount, else Module2.Amount
ISSUE:
I have 4 members in the list - Maintenance Categories
Because my Staging Module (Module 1) doesn't have maintenance category, it pastes the same value to all "base level" members of the maintenance category list resulting in 4X the amount expected in the Reporting Module (Module 3).
I avoided using maintenance category in Staging Actuals because Actuals data is not received with maintenance categories; it's more a planning thing.
One method I thought of is to include an N/A member in the maintenance category list and merge module 1 and 2. However, I am not comfortable with that as I would like to have stand-alone modules for data loads (Actuals) and actual data entries (Planning) to ease the maintenance.
Happy to hear your suggestions to resolve this.
Cheers