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