Feasibility of Dynamic Conditional Account Insertion in Financial Reporting Studio (FRS)
We are implementing a financial report in Oracle Financial Reporting Studio (FRS).
The business requirement is as follows:
Based on the sum of two accounts (18600000 and 18700000), we need to insert the result dynamically:
If the sum is greater than zero for the 2 accounts, the total should appear under the "Actif" section/Grid.
If the sum is less than zero for the 2 accounts, the total should appear under the "Passif" section/Grid
However, based on our testing, it appears that FRS does not support dynamic insertion of rows into different sections based on runtime data evaluation.
We can only conditionally suppress or display existing rows, but not move or insert rows dynamically depending on the calculated sum.
0