Problem with <> in a chart

FranklinFranklin Member Posts: 253
edited 2011-11-02 in NAV Three Tier
Hy everybody,

My question is... hoy can i add a filter in a chart to do this...

</Title>
<Table ID="18">
<Filters>
<Filter>
<Field Name="No." />
<Value />
</Filter>
<Filter>
<Field Name="Particular" />
<Value>FALSE</Value>
</Filter>
<Filter>
<Field Name="Salesperson Code" />
<Value><>001</Value>
</Filter>
</Filters>
</Table>

This filter show an error... How can i do this filter in the chart?

Thks!!

Comments

  • matttraxmatttrax Member Posts: 2,309
    What else have you already tried?

    "<>001" ?
    !=001 ?
    "!= 001" ?

    are some of the ones I would test out.
  • FranklinFranklin Member Posts: 253
    matttrax if i write <Value>001</Value> the chart is filtered correctly but if i write <Value>!=001</Value> or <Value>=!001</Value> or <Value>"!=001"</Value> ("" is not a problem i thinkk) the chart don´t show me anything (but is correct, it works perfectly)

    001 is a value, of course... :-k

    EDIT: I think you can´t add logical operators in this xml [-(
Sign In or Register to comment.