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
Follow Up on previous question
QoS Prioritzation - Branch Office vs. YouTube
Using rand() to generate data
CD burner suddenly stopped working after not being used for a year
BlackBerry Contacts
Active directory hell
Sharepoint HostHeader Web site and Office Web Applications not working correctly
Blue Screen with Windows 7 Bug Code Error: 0x0000007f
[PS4.0 R6] Datacollector not found
What is a Silverlight Navigation Application?