Forum Discussion
anhht-hue
7 years agoIdeator I
Thanks so much @gkarasuser,
Can I ask you another question? Is that AML not support operator <= or "le" ?
By the way, I will try follow your answer. Thanks buddy.
Gopikrishnan
7 years agoIdeator I
Hi Anhht
If you want to use "le" or "ge" it should be like
<AML>
<Item type = "Part" action = "get">
<modified_on condition="ge">2019-04-11T00:00:00</modified_on>
<modified_on condition = "le">2019-04-20T00:00:00</modified_on
</Item>
</AML>
It is not working when we are giving it as attribute.
Thank You
GK