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.