SETFILTER function is same as SETRANGE function in NAV, only difference is in SETFILTER function you have to specify the expression condition as show blow
Example:
Customer.SETFILTER(‘No.’,’>1000&<2000’)
Here above example return the customer witch has number is greater than 1000 and less than 2000
0 comments:
Post a Comment
Thanks for comment