Menu

#472 Sales and Sales Analysis Reports - Expression Errors

TurboCASH5
closed
nobody
Reports (111)
1
2013-03-18
2013-03-18
No

Invoices in Sales and Sales Analysis Reports - Expression Errors “ Division by zero:Expression TrpExpression12”, etc.

These errors are not replicated in all Sets of Books.

The errors with the errors on Expressions “ Division by zero:Expression TrpExpression12”, etc. have been resolved – This will be included in the next release (build 412 onwards):

Changed the SQL of all the applicable expressions in all sales reports from
“ 100 +( - DOCUMENTLINE.FUNITCOST * DOCUMENTLINE.QtyShipped / DOCUMENTLINE.TOTALEXC * 100) “ to
“ IIF(DOCUMENTLINE.TOTALEXC=0,0, 100 +( - DOCUMENTLINE.FUNITCOST * DOCUMENTLINE.QtyShipped / DOCUMENTLINE.TOTALEXC * 100)) “

Discussion

  • Anonymous

    Anonymous - 2013-03-18
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB