Note that there are some explanatory texts on larger screens.

plurals
  1. POFileMaker: Dropdown list with exact values in text
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYou'll want to share more information about how this drop down list is being used. It sounds like it's being used as a search criteria. Is it part of a script that users use in Browse mode that performs a find automatically for the user? Do users enter Find mode, select the value from the drop down, and then perform the find? The answer is likely to prepend the search criteria with '==', but the best implementation will depend on how users are actually going about finding the records.
      singulars
    2. COThe user will enter Find mode to perform search. Most of my users will be using IWP to access, hence it is not possible to prepend the '==' sign. What other ways of making a 'Find' facility for my user are there in FileMaker do you recommend me to solve this problem?
      singulars
    3. COWith the regular client you could use an `OnModeExit` script trigger to catch when the user is exiting Find mode and insert the '==' then. With Advanced you could install a custom function into the `Perform Find` menu and insert the '==' then. IWP is a more difficult nut to crack for inserting the '=='. You could train your users to add the '==' themselves, or add a button for them to click to do it for them. I can't immediately think of a way to automatically prepend the '==' to an IWP find, though.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload