<?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 VB script question -  SelectValues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290787#M709016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use the triggered action Selection &amp;gt; Select in Field instead of doing it from a macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2011 14:59:28 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2011-07-19T14:59:28Z</dc:date>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290786#M709015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;Is there away to make the field selection NOT be case-sensitive? &lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;EM style="color: #003366;"&gt; ActiveDocument.Fields("SomeField").SelectValues&amp;nbsp; MyValues()&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290786#M709015</guid>
      <dc:creator>joefeyas</dc:creator>
      <dc:date>2011-07-19T14:10:55Z</dc:date>
    </item>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290787#M709016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use the triggered action Selection &amp;gt; Select in Field instead of doing it from a macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290787#M709016</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-07-19T14:59:28Z</dc:date>
    </item>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290788#M709017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user is inputing a comma delimited list (usually copied from an email etc) into an input box and selecting a field to search on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many cases its a numeric field like cust_id so, but in the case of something like CITY if the user enters them as:&amp;nbsp; trenton, new york, seattle &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection will fail to find&amp;nbsp; "Trenton" "New York"&amp;nbsp; "SEATTLE" etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 15:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290788#M709017</guid>
      <dc:creator>joefeyas</dc:creator>
      <dc:date>2011-07-19T15:34:45Z</dc:date>
    </item>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290789#M709018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried a Select In Field action setting search string to an expression based on&lt;EM&gt;&lt;STRONG&gt; = 'MixMatch &lt;/STRONG&gt;&lt;/EM&gt;... and it seems to work!&amp;nbsp;&amp;nbsp; (Theres a few hundred fields to test in the data model so I'm still a ways from declaring total victory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However&lt;/STRONG&gt;, I'd still like to see if there is way to fix the issue using the API. If anyone has any ideas, please post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 18:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290789#M709018</guid>
      <dc:creator>joefeyas</dc:creator>
      <dc:date>2011-07-22T18:41:49Z</dc:date>
    </item>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290790#M709019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can use search strings in the API. Just use Select and ToggleSelect instead of SelectValues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 18:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290790#M709019</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-07-24T18:55:48Z</dc:date>
    </item>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290791#M709020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified my macro to use ToggleSelect and that worked.&amp;nbsp;&amp;nbsp; (Search input was '3m usa' and it found both '3M USA' and '3M Usa') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to see how well it scales up to 500 inputs at once...&amp;nbsp; Unfortunatly the &lt;EM&gt;&lt;STRONG&gt;mixmatch &lt;/STRONG&gt;&lt;/EM&gt;method described above crashed the server when I tried to scale it, although it works great for &amp;lt; 10 search values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 19:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290791#M709020</guid>
      <dc:creator>joefeyas</dc:creator>
      <dc:date>2011-07-27T19:36:11Z</dc:date>
    </item>
    <item>
      <title>VB script question -  SelectValues</title>
      <link>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290792#M709021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi joefeyas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide the end example of what you found to work using toggle select with user input? I am interested in allowing users to input a list of style numbers to select at one time, and this sounds like it could help.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 18:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VB-script-question-SelectValues/m-p/290792#M709021</guid>
      <dc:creator />
      <dc:date>2011-09-08T18:39:34Z</dc:date>
    </item>
  </channel>
</rss>

