<?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 Re: How do I edit filter in SAS VA? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144925#M278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;yes, it works also if 'sas' is not at the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bildschirmfoto 2014-03-15 um 10.06.16.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5725_Bildschirmfoto 2014-03-15 um 10.06.16.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It`s just a simple and quick solution (while i was reading this thread) - not a production version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define a Stored Process with the Code below&lt;/P&gt;&lt;P&gt;2. integrate the stored process into your SAS VA Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked, that t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;his Report isn`t able to execute on a tablet device.&amp;nbsp; i`ll check this when i have more free time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you a SAS employee in Holland ? I work for a partner company close to the border of Holland. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let _ODSSTYLE = plateau; &lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file _webout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;html&amp;gt;"; &lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;body&amp;gt;"; &lt;/P&gt;&lt;P&gt;&amp;nbsp; length&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line $ 1024&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; line = cat(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;lt;form action="'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , "&amp;amp;_URL"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , '" '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'method="post" enctype="multipart/form-data"&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&amp;nbsp; put line;&lt;/P&gt;&lt;P&gt;&amp;nbsp; line = cat(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;lt;input type="hidden" name="_program"'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'value="'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , "&amp;amp;_program"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , '"&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&amp;nbsp; put line;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put " &amp;lt;input name=""Geschlecht"" type=""text"" size=""30"" &amp;gt;";&lt;/P&gt;&lt;P&gt;put"&amp;lt;input name=""runUpload"" type=""submit"" value=""OK""&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/form&amp;gt;"; &lt;/P&gt;&lt;P&gt;put "&amp;lt;hr&amp;gt;"; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%stpbegin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME LASRLIB SASIOLA&amp;nbsp; TAG=HPS&amp;nbsp; PORT=10031 HOST=myHost&amp;nbsp; SIGNER="htt..." ;&lt;/P&gt;&lt;P&gt;data work.output; &lt;/P&gt;&lt;P&gt;set LASRLIB.ROWLEVELDATA;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;SELECT * FROM WORK.OUTPUT &lt;/P&gt;&lt;P&gt;WHERE upcase(NAME) contains upcase("&amp;amp;GESCHLECHT");&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%stpend;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Mar 2014 09:40:16 GMT</pubDate>
    <dc:creator>mariusg</dc:creator>
    <dc:date>2014-03-15T09:40:16Z</dc:date>
    <item>
      <title>How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144913#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a column with Names, Transaction Date and Amount. I have imported the dataset in SAS VA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date shows all the transactions happened in a month by day wise starting from 1 to 31 of the month. If I want to filter out the names for the month of April then how do I filter it out. What will I enter for ''Names'' data item in ''Edit Filter'' which asks me to enter text string. I cannot specify a name as I wanted to filter all the names pertaining to that month of April (1 Apr 2013 to 30 Apr 2013). I have specified the ''Date'' data item as ''&amp;lt; 1 Apr 2013''. I have also specified the Amt which I wanted in ''Amount' data item. But I want to specify the name as any character. How will I do it? I am using AND..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144913#M266</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-01-17T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144914#M267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried "(Date &amp;lt; 1 Apr 2013)" AND (Date &amp;gt; 30 Apr 2013)" ?&lt;/P&gt;&lt;P&gt;Which version of VA you're using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144914#M267</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-17T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144915#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to duplicate the date field and then change the format to month.&amp;nbsp; (at the end you are selecting a month and not a date)&lt;/P&gt;&lt;P&gt;Now you can easily filter the month via this copied date field or use a buttonbar to select the month in the report header.&lt;/P&gt;&lt;P&gt;VA has a lot off calculation functions that make live easier while using copied and/or newly calculated items.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 14:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144915#M268</guid>
      <dc:creator>PeterWijers</dc:creator>
      <dc:date>2014-01-18T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144916#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1836" data-externalid="" data-presence="null" data-userid="824126" data-username="Nascif%40SAS" href="https://communities.sas.com/people/Nascif@SAS" id="jive-8241265590576230948711" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #0e66ba;"&gt;Nascif@SAS&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am ok with selecting the date, perhaps I find issues selecting the name.&amp;nbsp; I have to put in the name so as to proceed further.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;filter is for 3 data items i.e Names, Date and Amount.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I can enter desired Date and Amount. I am stuck with 'Name'. &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;What will I enter in the 'Names' for the edit filter?&lt;/STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Is there any way I can put some thing as a string that can take all the names that matches with the filtered date and Amount??&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 09:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144916#M269</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-01-20T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144917#M270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp; I am using SAS VA 6.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 09:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144917#M270</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-01-20T09:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144918#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use Text input filter in create reports for name srtring&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 11:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144918#M271</guid>
      <dc:creator>naveenbk8199</dc:creator>
      <dc:date>2014-01-20T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144919#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I do understand you clearly, you want to see a list of names that meet the selected criteria of the date(month) and a value(or range)&lt;/P&gt;&lt;P&gt;If you place your Date(month) and Amount in the header of the report, these will work as a filter.&lt;/P&gt;&lt;P&gt;If you now put a list-table with the "name" field in it, you should see all of the "Names" meeting the selected criteria.&lt;/P&gt;&lt;P&gt;While clicking on a special "Name" you can use this as a filter again using the report link, or just put the "name" filed as a Drop-Down list that is positioned in the report area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At my knowledge, you can not filter via e text field on partial pieces of a "Name".&amp;nbsp; The text filter only works with full text match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 11:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144919#M272</guid>
      <dc:creator>PeterWijers</dc:creator>
      <dc:date>2014-01-20T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144920#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wish I could have this option in VA&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thanks peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 06:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144920#M273</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-03-14T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144921#M274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will ask during my visit to SASGF2014 for this functionality, if not already in VA 6.4&lt;/P&gt;&lt;P&gt;Would be a big benifit if we can use a "partial" text filter&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 06:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144921#M274</guid>
      <dc:creator>PeterWijers</dc:creator>
      <dc:date>2014-03-14T06:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144922#M275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly! it will help a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 11:58:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144922#M275</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-03-14T11:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144923#M276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;If I understand you clearly enough - you wanted to make a text filter, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where you do not have to type the full name or text?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand your problem, you can create a easy stored process with a simple input textfield. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i have the following data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bildschirmfoto 2014-03-14 um 18.34.16.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/5722_Bildschirmfoto 2014-03-14 um 18.34.16.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just typed a "sas" in lower case, pressed the ok button and got the row with the name SAS Visual Analytics.&lt;/P&gt;&lt;P&gt;(u can change the report design, title and so or load the data into a table. with a javascript &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;you don`t have to press the button - like the google search)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bildschirmfoto 2014-03-14 um 18.37.26.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5723_Bildschirmfoto 2014-03-14 um 18.37.26.png" width="450" /&gt; &lt;/P&gt;&lt;P&gt;Is this what you are looking for? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards from germany,&lt;/P&gt;&lt;P&gt;marius &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 17:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144923#M276</guid>
      <dc:creator>mariusg</dc:creator>
      <dc:date>2014-03-14T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144924#M277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marius.&lt;/P&gt;&lt;P&gt;This looks like a solution, but does it also work if 'sas' is not at the beginning of the text.&lt;/P&gt;&lt;P&gt;Shurely I am anyway interested in how you did this. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grussen aus Holland.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 18:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144924#M277</guid>
      <dc:creator>PeterWijers</dc:creator>
      <dc:date>2014-03-14T18:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144925#M278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;yes, it works also if 'sas' is not at the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bildschirmfoto 2014-03-15 um 10.06.16.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5725_Bildschirmfoto 2014-03-15 um 10.06.16.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It`s just a simple and quick solution (while i was reading this thread) - not a production version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define a Stored Process with the Code below&lt;/P&gt;&lt;P&gt;2. integrate the stored process into your SAS VA Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked, that t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;his Report isn`t able to execute on a tablet device.&amp;nbsp; i`ll check this when i have more free time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you a SAS employee in Holland ? I work for a partner company close to the border of Holland. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let _ODSSTYLE = plateau; &lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file _webout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;html&amp;gt;"; &lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;body&amp;gt;"; &lt;/P&gt;&lt;P&gt;&amp;nbsp; length&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line $ 1024&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; line = cat(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;lt;form action="'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , "&amp;amp;_URL"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , '" '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'method="post" enctype="multipart/form-data"&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&amp;nbsp; put line;&lt;/P&gt;&lt;P&gt;&amp;nbsp; line = cat(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;lt;input type="hidden" name="_program"'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'value="'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , "&amp;amp;_program"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , '"&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&amp;nbsp; put line;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put " &amp;lt;input name=""Geschlecht"" type=""text"" size=""30"" &amp;gt;";&lt;/P&gt;&lt;P&gt;put"&amp;lt;input name=""runUpload"" type=""submit"" value=""OK""&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/form&amp;gt;"; &lt;/P&gt;&lt;P&gt;put "&amp;lt;hr&amp;gt;"; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%stpbegin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME LASRLIB SASIOLA&amp;nbsp; TAG=HPS&amp;nbsp; PORT=10031 HOST=myHost&amp;nbsp; SIGNER="htt..." ;&lt;/P&gt;&lt;P&gt;data work.output; &lt;/P&gt;&lt;P&gt;set LASRLIB.ROWLEVELDATA;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;SELECT * FROM WORK.OUTPUT &lt;/P&gt;&lt;P&gt;WHERE upcase(NAME) contains upcase("&amp;amp;GESCHLECHT");&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%stpend;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 09:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144925#M278</guid>
      <dc:creator>mariusg</dc:creator>
      <dc:date>2014-03-15T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144926#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marius,&lt;/P&gt;&lt;P&gt;thanks for the clear info, but its a little to complex for filter usage.&lt;/P&gt;&lt;P&gt;it works well for one table but it should work like a real filter on a page.&lt;/P&gt;&lt;P&gt;Thanks again for the effort.&lt;/P&gt;&lt;P&gt;I will ask at the SASGF2014 for this enhancement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- No I am working for a Company that paints aluminum in Roermond. (you are always welcome)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 18:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144926#M279</guid>
      <dc:creator>PeterWijers</dc:creator>
      <dc:date>2014-03-15T18:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144927#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, exactly thats the solution I was looking for. Thats good!&lt;/P&gt;&lt;P&gt;Hope this functionality is not available in UI level in the VA.&lt;/P&gt;&lt;P&gt;It would be good to get this as an option to perform this activities from UI level.&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 05:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144927#M280</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-04-02T05:40:51Z</dc:date>
    </item>
  </channel>
</rss>

