BookmarkSubscribeRSS Feed
Janet5
Fluorite | Level 6

Does anyone know of how to add a search field in a drop down list in SAS VA?   I have a few hundred items for a drop down list and would like for the user to do a search rather than scroll through all if they know exact item.  If not, they have the option to scroll through to select what they would like to see.  Any help is much appreciated!

2 REPLIES 2
FredrikE
Rhodochrosite | Level 12

Hi!

What you can do is to add a text-input box and assign a parameter to that box.

Then add a filter to your drop down that uses that parameter to filter out values.

 

In the filter you can use "upcase(var) contains upcase(parm)" to make it possible to search for parts of the value regardless of case.

 

Hope this helps 🙂

//Fredrik

Janet5
Fluorite | Level 6

Thanks!  I'll try that out!

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2269 views
  • 1 like
  • 2 in conversation