
Dear Experts,
What filter I should I need to add to count the total no. of GL entries. I am trying with
GLEntry3.SETFILTER("Posting Date",'%1..%2',TODAY-7,TODAY);
But it is not getting the correct count(total no. of posted GL entries). Please help me to resolve it.
*This post is locked for comments
I have the same question (0)issue resolved. I have done by the below filter
GLEntry1.SETFILTER("Posting Date",'..%1',TODAY);