Hi Experts,
I got a situation.
Entity, Property
- Paris, PA
-
Product,Property
- ProductA, PR1
- ProductB, PR2
CostCenter
- Costcenter Hierarchy, with members like PA_PR1 and PA_PR2, can use a context simple
Report level
- Row: Product Hierarchy and CostCenter (member only)
- Column: Time
Requirement.
I would like to store the Costcenter where it is concatenation between property of entity and product.
for example
If entity is Paris, so I get the property PA and concatenate the Property of Product: PR* for system fill automatically the CostCenter
for example
Product, CostCenter, Time
ProductA, PA_PR1, 2010.10
ProductB, PA_PR2, 2010.10
The CostCenter should be dynamic based on concatenation of both property.enev
In another words, whenever I submit the records (or before, better ), the Costcenter value should be generated based on both propertys
Any clues how to achieve this in EPM Reporting? or do I need to do BadI or Script logic.
Thanks
Regards,