Closed patricksheedy closed 5 years ago
This is due to a divide by zero error on line 352 in this proc: ReportCommissionByBroker
Asking Dennis for clarification on how to fix this.
SQL repro for this issue: DECLARE @TotalCount int EXECUTE [dbo].[ReportCommissionByBroker] 45 -- @BrokerId ,null ,null ,'1/18/2018' -- @CheckInDate ,'1/18/2019' -- @CheckOutDate ,'All' -- @PaidStatus ,0 -- @StartRowIndex ,30000 -- @NumberOfRows ,@TotalCount OUTPUT go
This is no longer occurring on QA.
Repro: