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
NT system generated accounts
Why does a differant computer name come up when I ping an IP address?
using <br> in sql statements from asp
Backup Exec 12.5 Global Exclusion List
uid to principal_id
Managed Folder Mailbox Policy
Need help in updating a SQL query to retrieve multiple data from a signle column
conditional statement help. php
To Install or Not to install .NET on a 64 bit machine....That is the question See error below.
How to clean up the unnecessary code generated by DW