Cisco Cisco Unified Contact Center Enterprise 9.0(1) Referências técnicas

Página de 112
C-5
Template Design Guide Using InfoMaker for Cisco Unified ICM/Contact Center Enterprise & Hosted Editions, Release 8.0(1)
Appendix C      Considerations and Tips for Working with Custom Reports
Divide by Zero Errors
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.