Skip to main content

Notifications

Microsoft Dynamics GP (Archived)

HITB Report

Posted on by Microsoft Employee

 ON the Historical Inventory Trial Balance Report there is a check mark for “include –items with zero quantity on as of date”, is there anyway to uncheck this box so that it doesn’t include the zero quantities?

 

 

I don't get the option to uncheck it when I run the report.

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: HITB Report

    Sorry, no way to uncheck the box.  The HITB report is too cumbersome for us, so we re-wrote it as an SRS report.  Here is a script that mimics the data pull for our report so you can drop it into Excel, in case it's helpful.

    DECLARE @ASOFDATE DATETIME

    SET @ASOFDATE = '2012-12-31 00:00:00.000'

    SELECT RTRIM(A.ITEMNMBR) ITEMNMBR

    , RTRIM(C.ITEMDESC) ITEMDESC

    , RTRIM(A.LOCNCODE) LOCNCODE

    , RTRIM(B.ACTNUMST) ACTNUMST

    , SUM(A.TRXQTYInBase) QTY

    , SUM(A.EXTDCOST) EXTDCOST

    FROM SEE30303 A

    JOIN GL00105 B ON A.IVIVINDX = B.ACTINDX

    JOIN IV00101 C ON A.ITEMNMBR = C.ITEMNMBR

    WHERE GLPOSTDT <= @ASOFDATE

    GROUP BY A.ITEMNMBR, C.ITEMDESC, A.LOCNCODE, B.ACTNUMST

    HAVING SUM(A.TRXQTYInBase) + SUM(A.EXTDCOST) <> 0

    ORDER BY ITEMNMBR, LOCNCODE

    -Trevor

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans