I have a SQL query which used to cause a
Divide By Zero exception
I\'ve wrapped it in a CASE statement to stop this fr
CASE
Percentage = IsNull(ClubTotal/NullIf(AttTotal, 0) * 100, 0)