I need to create a parameter using the value of an indicator: =CInt(IIF(Fields!Passed.Value, 1, iif(Fields!Passed.Value is nothing, -1, 0)))
The values that come from it are -1, 0, 1. I'm not sure what to do. Can anyone point me in the right direction? Thanks.