<?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: Button Selection Syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984380#M964964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gets me half way there.&lt;/P&gt;&lt;P&gt;Field:My_Code&lt;/P&gt;&lt;P&gt;Value:None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definitely works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't get the multiple values to work though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 12:53:58 GMT</pubDate>
    <dc:creator>rebelfox</dc:creator>
    <dc:date>2015-10-02T12:53:58Z</dc:date>
    <item>
      <title>Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984374#M964958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have a field in a table that can contain NULL, Blanks or a unique value.&lt;/P&gt;&lt;P&gt;I would like to have a button on my sheet that will enable me to select all rows with a value of NULL or blanks.&lt;/P&gt;&lt;P&gt;To make NULL selectable I have used a line on the LOAD statement to convert NULL to ‘None’.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;MyTable1:&lt;BR /&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;OUTER&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;JOIN&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyField1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyField2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyField3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;ISNULL&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(MyField4),'None',MyField4) &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; My_Code &lt;BR /&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; MyTable2;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add a Listbox for MY_Code I get to many possible values and would like to select with typing in ‘N’&lt;/P&gt;&lt;P&gt;to reduce the list before selecting ‘None’.&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;How do I code the button to select ‘None’?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the Button is a sheet object that can be added with an Action of ‘Select In field’ but I don’t understand the syntax.&amp;nbsp; &lt;BR /&gt;There is a ‘field’ box which presumably needs to be MyCode.&lt;/P&gt;&lt;P&gt;How do you then code the condition in ‘Search String’?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 07:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984374#M964958</guid>
      <dc:creator>rebelfox</dc:creator>
      <dc:date>2015-10-02T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984375#M964959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you think on selection-actions you should make sure that your data are proper. You write that you used an outer join and that you have to many possible values - that sounds that the datamodel don't worked properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984375#M964959</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-02T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984376#M964960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are just selecting one value then you simply write it directly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field: My_Code&lt;/P&gt;&lt;P&gt;Value: None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are selecting multiple values then the syntax is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Value1|Value2|Value3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984376#M964960</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-10-02T08:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984377#M964961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want something like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="B1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100754_B1.PNG" style="height: auto;" /&gt;&lt;IMG alt="B2.PNG" class="jive-image image-2" height="158" src="https://community.qlik.com/legacyfs/online/100755_B2.PNG" style="max-width: 620px; height: 157.67px; width: 336px;" width="336" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984377#M964961</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-02T08:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984378#M964962</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;My advice is to convert the NULL values to something select-able.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have this code before&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;MyTable1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Nulls:&lt;BR /&gt; Mapping LOAD&lt;BR /&gt; NULL(),&lt;BR /&gt; ‘&amp;lt;Unknown&amp;gt;’&lt;BR /&gt; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this after&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;MyTable1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MAP FieldName, * using Map_Nulls;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984378#M964962</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-10-02T08:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984379#M964963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was my original thoughts yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984379#M964963</guid>
      <dc:creator>rebelfox</dc:creator>
      <dc:date>2015-10-02T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Button Selection Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984380#M964964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gets me half way there.&lt;/P&gt;&lt;P&gt;Field:My_Code&lt;/P&gt;&lt;P&gt;Value:None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definitely works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't get the multiple values to work though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Selection-Syntax/m-p/984380#M964964</guid>
      <dc:creator>rebelfox</dc:creator>
      <dc:date>2015-10-02T12:53:58Z</dc:date>
    </item>
  </channel>
</rss>

