Hello All,
I'm new to CR and need your help. I am using CR 8 reporting off Visual Fox Pro database. In the claim table I have a status column that contain various status (completed, pending, canceled, etc…). What I like to do is calculate the claim total base on the status and the claim date aging. For example
Completed Pending Canceled
Over 30 days $1500.00 $3000.00 $500.00
Over 60 days $7000.00 $9000.00 $1000.00
Over 90 days $12000.00 $10500.00 $1500.00
Over 120 days
Over 150 days
Over 180 days…
What I have now is this:
@completed
If {claim.status} = ‘completed’ and {claim.date} < (currendate – 30) then {claim.total}
Else
0
It doesn’t seem right??? Can someone please help me. Your help is greatly appreciated.
TIA
I'm new to CR and need your help. I am using CR 8 reporting off Visual Fox Pro database. In the claim table I have a status column that contain various status (completed, pending, canceled, etc…). What I like to do is calculate the claim total base on the status and the claim date aging. For example
Completed Pending Canceled
Over 30 days $1500.00 $3000.00 $500.00
Over 60 days $7000.00 $9000.00 $1000.00
Over 90 days $12000.00 $10500.00 $1500.00
Over 120 days
Over 150 days
Over 180 days…
What I have now is this:
@completed
If {claim.status} = ‘completed’ and {claim.date} < (currendate – 30) then {claim.total}
Else
0
It doesn’t seem right??? Can someone please help me. Your help is greatly appreciated.
TIA