I am using crystal XI.
I have the details section suppressed if the following occurrs:
(
{tblA.Name}<>next({tblA.Name}) and
{tblA.Name}<>previous({tblA.Name})
)
or
(
{tblA.number}=next({tblA.number}) or
{tblA.number}=previous({tblA.number})
)
My problem is I need to also suppress the first record if the next record after the first does not have the same name as the first record.
I also need to suppress the last record if the last record's name is not the same as the name in the previous record.
In the details section suppression formula how do I suppress first and last records if they do not meet the criteria that I have explained?
I have the details section suppressed if the following occurrs:
(
{tblA.Name}<>next({tblA.Name}) and
{tblA.Name}<>previous({tblA.Name})
)
or
(
{tblA.number}=next({tblA.number}) or
{tblA.number}=previous({tblA.number})
)
My problem is I need to also suppress the first record if the next record after the first does not have the same name as the first record.
I also need to suppress the last record if the last record's name is not the same as the name in the previous record.
In the details section suppression formula how do I suppress first and last records if they do not meet the criteria that I have explained?