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
Access Query Subform Value
How do I specify that a variable is a number rounded to one decimal place?
SCCM mandatory assignment
Why isn't my external css background image displayed?
how to bypass email scanner?
How do I add var to a function
Delimited text to array in jscript
MySQL Query
Batch File Script Issue
Visual Basic .Net, Need the Specific reason an IOException was thrown.