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
get item in array
Rewrite the code for workbook title creation.
c# Accessor Shortcut Question VS10
how to move email items from one folder to another on a schedule based on a date criteria in outlook.
Data Grid view
stored proc select and update where name field is null
Week Number problem
Exchange 2010 SMTP with IPhone and Mail Filter
Powershell saveas xls directory
Iphone sending and receiving email when connected to the wireless but not when using 3G