Hi -
I am currently using the following formula to suppress "almost" duplicate records:
{PJPROJ.user1}=previous({PJPROJ.user1}) or
{PJPROJ.user1}="" or
right({PJPROJ.user1},5) like right(previous ({PJPROJ.user1}),5)or
left({PJPROJ.user1},5) like left(previous ({PJPROJ.user1}),5) or
mid({PJPROJ.user1},5) like mid(previous ({PJPROJ.user1}),5)
This works perfect if the two records are one right after another, however, this is often not the case.
For example, I may have:
ABC Company (Grouped by Company Name)
Dana Smith
Mr. Steve Jones
Mr. Vince Wright
Ms. Dana Smith
Nathan Martin
Steve Jones
Terry Armstrong
Is there a way that I can check the same left/middle/right character comparisons against the entire group instead of just by the one previous record?
I'd appreciate any insight.
Thank you,
Staci
I am currently using the following formula to suppress "almost" duplicate records:
{PJPROJ.user1}=previous({PJPROJ.user1}) or
{PJPROJ.user1}="" or
right({PJPROJ.user1},5) like right(previous ({PJPROJ.user1}),5)or
left({PJPROJ.user1},5) like left(previous ({PJPROJ.user1}),5) or
mid({PJPROJ.user1},5) like mid(previous ({PJPROJ.user1}),5)
This works perfect if the two records are one right after another, however, this is often not the case.
For example, I may have:
ABC Company (Grouped by Company Name)
Dana Smith
Mr. Steve Jones
Mr. Vince Wright
Ms. Dana Smith
Nathan Martin
Steve Jones
Terry Armstrong
Is there a way that I can check the same left/middle/right character comparisons against the entire group instead of just by the one previous record?
I'd appreciate any insight.
Thank you,
Staci