giggles7840
IS-IT--Management
ok, question, i need to show only the duplicate rows. I looked through some old threads and tried reversing the process of eliminating dups....
i am using:
previous({LsaAcct.BranchNbr})<> {LsaAcct.BranchNbr}
this is almost great. it shows me which records are the dups, but it only shows one line. I need this report to show every dup line.
For instance:
right now i see:
Group1
DetailDup1
I need to see:
Group1
DetailDup1
DetailDup1
DetailDup1
How do i bring back my hiding records?
i am using:
previous({LsaAcct.BranchNbr})<> {LsaAcct.BranchNbr}
this is almost great. it shows me which records are the dups, but it only shows one line. I need this report to show every dup line.
For instance:
right now i see:
Group1
DetailDup1
I need to see:
Group1
DetailDup1
DetailDup1
DetailDup1
How do i bring back my hiding records?