BookmarkSubscribeRSS Feed
don21
Quartz | Level 8

Dear all,

 

My data has many KPIs (56 to be exact). I have a requirement that I need to create a search box where if I type the name of KPI the corresponding cross tab must display that column data.

kindly let me know how can I achieve this..

 

Many thanks..

 

 

 

 

1 REPLY 1
FredrikE
Rhodochrosite | Level 12

Hi!

One way to do this is by creating a parameter and connect it to a text input box.

 

Then create a calculated measure that checks the value of the parameter and then chose the corresponding kpi, ie:

if [parameter] = 'kpi1' then kpi1

else if [parameter] = 'kpi2' then kpi2

...

...

 

Then use this calculated measute in your cross-tab

 

One problem is that you can't change the format dynamically depending on the chosen kpi, they all get what you specify for the calculated measure.

 

Another is that the user must type the exact name of the kpi. One way to solve this is that the text box filters a list with your kpi's and the user selects kpi from this list, also you create another parameter used in the calculated measure.

 

Hope this can give you some inspiration 🙂

 

//Fredrik

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 1 reply
  • 655 views
  • 0 likes
  • 2 in conversation