Col Min() & Col Max() for Character columns
I'm interested in a function that would behave analogously to how Col Min()/Col Max() does, including allowing grouping variables; but instead of operating on numeric columns, it would operate on Character columns. For example:"Col Min Str( :Data, :Grouping)" would return the alphabetically first entry from :Data, grouped by :Grouping."Col Max Str(:Data, :Grouping)" would return the alphabetically...