A correction.
I discoved that is showing me always the first row value on the subtotal,
what will be happening.
[quoted text, click to view] "Pedro" wrote:
> Hi,
> i have a problem with a subtotal. I have a matrix where i put de next data
> on the row cell
> =IIF( Fields!ESTADOACTUAL.Value.Trim ="A",Fields!VENTAS.Value
> ,Fields!ESTADOACTUAL.Value.Trim)
>
> using the subtotal each that appear a text value on the cell the subtotal
> result is bad, if the text value is in the first row then that value is the
> subtotal result or if appear in other place the subtotal result is bad.
> How i can correct this problem??