Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Report of Account Segment Descriptions

Posted on by 5

Hello,

Is there a way to produce a report of segment descriptions?  For example, I would like a list of my segment 5 codes and the accompanying descriptions.  I know that I can view them in GP>Tools>Setup>Financial>Segment, but can I get that list as an exportable report?  I would like to have it in Excel.

Thanks.

Jason

*This post is locked for comments

  • Suggested answer
    L Vail Profile Picture
    L Vail 65,271 on at
    RE: Report of Account Segment Descriptions

    You can also craft a report using Report Writer with the Segment Description Master as your main table. You can use Report Writer restrictions to select the specific segment you are interested in.

  • Joe B. Profile Picture
    Joe B. 60 on at
    RE: Report of Account Segment Descriptions

    Hello, Jason.  Another option to look at is using an app called Popdock.  You can add your GP as a connector and it pulls down your data into an easy to use reporting tool.  Here is an example of adding that specific table that Kyle mentioned and then filtering on the Segment number you want, I don't have 5 in this demo GP data so used 1.  Then Popdock has a nice feature to export this data to Excel.

    www.screencast.com/.../hRGoPIgpLCE

  • Suggested answer
    kmalone43 Profile Picture
    kmalone43 880 on at
    RE: Report of Account Segment Descriptions

    Hi Jason,

    If you have SmartList Builder, SmartList Designer, or access to your SQL environment, it's a simple report to compile.

    Table = GL40200

    Simple Script

    select sgmntid [Segment ID], DSCRIPTN [Description]

    from gl40200

    order by 1

    To filter on just a single segment

    declare @SegmentNumber int = 1

    select sgmntid [Segment ID], DSCRIPTN [Description]

    from gl40200 where sgmtnumb = @SegmentNumber

    order by 1

    Let me know how this goes.

    Thanks,

    Kyle

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!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans