Hey Everyone,
I am working on a change to an existing report. Bascily, I need to count the number for accounts that fall into certian catagories.
The Report pulls back all Charges, Payments, and Adjustments posted this year.
I summarize stuff, by what was posted yesterday, Month Todate, and Year to date.
Right now I have the following formula
If {Command.Post_Date} =(CurrentDate-1) Then
{Command.Account}
//Else
// ""
Then I am doing a distinct count on this, however, its counting the blank row and it shouldnt. Do you know of any way figuring out this count correctly?
BTW.. i am using CR9
I am working on a change to an existing report. Bascily, I need to count the number for accounts that fall into certian catagories.
The Report pulls back all Charges, Payments, and Adjustments posted this year.
I summarize stuff, by what was posted yesterday, Month Todate, and Year to date.
Right now I have the following formula
If {Command.Post_Date} =(CurrentDate-1) Then
{Command.Account}
//Else
// ""
Then I am doing a distinct count on this, however, its counting the blank row and it shouldnt. Do you know of any way figuring out this count correctly?
BTW.. i am using CR9