<?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 to use text input for multiple selections in SAS VA 7.3 in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633301#M13599</link>
    <description>&lt;P&gt;Oops, the expression for Parm1 shouldn't matter, but the RemoveBlanks() operator still might help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also try changing your stock ID variable to character in the data preparation stage.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2020 18:18:17 GMT</pubDate>
    <dc:creator>Sam_SAS</dc:creator>
    <dc:date>2020-03-19T18:18:17Z</dc:date>
    <item>
      <title>How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561883#M12543</link>
      <description>&lt;P&gt;Is it possible to use the text input control to filter a table using mutliple values?&amp;nbsp;My example is an item code, and I want users to be able to search for multiple item codes with the results displayed together in the report. Currently, if I run this with one text input code, it filters down the table, but if i try multiple (spaced with space, comma or semi-colon) it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 09:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561883#M12543</guid>
      <dc:creator>Messham</dc:creator>
      <dc:date>2019-05-28T09:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561900#M12545</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/266057"&gt;@Messham&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if the end user types into &lt;FONT color="#333399"&gt;&lt;EM&gt;Text Input&lt;/EM&gt;&lt;/FONT&gt; control f.ex. &lt;EM&gt;&lt;FONT color="#008000"&gt;ID10005; ID10015; ID20001&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;and I need to use these all to search matching item codes I would consider the following approach:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Create f.ex. 5 new calculated items and parse the string from the &lt;FONT color="#333399"&gt;&lt;EM&gt;Text Input&lt;/EM&gt;&lt;/FONT&gt; to these new calculated items.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parse.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29800i6BD147DD3E570B34/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parse.PNG" alt="Parse.PNG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Then utilize Contains() and OR functions.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Contains.PNG" style="width: 301px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29801i33AEF7F5BD0401E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Contains.PNG" alt="Contains.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Not a scalable solution, but maybe adequate?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Best regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Petri Roine&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561900#M12545</guid>
      <dc:creator>PetriRoine</dc:creator>
      <dc:date>2019-05-28T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561908#M12546</link>
      <description>&lt;P&gt;Thank you for your solution - there are possibly thousands of codes so I don't think this is a solution. But I appreciate your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561908#M12546</guid>
      <dc:creator>Messham</dc:creator>
      <dc:date>2019-05-28T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561911#M12547</link>
      <description>&lt;P&gt;Ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure if I understood correctly as in this approach the total number of item codes is irrelevant. The key question is how many item codes would a single user search at any given time i.e. how many codes would they type into that &lt;FONT color="#333399"&gt;Input Text&lt;FONT color="#000000"&gt; control object. In my approach end user could search simultaneously five different codes. I guess maybe around ten would be maximum sensible amount in this approach.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;FONT color="#000000"&gt;If you meant that they need to enter thousands of item codes into that &lt;FONT color="#333399"&gt;Input Text&lt;/FONT&gt; to be searched from the full spectrum of item codes - then yes, this is not the solution. Typing in thousands of codes is laborious, maybe they could copy-paste, but there's no sense creating that many help variables.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;FONT color="#000000"&gt;If however the end users most likely enter only a few item codes into that &lt;FONT color="#333399"&gt;Input Text&lt;/FONT&gt; object to be searched, then this approach should do the trick.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;FONT color="#000000"&gt;Anyways, you definitely know the best your case, what works and what doesn't. I hope you find a fitting solution&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;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;FONT color="#000000"&gt;Best regards,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;FONT color="#000000"&gt;Petri&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561911#M12547</guid>
      <dc:creator>PetriRoine</dc:creator>
      <dc:date>2019-05-28T10:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561913#M12548</link>
      <description>&lt;P&gt;Maybe I misunderstood your solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your solution says;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;So if the end user types into &lt;FONT color="#333399"&gt;&lt;EM&gt;Text Input&lt;/EM&gt;&lt;/FONT&gt; control f.ex. &lt;EM&gt;&lt;FONT color="#008000"&gt;ID10005; ID10015; ID20001&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;and I need to use these all to search matching item codes I would consider the following approach:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Create f.ex. 5 new calculated items and parse the string from the &lt;FONT color="#333399"&gt;&lt;EM&gt;Text Input&lt;/EM&gt;&lt;/FONT&gt; to these new calculated items.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;What if the next user wants to search ID10004; ID101; ID20002; ID20012; ID351&amp;nbsp;- do I have to put all of the possible combinations into the solution?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 11:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561913#M12548</guid>
      <dc:creator>Messham</dc:creator>
      <dc:date>2019-05-28T11:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561935#M12549</link>
      <description>&lt;P&gt;The end user can type what ever codes they want - the codes (search strings) aren't fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The number of codes (search strings) user can type in the &lt;EM&gt;&lt;FONT color="#333399"&gt;Text Input&lt;/FONT&gt;&lt;/EM&gt; to be searched is fixed. In my example the max number to be searched was five. That's why I had five new calculated items. Actually to be 100% correct the user can type in as many codes (search strings) as they want, but the maximum number of codes (search strings) to be processed is fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I propose you try this and see how it works.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Br,&lt;/P&gt;
&lt;P&gt;Petri&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 12:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561935#M12549</guid>
      <dc:creator>PetriRoine</dc:creator>
      <dc:date>2019-05-28T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561963#M12551</link>
      <description>&lt;P&gt;Petri's solution is a clever one, although things arguably should be much simpler in VA. If you could assign a multi-value parameter to a text input control, for example, it would be much easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To spell things out a little more:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a character parameter and assign it to a text input control. In my example I'll call it InputParm. Users can input a delimited set of inputs like "Sedan; Hybrid"&lt;/LI&gt;
&lt;LI&gt;Create a cal&lt;FONT face="arial,helvetica,sans-serif"&gt;culated item f&lt;/FONT&gt;or each input you want to support. I will create two here, to support two inputs, but you can expand on this as much as you like.&lt;BR /&gt;&lt;BR /&gt;a. Create an calculated item for the first input parameter, I am naming it Parm1.&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;GetWord('InputParm'p, 1)&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;b. Create the second calculated item, Parm2.&lt;BR /&gt;&lt;/FONT&gt;GetWord('InputParm'p, 2)&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Now, create an advanced filter to compare these values to the category item in your data:&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;IF ( GetLength('InputParm'p) &amp;gt; 0 )&lt;BR /&gt;RETURN ( ( LowerCase('Type'n) Contains LowerCase('Parm1'n) ) OR ( LowerCase('Type'n) Contains LowerCase('Parm2'n) ) )&lt;BR /&gt;ELSE ( 1 = 1 )&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;You can omit the LowerCase() operator if you want the search to be case sensitive. You could also substitute '=' for Contains if you want exact matches only. This filter expression should accept 0, 1, or 2 inputs from the text input control: If you support more inputs, you can just keep adding OR clauses as needed.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;No filter specified:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="search1.gif" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29810i9E74940D5B919A3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="search1.gif" alt="search1.gif" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Two Type values specified:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="search.gif" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29811i939AA828691CE838/image-size/large?v=v2&amp;amp;px=999" role="button" title="search.gif" alt="search.gif" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if this helps,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 13:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/561963#M12551</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-05-28T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/632968#M13594</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The filter does not work when using =. how can we do for numerical data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank You!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/632968#M13594</guid>
      <dc:creator>gizemetus</dc:creator>
      <dc:date>2020-03-18T14:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/632970#M13595</link>
      <description>&lt;P&gt;What do you mean when you say the filter does not work? Does the expression editor show an error message?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/632970#M13595</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-03-18T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633174#M13597</link>
      <description>&lt;P&gt;Hi Sam . Actually, No error Only showing warning icon and it do not filter. this is a my query. when I use "contains" correct running . STOK_ID is numeric data but I converted character data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF ( GetLength('InputParm'p) &amp;gt; 0 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RETURN ( ( LowerCase('STOK_ID'n) = LowerCase('Parm1'n) ) OR ( LowerCase('STOK_ID'n) = LowerCase('Parm2'n) ) )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ELSE ( 1 = 1 )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 07:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633174#M13597</guid>
      <dc:creator>gizemetus</dc:creator>
      <dc:date>2020-03-19T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633300#M13598</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303322"&gt;@gizemetus&lt;/a&gt;, what does your expression for Parm1 look like? Are you using the Format() operator to convert the numeric to character?&lt;BR /&gt;&lt;BR /&gt;If you are using Format(), this sometimes adds blanks to the start of the value, so "     4" does not match "4". Try the RemoveBlanks() operator to solve this.</description>
      <pubDate>Thu, 19 Mar 2020 14:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633300#M13598</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-03-19T14:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633301#M13599</link>
      <description>&lt;P&gt;Oops, the expression for Parm1 shouldn't matter, but the RemoveBlanks() operator still might help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also try changing your stock ID variable to character in the data preparation stage.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 18:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/633301#M13599</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-03-19T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/634176#M13605</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;I tried "remove blanks" function and I did. it's running report's filter. " thank you so much. Really!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 17:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/634176#M13605</guid>
      <dc:creator>gizemetus</dc:creator>
      <dc:date>2020-03-23T17:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/634190#M13606</link>
      <description>&lt;P&gt;That is great to hear! Thanks for letting us know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 17:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/634190#M13606</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-03-23T17:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/962641#M18688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried above solution and created calculated filter along with advance filter , my input textbox having alphanumeric value like ABC123 . so i kept input textbox as Character . In advance filter i used below code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;GetWord&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Loan Account No'n&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;SPAN&gt; (( Upper&lt;/SPAN&gt;&lt;SPAN&gt;Case&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Loan Account No'n&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;Contains&lt;/SPAN&gt; &lt;SPAN&gt;UpperCase&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parm1'n&lt;/SPAN&gt;&lt;SPAN&gt;) ) &lt;/SPAN&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;UpperCase&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Loan Account No'n&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;Contains&lt;/SPAN&gt; &lt;SPAN&gt;LowerCase&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parm2'n&lt;/SPAN&gt;&lt;SPAN&gt;) ))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ELSE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;this showing me an error as &lt;STRONG&gt;Expected : Numeric constant ,numeric, date or datetime&lt;/STRONG&gt; . i dont know how to resolve this issue .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Mar 2025 07:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/962641#M18688</guid>
      <dc:creator>sushviper1</dc:creator>
      <dc:date>2025-03-26T07:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/962680#M18691</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/474421"&gt;@sushviper1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried above solution and created calculated filter along with advance filter , my input textbox having alphanumeric value like ABC123 . so i kept input textbox as Character . In advance filter i used below code&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;GetWord&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Loan Account No'n&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;SPAN&gt; (( Upper&lt;/SPAN&gt;&lt;SPAN&gt;Case&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Loan Account No'n&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;Contains&lt;/SPAN&gt; &lt;SPAN&gt;UpperCase&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parm1'n&lt;/SPAN&gt;&lt;SPAN&gt;) ) &lt;/SPAN&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;UpperCase&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Loan Account No'n&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;Contains&lt;/SPAN&gt; &lt;SPAN&gt;LowerCase&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parm2'n&lt;/SPAN&gt;&lt;SPAN&gt;) ))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ELSE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;this showing me an error as &lt;STRONG&gt;Expected : Numeric constant ,numeric, date or datetime&lt;/STRONG&gt; . i dont know how to resolve this issue .&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hello,&lt;BR /&gt;I think the main issue is with your IF condition -- GetWord() will return a string but you are comparing it to a number. Did you mean to use GetLength()?&lt;BR /&gt;Your RETURN clause has UpperCase(), but I think that should be UpCase(). Unless the name was different before VA 7.5.&lt;/P&gt;
&lt;P&gt;Let us know if that helps!&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 14:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/962680#M18691</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2025-03-26T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/962763#M18700</link>
      <description>&lt;P&gt;"Loan Account no" contain alphanumerical values .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 06:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/962763#M18700</guid>
      <dc:creator>sushviper1</dc:creator>
      <dc:date>2025-03-27T06:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/963009#M18704</link>
      <description>&lt;P&gt;If the account number only contains number characters, you can use the TreatAs() operator to cast the values to numeric. If you have values like "12344A", then expression syntax cannot evaluate whether that is greater than zero.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 14:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/963009#M18704</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2025-03-31T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/963825#M18711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp; so could you please provide a solution to overcome this issue ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 09:31:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/963825#M18711</guid>
      <dc:creator>sushviper1</dc:creator>
      <dc:date>2025-04-09T09:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use text input for multiple selections in SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/963887#M18712</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/474421"&gt;@sushviper1&lt;/a&gt;&amp;nbsp;In your expression you are trying to compare a character value to a numeric one. The app cannot evaluate whether a character string is "greater than" zero.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be helpful if you could provide an example value from your Loan account number column.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 14:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-text-input-for-multiple-selections-in-SAS-VA-7-3/m-p/963887#M18712</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2025-04-09T14:04:01Z</dc:date>
    </item>
  </channel>
</rss>

