A
Alan Balthrop
I am working on a database for a local professional soccer team. Three
of my queries will occaisonally have values that cause a "divde by
zero" error.
Is there a way I could have the value of the field returned as ".000"
or "0.00" if this happens?
The expressions in question are formatted as such:
SVPCT: [SV]/([SV]+[GA]) (results come back as .000)
GAA: ([GA]*60)/[MIN] (results come back as 0.00)
WPCT: [W]/([W]+[L]) (results come back as .000)
Alan Balthrop
Team Historian
Dallas Sidekicks Indoor Soccer Club
(e-mail address removed)
of my queries will occaisonally have values that cause a "divde by
zero" error.
Is there a way I could have the value of the field returned as ".000"
or "0.00" if this happens?
The expressions in question are formatted as such:
SVPCT: [SV]/([SV]+[GA]) (results come back as .000)
GAA: ([GA]*60)/[MIN] (results come back as 0.00)
WPCT: [W]/([W]+[L]) (results come back as .000)
Alan Balthrop
Team Historian
Dallas Sidekicks Indoor Soccer Club
(e-mail address removed)