Cisco Cisco IP Contact Center Release 4.6.2 User Guide

Page of 138
 
Appendix C      Considerations and Tips for Working with Custom Reports
Divide by Zero Errors
C-6
Template Design Guide Using InfoMaker for Cisco ICM/IPCC Enterprise & Hosted Editions, Release 7.0(0)
Divide by Zero Errors
Note
This procedure is helpful when running and debugging in InfoMaker.
WebView automatically executes this statement when a template is run.
If you see a Divide by Zero warning in InfoMaker when you run a report, follow 
this procedure to temporarily disable the warning:
Open the SQL statement (click the SQL button or select Design > Data 
Source).
At the top of the code, type this line: 
SET ANSI_WARNINGS OFF
.
Close the SQL window.
Re-run the report.