Hi friends,
I am facing with problem of how to do composited/complicated filter in NAV. For example
Rec.SETFILTER("Start Date",'((>=%1 & <=%2)|(%3>=%1 & %3<=%2)|(<=%1 & %3>=%2))',Date1,Date2,Date2);
It seems if the left part is not "Start date", it will pop error. Creating a new setfilter function will be "And" condition rather than "OR" condtion. How can I handle the above case? Thank you!
*This post is locked for comments
I have the same question (0)