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
very simple and URGENT. php file manuplation
Need demo projects that show off Visual Studio 2010 Thread Window.
Tiny_mce apostrophe and mysql
Cancel AutoPlay in Windows (XP and after) with C++
javascrip string parsing question
how to implement the screen which can be in form of grid lines in swings
windows 2008 Hyper-V
Finding IP address of printer on network
VMWare Workstation & Virus?
eCommerce in .NET