SUM excepretion Operations
Hi all,
i have two tables master and detail hte master has a count and the the ditail has the price and i want to make a collective sum of the total price in the page summery, so can i put operation in a SUM excepretion? Like this
[SUM(<items."price"> * <orders."count">)]
i have two tables master and detail hte master has a count and the the ditail has the price and i want to make a collective sum of the total price in the page summery, so can i put operation in a SUM excepretion? Like this
[SUM(<items."price"> * <orders."count">)]
Comments
so how can i fix the problem?
i found it.
the solution is simple, just set the count invisible data band (or dataset) option, after hiding the data bands.