Hello... Having a problem with duplicate records. Found a post referrencing the use of the "previous" command to verify duplicates. I added this formula:
if previous ({cusmas.c_cid}) = ({cusmas.c_cid})
then "repeat" else
{cusmas.c_cid}
to the details section of my report along with another statement to show true/false.
{@pre} = "repeat"
How can I select on the true/false result? Since all data is in the details section this becomes an evaluation time problem. Any thoughts?
Thanks,
BV
if previous ({cusmas.c_cid}) = ({cusmas.c_cid})
then "repeat" else
{cusmas.c_cid}
to the details section of my report along with another statement to show true/false.
{@pre} = "repeat"
How can I select on the true/false result? Since all data is in the details section this becomes an evaluation time problem. Any thoughts?
Thanks,
BV