<?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: Select In Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529735#M198019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I needed this to help with some administration of a file for demo purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 20:55:06 GMT</pubDate>
    <dc:creator>jcampbell</dc:creator>
    <dc:date>2014-05-06T20:55:06Z</dc:date>
    <item>
      <title>Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529728#M198012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want few values to be selected by default on opening of the document.&lt;/P&gt;&lt;P&gt;I am using "Select In Field" action "On Open" of the document.&lt;/P&gt;&lt;P&gt;Field Name is : [Account ID] having values 1,2,3,4,5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check if a value is available in the field, if available then select it.&lt;/P&gt;&lt;P&gt;so I am using an expression :&lt;/P&gt;&lt;P&gt;Match([Account ID],'1','2','3','4','5') in search string of "Select in field", but it does not select anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions why is this not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529728#M198012</guid>
      <dc:creator />
      <dc:date>2013-11-15T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529729#M198013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a start for&amp;nbsp; debugging I would suggest, enter your expression in a textbox like =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match([Account ID],'1','2','3','4','5').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From there you can check if any value is returned by the system.&lt;/P&gt;&lt;P&gt;Maybe it helps to point you in a direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529729#M198013</guid>
      <dc:creator />
      <dc:date>2013-11-15T10:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529730#M198014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this instead of your match expression:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" height="195" src="https://community.qlik.com/legacyfs/online/49042_Capture.PNG.png" style="width: 512px; height: 195.44086021505376px;" width="512" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529730#M198014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T10:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529731#M198015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/49350"&gt;Gerrit Zanen&lt;/A&gt; and &lt;A href="https://community.qlik.com/qlik-users/119943"&gt;Quentin Bruno&lt;/A&gt; for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I want to select the field values based on their availability in the field.&lt;/P&gt;&lt;P&gt;So, I tried something like :&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat (Distinct ([Account ID], '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;It selects all the available values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem is, out of the available values I just want to select 2,3,4,5 by default.&lt;/P&gt;&lt;P&gt;I tried using one more select in field as ='&amp;lt;&amp;gt;1' after the previous action hoping that first it would select all the available values and then exclude 1 from it. But doesn't work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover if the values are combination of text and numbers for eg. say Test1, Test2 etc. will it behave differently?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529731#M198015</guid>
      <dc:creator />
      <dc:date>2013-11-18T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529732#M198016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;For anybody's reference :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;I just added 2 actions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;1. Select In field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;Field Name : Account ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;Search String : ='(' &amp;amp; Concat ( DISTINCT [Account ID], '|') &amp;amp; ')' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;2. Toggle Select&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;Field Name : Account ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;Search String : ='(*1*)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helped me in selecting only the values I wanted to select by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone for the help!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529732#M198016</guid>
      <dc:creator />
      <dc:date>2013-11-18T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529733#M198017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a little test and text and number can be combined, at least it works at my end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagarding your questions:&lt;/P&gt;&lt;P&gt;Option 1 is to use Select in field that will select the fields, look at the example of Quentin or this example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/49127_qv.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second part of your question can be achieved by a combination of Select en Field and Select Excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First action is Select in Field as above. Second action is Select Excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/49128_qv.gif" /&gt;&lt;/P&gt;&lt;P&gt;The combination of these two will first select and after that deselect what you selected first and select the others.&lt;/P&gt;&lt;P&gt;Hope this is clear and answers your questions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/49129_qv.gif" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529733#M198017</guid>
      <dc:creator />
      <dc:date>2013-11-18T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529734#M198018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;P&gt;Works this way as well. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529734#M198018</guid>
      <dc:creator />
      <dc:date>2013-11-18T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529735#M198019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I needed this to help with some administration of a file for demo purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field/m-p/529735#M198019</guid>
      <dc:creator>jcampbell</dc:creator>
      <dc:date>2014-05-06T20:55:06Z</dc:date>
    </item>
  </channel>
</rss>

