SRS Newbie........surviving so far
I need to total a calculated field. The calculated field is in a group recordset (not detail).
Here's my calculated field (Gross Margin)
=iif(Fields!TOTALDOLLARSINVOICEDMATCHED.Value > 0,
(Fields!SalesPrice.Value*Fields!SoldQty.Value)-(Fields!TOTALDOLLARSINVOICEDMATCHED.Value),
(Fields!SalesPrice.Value*Fields!SoldQty.Value)-(Fields!ReceivedCost.Value))
The calculated field works great. In Crystal we would insert a summary or running total - How do we handle in SRS?
Thanks in advance.......
Bron Tamulis, CPIM
Great Plains Mfg Consultant
I need to total a calculated field. The calculated field is in a group recordset (not detail).
Here's my calculated field (Gross Margin)
=iif(Fields!TOTALDOLLARSINVOICEDMATCHED.Value > 0,
(Fields!SalesPrice.Value*Fields!SoldQty.Value)-(Fields!TOTALDOLLARSINVOICEDMATCHED.Value),
(Fields!SalesPrice.Value*Fields!SoldQty.Value)-(Fields!ReceivedCost.Value))
The calculated field works great. In Crystal we would insert a summary or running total - How do we handle in SRS?
Thanks in advance.......
Bron Tamulis, CPIM
Great Plains Mfg Consultant