Much appreciate if someone can help with this one.
Source module: monthly expense
list: cost center & expense type
Dimension: time (by month, with year total FY23); version (actual & forecast)
Line item: expense
Target module: Annual summary
list: cost center & expense type
Line item: expense, budget, variance, %
NO TIME AND VERSION DIMENSION.
Question: what is the correct formula for target module line item 'Expense'?
Tried
- TIMESUM(Source.Expense, TIME.'FY23'),
- SUM(Source.Expense, Source.Time.'FY23')
- Source.Expense[SELECT: TIME.'FY23']
None of them were working.