Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1538 Points
285 Posts
Feb 14, 2012 06:10 AM|LINK
try with this expression:-
syntax is:-=IIf(IsNothing([Your expression here]), [value if it is nothing], [value if it is something])
=IIF(IsNothing(Parameters!Cause_Code.Value),CStr(Fields!CAUSE_CODE_1.Value), Split(Parameters!Cause_Code.Value,","))
jeeveshfulor...
Participant
1538 Points
285 Posts
Re: Error:[BC30201] Expression expected
Feb 14, 2012 06:10 AM|LINK
try with this expression:-
syntax is:-=IIf(IsNothing([Your expression here]), [value if it is nothing], [value if it is something])