We are working on one data export requirement, a new data entity is created with view as a datasource, while exporting data from the entity we want to apply a filter on View/datasource where ToDate is greater than today's date or null.
Things we tried are -
Applied range in data source of view as below.
>= getdate()
>= t
The same view we are using in SQL as well. If anyone has worked on similar requirement please guide on this.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.