ashill Posted June 3, 2010 Posted June 3, 2010 I have a checkbox that is populated by a value list. The information will change from time to time so this seemed to be the best way to set it up. The checkbox items are displayed in alphabetical order but I would also like the resulting text field to be sorted alphabetically. Example – Checkbox 1 – Apple Checkbox 2 – Pear Checkbox 3 – Turnip If a user selects the Turnip check box before the Apple checkbox – the resulting text field will be “Turnip Apple” I would like the output to be sorted alphabetically – “Apple Turnip” Is this possible? The reason for this is that a report I created is treating the same output as multiple outputs depending on which item the user chose first. Thanks
Raybaudi Posted June 3, 2010 Posted June 3, 2010 FilterValues ( ValueListItems ( Get ( FileName ) ; "YourValueListName" ) ; YourCheckboxField ) will give you ordered values.
ashill Posted June 3, 2010 Author Posted June 3, 2010 Thank you for your help. I will give this a try.
Recommended Posts
This topic is 5287 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