I have created a statement that says
=If IsNull(<Input Cost>) Then "none"
so it writes none if there is no data back from the database
I need to extend the if to say - else write the <Input Cost> anyway
If i try to do this with the measure I get a syntax error.
Please help !!
=If IsNull(<Input Cost>) Then "none"
so it writes none if there is no data back from the database
I need to extend the if to say - else write the <Input Cost> anyway
If i try to do this with the measure I get a syntax error.
Please help !!