damonkimble
MIS
Using Crystal 10 connecting to MS SQL via ODBC.
The following formula doesn't calculate for the last record. If I use previous, it doesn't calculate the first record. It just leaves a blank field. Any idea why the NextIsNull isn't working as expected?
thanks,
damon
if {CommOut.contact_id} = next({CommOut.contact_id})
and {CommOut.person_id} = next({CommOut.person_id})
and {CommOut.org2_name} = next({CommOut.org2_name})
then 0
else if NextIsNull({CommOut.contact_id})
then {CommOut.duration}
else {CommOut.duration}
The following formula doesn't calculate for the last record. If I use previous, it doesn't calculate the first record. It just leaves a blank field. Any idea why the NextIsNull isn't working as expected?
thanks,
damon
if {CommOut.contact_id} = next({CommOut.contact_id})
and {CommOut.person_id} = next({CommOut.person_id})
and {CommOut.org2_name} = next({CommOut.org2_name})
then 0
else if NextIsNull({CommOut.contact_id})
then {CommOut.duration}
else {CommOut.duration}