Hi All,
I have created a report using crystal 11. This report calculates (sums) units billed and not billed. Billed units have a claim # and a 500 billing code. The not billed unit do not have a claim number and do not have a 500 billing code. I used the formulas below. The first formula works, but not the second part.
Billed units:
If Not (IsNull({billing_tx_charge_detail.CLAIM_NUMBER}) then {billing_tx_history.units_of_service})
Not Billed Units
If IsNull({billing_tx_charge_detail.CLAIM_NUMBER}) then {billing_tx_history.units_of_service}
else
IF {billing_pay_adj_history.payment_type_code} <> "500" then {billing_tx_history.units_of_service}
The report is still calculating the 500 code in billed units and I can't seem to figure this out. thanks
talib
I have created a report using crystal 11. This report calculates (sums) units billed and not billed. Billed units have a claim # and a 500 billing code. The not billed unit do not have a claim number and do not have a 500 billing code. I used the formulas below. The first formula works, but not the second part.
Billed units:
If Not (IsNull({billing_tx_charge_detail.CLAIM_NUMBER}) then {billing_tx_history.units_of_service})
Not Billed Units
If IsNull({billing_tx_charge_detail.CLAIM_NUMBER}) then {billing_tx_history.units_of_service}
else
IF {billing_pay_adj_history.payment_type_code} <> "500" then {billing_tx_history.units_of_service}
The report is still calculating the 500 code in billed units and I can't seem to figure this out. thanks
talib