Hoping someone can help me with this one.
The target line items are Split 1, Split 2, and Split 3. The target module is named 'Sales Pursuits' and is dimensioned by a list named 'Pursuits.'
The source line item is 'Split Rank'. The source module is named 'Pursuit Team Split' and is dimensioned by 'Team Members' which has a parent hierarchy of 'Pursuits.'
I'm having trouble populating the line items Split 1, Split 2, and Split 3. The logic for these line items is as follows:
Split 1 = IF 'Pursuit Team Split'.'Split Rank' = 1 then 'Pursuit Team Split'.Split Amount
Split 2 = IF 'Pursuit Team Split'.'Split Rank' = 2 then 'Pursuit Team Split'.Split Amount
Split 3 = IF 'Pursuit Team Split'.'Split Rank' = 3 then 'Pursuit Team Split'.Split Amount
The problem is that I'm struggling to get the formula to select the correct split ranking and amount. I think this has to do with the fact that I'm dealing with a parent hierarchy.