DataView Filter by Date, and Dynamic Binding on Repeats

I have a Data View that I’d like to filter on a dateTime value.
WHat’s the correct way to use something like filter=“scheduled_on >= NOW()”

<dmx-data-view id="data_view_Upcoming" dmx-bind:data="getConsSessions.data.getConsSessions" filter="scheduled_on >= NOW()"></dmx-data-view>

I tried a couple of things, didn’t go through.
Thank you :slight_smile:

Community Page
Last updated: