Microsoft
Software
Hardware
Network
Question : expression questions
hi
is it a way i can say
=iif(Fields!state.Value in ("NY",NJj" ,"CT"), "Tri-State", Fields!state.Value )
thanks
Answer : expression questions
You can do it like this:
=iif(Fields!CustomerState.
Value = "NY", "Tri-State", iif(Fields!CustomerState.V
alue = "CT", "Tri-State",iif(Fields!Cus
tomerState
.Value = "NJ", "Tri-State", Fields!CustomerState.Value
)))
Random Solutions
DROPs- are the execution plans cached?
TTL Expired periodically on a ping to another subnet.
use javascript to submit a form
Remote Desktop Server 2003 Group Policy and Server 2008
Coldfusion - Invoking CFC 'up' a directory?
Wordpress Members Area
Convert Test field to Number field in make table query
copying long file names
How to interrupt code to make data changes
Watch running program state in c#