February 15, 200917 yr I've been poking around for a custom function or a calculation that does in v. 8.0 what list() function does in 8.5 and higher: I have a table of users, and a table of donations they have made, often multiple donations in a year. I want a single field which can show every year they have donated (then I'll have to eliminate duplicates and extract gaps, but that's another matter). I'm sure this has been done many times before, but I haven't found this particular case searching the forums. Thanks for any help.
February 15, 200917 yr You could use ValueListItems() for this (with an accompanying value list, of course) - this will be already de-duped and sorted.
February 15, 200917 yr Author Comment--I had not yet made a value list show only related values--your solution works perfectly. I can take it from here. Thank you!!
February 15, 200917 yr Just figure i'll throw this out there anyway for anyone else who happens by the thread. http://www.fmfunctions.com/fname/fm8list
Create an account or sign in to comment