Enhanced Search Widget - Userlist with 'All'?

886
2
Jump to solution
07-26-2012 10:44 AM
TomJansen
Emerging Contributor
I am using Robert's enhanced search widget to search multiple fields.  Is it possible to have one of the values in the userlist be "All" the other values in the list together?  So a user would have the option of selecting just one value in the userlist or selecting all of them at one time. 

Code below.
Thanks!

Tom Jansen

<expression alias="Search" textsearchlabel="Search by Name, Type and Status">  <values>   <value prompt="Name" userlist="SWPG,JBSA,THAM,GORN">Name = '[value]'</value>   <value prompt="Type" userlist="Small,Medium,Large">AND Type = '[value]'</value>   <value prompt="Status" userlist="Active,Complete,Delayed,TBD">AND Status = '[value]'</value>         </values>    </expression>
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Tom,

   It has been added to the enhancement request list.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Tom,

   It has been added to the enhancement request list.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Tom,

   This is now included in version 3.0.2
0 Kudos