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
Outlook 2007 - "Message store has reached its maximum size..." (0x8004060C)
Horizontal Submenu
Whose Eve was mother according to this versicle Bereshit 3:20?
SQL Agent fails to execute a program
Need help in updating a SQL query to retrieve multiple data from a signle column
PL/SQL: ORA-00917:missing comma
QueryString in URL
Incoming spam
using <br> in sql statements from asp
I need IDS software for a Windows 2008 64-bit server ASAP...any recommendations???