grumbachr Posted August 27, 2007 Posted August 27, 2007 I've searched around some for an answer but I've had no luck. I have a value list that has about 5 choices. How can I make the values appear in a specific order when viewing it as a simple text in field. I'd like the values to show up in a certain sequence no matter what order they were clicked to start with.
Raybaudi Posted August 27, 2007 Posted August 27, 2007 Hi Your question isn't so clear ( at least for me ! ) Do you wish to have a text field that displays the second value in the second row ?
grumbachr Posted August 27, 2007 Author Posted August 27, 2007 sorry for the confusion. So in a questionnaire there is a set of checkboxes, with 5 values (Item 1, Item 2, Item3, etc...). Each person can choose all five or none of the checkboxes. In a related layout we only view that field as a text field. So if someone chooses Items 2, and Item 3. Those values show up as text. What I want to do is make sure they appear a logical order. Currently they appear in whatever order someone clicks chooses them. So when viewing it as text we might see; Item2 Item5 Item1 Item4 I want to force it to show as; Item1 Item2 Item4 Item5 when viewed as text. Does that help?
Raybaudi Posted August 27, 2007 Posted August 27, 2007 (edited) If so, you need a calculation text field ( or a text field with AutoEnter option ) and calc: FilterValues ( ValueListItems ( Get ( FileName ) ; "YourList" ) ; list ) where "list" is your field formatted as a check box set. Edited August 27, 2007 by Guest edit in order to answer to your precisation
Recommended Posts
This topic is 6298 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