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
IBM iseries 520
limit mysql insert to 22 players
changing order of group result
Compaq Presario C772TU Laptop RAM issue
Problem with require('./wp-blog-header.
php'); The ./ is throwing a 500 error message.
Locale problem in C# program that I implemented. How to fix?
Informix SQL "is null" syntax
select records
How do I maximize an external database window using VBA code in another Access Database?
Active Directory Logout Logged on Users