web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Easily find values beyond 2 decimal places

(0) ShareShare
ReportReport
Posted on by 1

I thought I would post this for future reference, and in the event that it is helpful to the community.  These two scripts can be modified to find records in any GP table, where the values of numeric fields extend beyond two decimal places.

I've found this useful when something goes wrong with multicurrency revaluation.

Here are two scripts; you'll get the same results either way –

select * from GL20000

      where

             floor(DEBITAMT*100)!=DEBITAMT*100

             or

             floor(CRDTAMNT*100)!=CRDTAMNT*100

select * from GL20000

      where

             cast(DEBITAMT as numeric(19,2))-DEBITAMT<>0

             or

             cast(CRDTAMNT as numeric(19,2))-CRDTAMNT<>0

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Lyn Barr Profile Picture
    1 on at
    RE: Easily find values beyond 2 decimal places

    x

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans