Hi Community,
I'm currently building a report where I need to compare Budget and Actual values. As part of the client requirements, I need to include additional attributes for each employee (Resno), such as:
- Position Title
- Grade
- Supplier
These values are list-formatted line items in the source module, which has the following dimensions:
R1 Resno(Name_and_code_of_the_employee)
Year
Version(VO_Version)
In the target module, where I want to bring this data, the dimensions are:
IDLoader Staff
(a list containing encoded employee data)Year
Version(sVBudget)
I’ve tried using both SUM
and LOOKUP
, but due to the different dimensionality and the fact that the line items are list-formatted, the formulas don’t return any values.
We also attempted to create a mapping module, but as I understand it, when dealing with list-formatted line items, both source and target modules must share the same dimensions for the transfer to work.
Has anyone faced a similar issue or found a workaround for this type of case? Any advice would be greatly appreciated!
Thanks in advance 😊