My cb members are required to pick (from a drop-down single select field) their primary practice area (cb_practiceareasb). They also have an option to pick 2nd and 3rd practice areas from identical drop down single select fields , cb_practiceareasb2 and cb_practiceareasb3.
I've created a cb user list for each value in the practice area fields, and using the advanced filter:
`cb_practiceareasb` ='value1' OR `cb_practiceareasb2` ='value1' OR `cb_practiceareasb3` ='value1'
I can get the user list to display all members that have selected value1 in any of the 3 fields.
What I want to do is have the list display members with the primary cb_practiceareasb field matched first, then display matched to cb_practiceareasb2, followed by matches to cb_practiceareasb3. This is more of a grouping thing than a sorting thing...
In other words, I want the list to group members by which of the fields match the value1 in a specific order.
Best you can do is add all 3 fields to the order by of your userlist. There is no group by for userlists.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.