Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP forum
Suggested answer

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

  • 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,564 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,651 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Product updates

Dynamics 365 release plans