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
Folders are missing
Microsoft Word Error: "This file could not be found."
Dial up to cisco router to make remotely configuration ?
Saving mail attachments automatically in Exchange 2007
How to references as links within word document
No IP address via Wired Connection but getting IP address via Wireless on Windows 7 connecting to new SBS 2008
removed a computer from a group
VB6 Package and Deployment Wizard missing
how can I set all inputs to readonly in jquery?
Batch file path issue - URGENT