Current:
This formula expression is working as needed.
=sum(IIf(Fields!CAT_ACTUAL_BUDGET.Value="Actual",Fields!SIGNEDDATA.Value,0))
Desired:
Add Fields!DS.Value "TOTW"
as a filter on the cell where the current formula runs
=sum(IIf(Fields!CAT_ACTUAL_BUDGET.Value="Actual",Fields!SIGNEDDATA.Value,0))
If I can provide additional clarity please ask.