CR 10.0
SqlServer
Hello All,
I am trying to create a type of aging report for A/R. I need six formulas that will all be the same with the exception of the days. It needs to be like this:
if {armast.fcinvoice} is 1 to 30 days old then {armast.fnamount} else 0
The report will look like this:
Invoice # Date Current 1-30 31-45 46-60 61-90
12345678 9/9/2004 0 2500 0 0 0
What is the proper wording for this formula? I saw the Aged0To30Days in the Date Ranges in the formula workshop but did not know how to use this. Also, I need the ranges as stated above.
Thanks for any help,
Jeff C.
SqlServer
Hello All,
I am trying to create a type of aging report for A/R. I need six formulas that will all be the same with the exception of the days. It needs to be like this:
if {armast.fcinvoice} is 1 to 30 days old then {armast.fnamount} else 0
The report will look like this:
Invoice # Date Current 1-30 31-45 46-60 61-90
12345678 9/9/2004 0 2500 0 0 0
What is the proper wording for this formula? I saw the Aged0To30Days in the Date Ranges in the formula workshop but did not know how to use this. Also, I need the ranges as stated above.
Thanks for any help,
Jeff C.