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
Week Number problem
Exchange 2010 SMTP with IPhone and Mail Filter
Powershell saveas xls directory
PHP Notice: Undefined offset: 1
asp.net remove item from cache if browser is closed
Given a string{aab,cdb,aabbc,d$hhd
}remove duplicates and show the string as {ab,cdb,abc,d$h).Solve with linked lists in C#
Internet Explorer 6 float workaround
Cisco VLAN Routing Problem
How do I access setting in web.config file ?
how to use find control