Viewing 2 posts - 1 through 2 (of 2 total)
Nevermind, I found something that worked!!!!!
=IIF(Fields!phase.Value = āZā, Split(Join(Paramaters!Phase.Value)), Fields!phase.Value)
March 18, 2010 at 2:07 pm
#1136289
What about:
=IIF(fields!ticket_date.value <> today(), count(fields!tickets.value = "P" or "C"),0)
March 18, 2010 at 1:50 pm
#1136276