×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks for the hex suggestion - unfortunately, that column is also showing all plus signs.
CommRate is already being cast to dec(9,2), and doing a cast on Commission to dec(10,2) has no effect either.
I'll keep trying things...
Thanks
Bob
-----Original Message-----
From: Sam_L
For debugging, try
cast(cte_Comms.Commission as char(50) ccsid 37) as "Commission",
hex(cte_Comms.Commission) as "Hex Commission",
cast(cte_GrossSales.Cost as dec(9,2)) as "Cost"
and see what's actually in the field.
Also onsider casting CommRate and Commission to a specific number of decimal places.
Sam
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.