SETRANGE("Date Filter", FromDate, ToDate) SETFILTER("Date Filter", Filter Expression);The limits total shows up when you have a field (a Date Filter in this case) of the type FlowFilter in the table.
SETRANGE("Date Filter", 0d, 101218D);or
SETFILTER("Date Filter", '..%1', 101218D);--date in English UK format
Answers
Your particular filter would look like this: or
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I guess Microsoft started using DMY2DATE as their code is supposed to be merged to apps in different countries, hence the problem, and the change in the standard code to avoid it.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
@Slawek_Guzek thank you so much. great help this solves my problem
@kriki thanks. I will take note this one