It looks like you're new here. Sign in or register to get started.
matttrax wrote: Charts are really basic in NAV. If you want anything more advanced you would have to go with an add-in or another solution.
Comments
X example i tried to filter this chart like this...
-<ChartDefinition xmlns="urn:schemas-microsoft-com:dynamics:NAV:MetaObjects" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-<Title>
<Text ID="ENU">Balances per Bank Account</Text>
<Text ID="ESP">Saldo por cuenta bancaria</Text>
</Title>
-<Table ID="270">
-<Filters>
-<Filter>
<Field Name="No."/>
<Value/>
<Field Name="Bank Acc. Posting Group"/>
<Value>BANK</Value>
</Filter>
</Filters>
</Table>
And the error is...
"Correct and upload chart definition for: 36-03
Invalid XML format.
Line 12. Position 4. Message 'Filter' in namespace"
The structure is
-<Filters>
-<Filter>
<Field Name="No."/>
<Value/>
</Filter>
-<Filter>
<Field Name="Bank Acc. Posting Group"/>
<Value>BANK</Value>
</Filter>
</Filters>
And ss there also a more complicated charts with groups, or totals?
(For example, total orders open and launch, or total documents according to the payment method...)
Thanks for the info matttrax. Do you know some add-in??
Sent from my iPhone using Tapatalk