Hi,
Please There any way to set Filter dynamically (Always filter by current date ) ?
*This post is locked for comments
Hi,
Please There any way to set Filter dynamically (Always filter by current date ) ?
*This post is locked for comments
Unfortunately not. You would have to do that in code.
Hi,
You must create a new FlowFilter-field.
Then, add the new FlowFilter-field to the Table Filter of the new FlowField.
Add the new FlowField to a Page. In the OnOpen-Trigger of the page add this
Rec.SETRANGE("New FlowFilter Field", TODAY);
The calculation of the FlowField will consider this and return an appropiate value.
Microsoft used this kind of implementation in the Item-Table, Field "Date Filter".
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156