Hello
I have a custom field (named "position") for my users that takes about 20 different values (one for each user). This field is "query dropdown multiple select" and it gets it's options with the following query...
Code:
SELECT DISTINCT `cb_column` FROM `#__comprofiler` WHERE `cb_column` !='' ORDER BY `cb_column` ASC
The values are populated correctly from the database.
Now i want users to be able to search the userlist by selecting one or more options that are listed in this field.
For example... if user selects option "Technical" in position field to get a userlist with all the users that have "Technical" in their corresponding field.
No way....
I always get a blank search result!
Field settings:
- Searchable
- Selected in List / Parameters / Search
Can you please advise?
Also...
We need the same field to be visible only as a list search field. Not in profile, not in profile edit. So we have placed it in a tab that is in Position "Not displayed on profile 1". Even that the tab is positioned in "Not displayed on profile 1", it shows on profile edit. Can we avoid that somehow?...
Thank you...