Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unique forumla

Status
Not open for further replies.

Zugdud

IS-IT--Management
Feb 26, 2003
158
US
Greetings all, not sure if theres a built in function for this or not but all I want to do is compare each record to the previous record and only print unique/distinct records based on 1 field. Any way to do a distinct on one field? thanks
 
If you go to the section expert (format->section)->details->suppress->x+2, you can enter:

{table.field} = previous({table.field})

This will suppress the entire row if this field is repeated.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top