<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to group multiple measure in to one for search view in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-group-multiple-measure-in-to-one-for-search-view/m-p/548161#M12201</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;kindly let me know how can I achieve this..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 11:12:39 GMT</pubDate>
    <dc:creator>don21</dc:creator>
    <dc:date>2019-04-03T11:12:39Z</dc:date>
    <item>
      <title>How to group multiple measure in to one for search view</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-group-multiple-measure-in-to-one-for-search-view/m-p/548161#M12201</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;kindly let me know how can I achieve this..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 11:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-group-multiple-measure-in-to-one-for-search-view/m-p/548161#M12201</guid>
      <dc:creator>don21</dc:creator>
      <dc:date>2019-04-03T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to group multiple measure in to one for search view</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-group-multiple-measure-in-to-one-for-search-view/m-p/548183#M12202</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;One way to do this is by creating a parameter and connect it to a text input box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a calculated measure that checks the value of the parameter and then chose the corresponding kpi, ie:&lt;/P&gt;
&lt;P&gt;if [parameter] = 'kpi1' then kpi1&lt;/P&gt;
&lt;P&gt;else if [parameter] = 'kpi2' then kpi2&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use this calculated measute in your cross-tab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this can give you some inspiration &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 12:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-group-multiple-measure-in-to-one-for-search-view/m-p/548183#M12202</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2019-04-03T12:38:05Z</dc:date>
    </item>
  </channel>
</rss>

