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
How do I get these two menus to work on Firefox?
code echoing instead of data
Security Warning Pop Up in IE8
Debian Linux apache2
Windows Server 2003 Licensing Questions
Nav text resizing when text only zoom is checked in FF
Why domain admin can not use mstsc to the DC after I added a user to remote desktop group?
What is Windows Server 2008 FE
if sentence returns weired value
How to find out which exchange server a remote user is using?