Newbies gesualdo Posted November 9, 2001 Newbies Posted November 9, 2001 I want to create some sort of summary field that will combine information from a given field from all records in a found set. I see where it's possible to create such a summary using numbers, but is there a way to create this for text. (I'm trying to create an e-mail list of all records or for a found set)
FUBAR Posted November 9, 2001 Posted November 9, 2001 Depending on what you want to do this can be done a few different ways... A value-list will give you all of the different records in a certain field but it will be all records instead of just your particular found set. A value-list and a self-relationship could give you all of the different records in a certain field and can only include the ones in your found set. Or there's always looping through all of the records in your found set and continuing adding text to a global field (usually not a particularily good solution, but a solution none-the-less.) Hope this helps.
wwyngaard Posted November 9, 2001 Posted November 9, 2001 You might want to check out www.troi.com. They have a plugin that does sum of text via relationship. I have used it in many solutions and it really works well. In a found set you could do a self join and some the text from the set.
Recommended Posts
This topic is 8486 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