BHERNANDEZ
Technical User
I am using Crystal 8 with a SQL database. I have a report that shows each customer's balance and the "buckets" for Current, 31-60, 61 - 90, etc. However, my balance is correct, but the buckets are showing incorrect totals. I have checked and made sure my print date is current and it is. Example: A customer's account balance is $1,000.00 All of it is current, but my buckets show $500 in the current column and $500 in the over 90 days column. I am using the crystal functions out of the formula editor. I can't understand why it won't calculate the age of the balance correctly. I have to write a formula for my due date to convert it to a date format (numbertodate) so my formulas look like this:
If {@duedate} IN AGEDOVER90DAYS THEN
{AMT_1} + {AMT_2} ELSE
0
Any tips are greatly appreciated.
Bridget
If {@duedate} IN AGEDOVER90DAYS THEN
{AMT_1} + {AMT_2} ELSE
0
Any tips are greatly appreciated.
Bridget