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
Sonicwall to Sonicpoints thru Netgear GS724tv3 switches.
Which atom cpu choose ?
ASP.NET MVS set up database problem.
collection type
Determining if something exists in Powershell
exchange 2010 smtp connector needs to append @domain.com for aliases
Restore VM backup to another Window 2008
Multimedia audio controller installation
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
in Javascript(without a FW), wts the $().text ?