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
Performance issue when inserting into temporary # table
asp.net google maps
MySQL Right Outer Join
Connecting from remote
c# list
DConcat not working - getting #Error in query results
Standards domain users to be allowed to RDP only to 1 standalone server that belongs to the same domain.
Outlook 2010 Auto complete seems to forget after a day
Add Small Business Server to Existing Server 2003 Domain
how to simplify this