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
work, forces and vectors
InteropServices.COMExcepti
on: Cannot open any more tables.
Is there any reason not to install Office 2007 on the Server that's running Exchange 2010?
My changes in on the notes local calendar is not replicating with the server
Last 3 tweets in WordPress
Bluetooth Encryption
Seizing FSMO roles in Windows 2008R2
ESXi 4.0 - virtual machine sees only one CPU
sandboxie - get rid of bad data in sandbox
truncating table and updating from another table converting varchar to int and datetime