Hi
In a report i want that Date should always be >= 01/04/2017. If it is less than that then message should appear Invalid Date.
Thanks
*This post is locked for comments
Hi
In a report i want that Date should always be >= 01/04/2017. If it is less than that then message should appear Invalid Date.
Thanks
*This post is locked for comments
Hi,
it is probably as simple as:
IF DateInQuestion < DMY2DATE(1,4,2017) THEN ERROR('Invalid Date');
Would that work for you?
Robertas
Did you try anything?
Hi
In Both cases . It can be Table field like Posting Data or C/AL variable.
Thanks
which date? is it a table field or request page field?
what did you try?
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156