<?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 Numeric search box in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/478975#M10689</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite new with SAS VA, and right now I'm experiencing trouble making a search box with my numeric value. What I want to do is assign a parameter, so if I enter a certain value in the search box it will return that value in both my Geomap and List-table. Is it even possible?&lt;/P&gt;&lt;P&gt;I have my IncidentID variable which is a measure, and I want to assign that to the search box, so the Geomap only returns that certain bubble with the same IncidentID and the List-table does the same. After having looked through both the guide and these forums I haven't really found any explanations for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-07-18 12_07_33-Respons_Servicetider – Google Chrome.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21815iF28793838B149D6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-07-18 12_07_33-Respons_Servicetider – Google Chrome.png" alt="2018-07-18 12_07_33-Respons_Servicetider – Google Chrome.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 10:09:45 GMT</pubDate>
    <dc:creator>MVR</dc:creator>
    <dc:date>2018-07-18T10:09:45Z</dc:date>
    <item>
      <title>Numeric search box</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/478975#M10689</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite new with SAS VA, and right now I'm experiencing trouble making a search box with my numeric value. What I want to do is assign a parameter, so if I enter a certain value in the search box it will return that value in both my Geomap and List-table. Is it even possible?&lt;/P&gt;&lt;P&gt;I have my IncidentID variable which is a measure, and I want to assign that to the search box, so the Geomap only returns that certain bubble with the same IncidentID and the List-table does the same. After having looked through both the guide and these forums I haven't really found any explanations for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-07-18 12_07_33-Respons_Servicetider – Google Chrome.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21815iF28793838B149D6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-07-18 12_07_33-Respons_Servicetider – Google Chrome.png" alt="2018-07-18 12_07_33-Respons_Servicetider – Google Chrome.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 10:09:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/478975#M10689</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2018-07-18T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric search box</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479050#M10691</link>
      <description>&lt;P&gt;Did you create a filter for your geo map and list table so that &lt;STRONG&gt;IncidentID&lt;/STRONG&gt; = &lt;STRONG&gt;IncidentID Parameter&lt;/STRONG&gt;? Also, you must press &lt;STRONG&gt;Enter&lt;/STRONG&gt; after entering a value in the Text Input Control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 13:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479050#M10691</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2018-07-18T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric search box</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479412#M10695</link>
      <description>&lt;P&gt;I did not, but I think I found a way around it, but it still gives me some kind of error. As I said I'm not that experienced in SAS VA, and I tried to create a parameter like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ( IncidentId parameter &amp;lt;&amp;gt; IncidentId_geo )&lt;BR /&gt;RETURN IncidentId parameter Missing&lt;BR /&gt;ELSE ( IncidentId_geo = IncidentId parameter )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the right way? I get the results I want, but I get a warning as well that says The server did not understand the programs request for data.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 08:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479412#M10695</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2018-07-19T08:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric search box</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479414#M10696</link>
      <description>&lt;P&gt;Furthermore, I still get an error when I leave my search box blank, and it says: The value has to be a number between 0 and 6833515 (my highest value). What I want when I leave the search box blank is to display all results. So i need the parameter to work as a filter somehow.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 08:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479414#M10696</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2018-07-19T08:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric search box</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479591#M10701</link>
      <description>&lt;P&gt;I took the following steps. In my example, the numeric column is Age.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Duplicate the Age column and make the duplicate a category (Age Category).&lt;/LI&gt;
&lt;LI&gt;Right-click the Age column and create an Age Parameter.&lt;/LI&gt;
&lt;LI&gt;On the Text Input Control, add the Age Category in the &lt;STRONG&gt;Category&lt;/STRONG&gt; role, and add the Age Parameter in the &lt;STRONG&gt;Parameter&lt;/STRONG&gt; role.&lt;/LI&gt;
&lt;LI&gt;On the list table, create a filter like this:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age = Age Parameter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to leave the Text Input Control blank--without errors--&amp;nbsp;and see all rows. If a value is entered, the table should be filtered by that value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/479591#M10701</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2018-07-19T17:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric search box</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/480353#M10708</link>
      <description>&lt;P&gt;Thank you so much! It works flawlessly now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Numeric-search-box/m-p/480353#M10708</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2018-07-23T07:16:05Z</dc:date>
    </item>
  </channel>
</rss>

