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>