T
ty
In a select query, can I place an if statement for a
calculated field. If so I need one that says if MyCount =
0, then return "Not Applicable", else [MyValue]/[MyCount].
I'm basically calculating a percentage, but can't do it if
the MyCount is zero.
calculated field. If so I need one that says if MyCount =
0, then return "Not Applicable", else [MyValue]/[MyCount].
I'm basically calculating a percentage, but can't do it if
the MyCount is zero.