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
The paste image turn to black on Microsoft Word
Using rand() to generate data
acer aspire am5640...darn sound!!!
Embedded View by Roles
sharepoint excel services not available in cetral administration
XenServer VM 2008 SP2 Blue Screen when sysprep is run on it
Remove prefix
uese cte twice in a query
Index No Duplicates - Foreign Keys
CAB (inside MSI) files Vs EXE file