In the SQL world I can run write a query with a DISTINCT argument to aggregate values in a particular column. Does FMP have a similar function? I need to be able to set all the possible values in any given field into a global field.
I know it's possible to export values from a field once they been sorted and summarized, but I need the values to be available within the application (not in an exported file).
Can this be done recursively through a custom function? Any idea on what it would look like (or is that overkill?)
I know it's possible to export values from a field once they been sorted and summarized, but I need the values to be available within the application (not in an exported file).
Can this be done recursively through a custom function? Any idea on what it would look like (or is that overkill?)