Hi
I want those records to be filtered which have Document Date = Null or Date >= '2017/03/31'
Thanks
*This post is locked for comments
Hi
I want those records to be filtered which have Document Date = Null or Date >= '2017/03/31'
Thanks
*This post is locked for comments
SETFILTER(“Document Date”,’%1|>=%2’,0D,20170331D)
YourTable.SETFILTER(“Document Date”,’%1|>=%2’,0D,OtherDate);
where OtherDate is 2017/03/31
and | is the OR operator.
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156