Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ssrs conditional runningvalues = includes all recs?

Status
Not open for further replies.

BruceBussell

Programmer
Joined
Jul 14, 2003
Messages
49
Location
US
How do you get ssrs conditional running values that only include items that have Shipped.Value = True

=IIF(Fields!Shipped.Value = True, RunningValue(Fields!Order_Amount.Value, Sum, "Group1"), RunningValue(Fields!Order_Amount.Value,0 , "Group1"))

Still does not work, as it includes Both True and False value records in its runningvalue expression.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top