In SSRS 2005 I have a table with a dataset linked to it.
I want to check if the value of a field is null and if it is not null then format the data to make sure it has one d
When I had this problem I used a switch statement, it evaluates the conditions in the order that it is written, and seems to me to get around both side of the iif statement being evaluated at the same time.