Hi Hadush,
Thanks for the quick response, so in this case I have to fill in a statement if the value is not equal to "perk506012009"? Is there a statement that could be used like an 'if' statement in c#/++ that just returns one value if statement is true and returns nothing if the statement is false?
pwit
Main Topics
Browse All Topics





by: HadushPosted on 2009-08-25 at 09:21:50ID: 25179226
You didn't complete the IIF statment. What would you like to put is it is not equal to perk506012009"? Forexample, you can put "N/A" as I did or call another field name.
=IIf(Fields!InvoiceID ="perk5060 12009", Fields!UserName.Value, "NA")