CrystalVis
Technical User
I need help to create formula for Aging Report. I need to sum the amount by past due date. For example,
1 to 30 31 to 60 61 to 90 91 to 120 over 120
$950.12 $850.55 $750.25 $123.52 $50.55
I used Crystal build-in function 31to61 and 61to90 that take care two columns. I'm not sure if I have the following formula correct
({Ord.process_date} + 1) in Aged0To30Days to capture the amount past due between 1 to 30 days.
{Ord.process_date} < (currentdate - 120) to capture the amount past due over 120 days.
I'm not sure how to capture the amount past due between 91to120days.
Can you please tell me if my formulas are corrected and how to capture the past due amount between 91to120 days. Your help is greatly appreciated.
1 to 30 31 to 60 61 to 90 91 to 120 over 120
$950.12 $850.55 $750.25 $123.52 $50.55
I used Crystal build-in function 31to61 and 61to90 that take care two columns. I'm not sure if I have the following formula correct
({Ord.process_date} + 1) in Aged0To30Days to capture the amount past due between 1 to 30 days.
{Ord.process_date} < (currentdate - 120) to capture the amount past due over 120 days.
I'm not sure how to capture the amount past due between 91to120days.
Can you please tell me if my formulas are corrected and how to capture the past due amount between 91to120 days. Your help is greatly appreciated.