Hi All,
For the carry forward in the flow dimension,
Option 1:
if let say we have following flow member (no hierarchy):
- Opening
- Addition
- Deduction
- Closing
The CopyOpening.LGF will copy from flow=closing to flow=Opening. Does this mean we have to create another script to calculate the closing = Opening+Addition+Deduction? If yes, where shall I put another script (is it in the default.lgf or CopyOpening.LGF at the buttom?)
Option 2:
If let say,I define the flow member with hierarchy below:
Closing
=>Opening
=> Addition
=> Deduction
Do I still need to calculate the Closing? Or is it enough to maintain the configuration in the business rule (maintain parent i.e. Source Flow=Closing ?
Thank you.