Johnny777 Posted August 7, 2012 Posted August 7, 2012 Hi all I am trying to solve the following problem In list view I want to give the user the means to click a button at the top of the list and for that to produce a list of unique values in a seperate window for a given field It needs to work only for the found set. I can manage the setting up of the list using the list function and the new window, but the bit I am struggling with is the removal of duplicates from the list If someone could give me a few pointers that would be great Many thanks
comment Posted August 7, 2012 Posted August 7, 2012 click a button at the top of the list and for that to produce a list of unique values For what purpose? using the list function In version 8?!
Fitch Posted August 7, 2012 Posted August 7, 2012 Your profile says 8 -- the List function appeared in 8.5. At any rate, the List function wouldn't help you with the found set. One method would be to make a layout with a subsummary part and no body part. When you sort by the subsummary's break field, you'd see only the unique values. If you wanted the list in a text field, a scripted loop comes to mind.
Recommended Posts
This topic is 4560 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now