
Inventory Filter Field Greaterthanorequal to Today()
I have an inventory that i want to filter out anything past days. Have tried different filters but nothing can work.
<Filters>
<ix:Filter runat="server" >
<ix:CommonPredicate For="DateScheduled" Type="GreaterThanOrEqual" runat="server" Negate="True">
<ix:Value runat="server" Parse="true">
<% Today() %>
</ix:Value>
</ix:CommonPredicate>
</ix:Filter>
</Filters>
January 06, 2021 @ 09:15 AM EST
This question hasn't been answered yet.
or to be the first to answer it!