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
For Loop not looping correctly
Rename table with dependancies in SQL Server 2005
Error occured while running a report. (Exception Of Type (System. OutofMemoryException) was thrown)
Formatting a Western Digital Passport without the VCD or 'Smartware'
redirect on form submit
Unable to connect to shared printer at XP computer (some kind of permission problem)
Database Design Question - SQL Server
How change format of date in MFC
Batch File Check For Numeric Digits
merge events from one calendar to specific users calendar