We are converting from Crystal vers 8.5 to 9.0 and I am trying to create a running total on a formula. My formula is as follows:
//@AmtTax
If (Not IsNull({ESAINHSV.LINE_TYPE}) and
{ESAINHSV.LINE_TYPE} = "T") and
(Not IsNull({ESAINHSD.LINE_TYPE}) and
{ESAINHSD.LINE_TYPE} = "I") then
{ESAINHSV.AMT_PAID} else 0
The formula works correctly, but a running total (using "sum") on this formula yields zero even though the detail section shows there are amounts in the formula field.
Any help and suggestions would be appreciated.
MrBill
//@AmtTax
If (Not IsNull({ESAINHSV.LINE_TYPE}) and
{ESAINHSV.LINE_TYPE} = "T") and
(Not IsNull({ESAINHSD.LINE_TYPE}) and
{ESAINHSD.LINE_TYPE} = "I") then
{ESAINHSV.AMT_PAID} else 0
The formula works correctly, but a running total (using "sum") on this formula yields zero even though the detail section shows there are amounts in the formula field.
Any help and suggestions would be appreciated.
MrBill