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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1901 views
  • 1 like
  • 2 in conversation