IIF Condition Issue
Hello Everyone,
I am trying to make edits to a report using the IIF but my problem is it is only working if it is false. So if the condition is false it passes the values but if true it just shows error on the report.
The datasource for this report is being pulled from a stored procedure in SQL...this is a ADP database.
I have tried it two different ways.
Example Format:
1) IIF([testedfield]IS Null,<[True>],<[False]>)
2) IIF([testedfiled]IS Null,<[True]>,IIF([testedfield]IS Null,<[True]>))
Thank you,
John Williams
__________________
Thank you,
John Williams
|