Hi
GLEntry0.SETFILTER("Debit Amount",'<>%1',0);
Thanks
*This post is locked for comments
Hi
GLEntry0.SETFILTER("Debit Amount",'<>%1',0);
Thanks
*This post is locked for comments
Filters records with Debit Amount <> 0. It means exclude the entries Debit Amount is 0.
Hi
Filters records with Debit Amount = 0 or not = 0
Thanks
It filters the lines who has Debit Amount is 0.