Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Skeleton Outline for XML Chart

Posted on by 2

Could someone paste in the outline of what a chart is in xml format? I have the following but NAV 2009 is telling me it isn't valid. And no, my NAV system doesn't have ANY pre-made charts in it.

<?xml version="1.0" encoding="utf-8" ?>
- <ChartDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
com:dynamics:NAV:MetaObjects" Type="Column">
- <Title>
<Text ID="ENU">Count of Customers per Salesman</Text>
</Title>
- <Table ID="18">
- <Filters>
- <Filter>
<Field Name="No." />
<Value />
</Filter>
</Filters>
</Table>
- <XAxis ShowTitle="false">
<Field Name="Salesperson Code" />
</XAxis>
- <YAxis ShowTitle="true">
- <Measures>
- <Measure Operator="Count">
- <Caption>
<Text ID="ENU">Count</Text>
</Caption>
</Measure>
</Measures>
</YAxis>
</ChartDefinition>

*This post is locked for comments

  • Verified answer
    edwardl Profile Picture
    edwardl 2 on at
    RE: Skeleton Outline for XML Chart

    <?xml version="1.0" encoding="utf-8" ?>

    <ChartDefinition xmlns="urn:schemas-microsoft-com:dynamics:NAV:MetaObjects" xmlns:xsd="www.w3.org/.../XMLSchema&quot; xmlns:xsi="www.w3.org/.../XMLSchema-instance&quot; Type="Column">

    <Title>

    <Text ID="ENU">Count of Customers per Salesman</Text>

    </Title>

    <Table ID="14">

    <Filters>

    <Filter>

    <Field Name="Code" />

    <Value />

    </Filter>

    </Filters>

    </Table>

    <XAxis ShowTitle="false">

    <Field Name="Name" />

    </XAxis>

    <YAxis ShowTitle="true">

    <Measures>

    <Measure Operator="Count">

    <Caption>

    <Text ID="ENU">Count</Text>

    </Caption>

    </Measure>

    </Measures>

    </YAxis>

    </ChartDefinition>

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