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
Outlook Anywhere
"Sending and receiving reported Error (0x80040119):' Unknown Error " in Outlook 2003
USB port on compaq laptop w/XP will not work with USB mouse
htaccess issue
JavaScript Error MSIE8 Object does not support this property or method
Why would Internet Explorer 8 not allow Google, Bing and Yahoo search web pages to open?
File transfer from Win2008 srvr to Win2003 across internet
Editing CK EDITOR list plugin
ODB-II tool recommendation needed.
Check for Duplicate records during update