Help with Declare Expression
Hi,
We have a declare expression to calculate the amounts of all pages in the page list.
The page structure is like following:
TopPage(1). SubPage(1).Amount
TopPage(1). SubPage(2).Amount
TopPage(1). SubPage(3).Amount
TopPage(2). SubPage(1).Amount
TopPage(2). SubPage(2).Amount
TopPage(2). SubPage(3).Amount
Our requirement is, when the inputs changed, the total amount on all sub pages should be calculated and set to TopPage property.
Ex: TopPage(1).TotalAmount = TopPage(1). SubPage(1).Amount + TopPage(1). SubPage(2).Amount + TopPage(1). SubPage(3).Amount
we have few issues in writing declare expression to get expected results.
Can someone help me with this?
Hi Uma, Good Morning!
could we please confirm ...
or the calculation is not being happening at run time?
would replacing the declare expression rule with a data transform a convincing choice?
Please share your observations/comments, Thank you!
psahukaru