Hi Techies,
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.
Any response is appreciated.
Thanks in advance!