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!!
0
Comments
"<>001" ?
!=001 ?
"!= 001" ?
are some of the ones I would test out.
001 is a value, of course... :-k
EDIT: I think you can´t add logical operators in this xml [-(