Pre-defined query on an integer-type attribute
Hi All,
I need to create a shared query based on an integer attribute's value. For eg. value is greater than or equal to 1.
I tried using
<pre>
<or>
condition : greater than or equals
<attribute name="test"/>
<variable argument="0" type="integer"/>
</or>
There looks to be some error with this and the query isn't coming up. Please let me know on the correct format to use to check values for integers.
Thanks