Hi, guys
I'm new bee in LiveCycle Designer. I got questions about conditional data binding question in adobe Live Cycle designer ES3.
My XML files structure is like following:
<item>
<Name>name1</Name>
<Type>A</Type>
<Amount>10</Amount>
</item>
<item>
<Name>name2</Name>
<Type>B</Type>
<Amount>20</Amount>
</item>
<item>
<Name>name3</Name>
<Type>B</Type>
<Amount>30</Amount>
</item>
........
And now I want to display items only with type= A . How can I get this conditional data binding?
I've already use SOM predicates in item's Data Binding expression like this: $.item.[Type=='A'] but it return syntax error.
BR, PiPi Li