Steve Jensen Posted February 10, 2009 Posted February 10, 2009 Question: Does anyone have a solution for sorting the contents of a text field? I have a field that is populated by a checkbox... since the boxes can be checked in any order, the text field itself is populated randomly. When I export the contents, I want them sorted alphabetically. I could write a script that pushes them out to a shell command, but I was hoping for something more cross-platform. Any ideas? Thanks!!
comment Posted February 11, 2009 Posted February 11, 2009 You could make the field auto-enter (with replacing) the following calculation: FilterValues ( ValueListItems ( Get (FileName) ; "YourValueList" ) ; YourField )
Recommended Posts
This topic is 5763 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