gmmac Posted February 15, 2009 Posted February 15, 2009 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.
comment Posted February 15, 2009 Posted February 15, 2009 You could use ValueListItems() for this (with an accompanying value list, of course) - this will be already de-duped and sorted.
gmmac Posted February 15, 2009 Author Posted February 15, 2009 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!!
Genx Posted February 15, 2009 Posted February 15, 2009 Just figure i'll throw this out there anyway for anyone else who happens by the thread. http://www.fmfunctions.com/fname/fm8list
Recommended Posts
This topic is 5820 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