<?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: To create a button object in the sheet. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469525#M175351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached the sample .qvw here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out of this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 06:46:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-17T06:46:51Z</dc:date>
    <item>
      <title>To create a button object in the sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469523#M175349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm working on button sheet object. Need some help how to write expression to link with the selected data in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example &lt;/STRONG&gt;: I've a field name called 'SubjectCode'. Many codes are given in the field. A1,A2,A3,A4,A5,B1,B2,B3,B4,B4,B5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a button object to display only'A1,A2,A3,B1,B2' from Subjest Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My analysis &lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;I've created a button name 'Code' -&amp;gt; Properties-&amp;gt; Bookmark-&amp;gt; Apply bookmark (Given the 'Subject Code' label name)&lt;/P&gt;&lt;P&gt;Then Selections-&amp;gt; Select in Field-&amp;gt; Feild name (Subject Code) &amp;amp; Search String-&amp;gt; if (Match([Subject Code],'A1',A2','A3','B1','B2'),' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems to be not working.&lt;/P&gt;&lt;P&gt;Can anyone help me how to do this will be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 05:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469523#M175349</guid>
      <dc:creator />
      <dc:date>2013-05-17T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: To create a button object in the sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469524#M175350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the actions expressions, the way to select multiple values is this, manually adding all the values you want to select:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(A1|A2|A3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So one way to get this done in the search string would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp;amp; Concat(Distinct Field, '|') &amp;amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 05:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469524#M175350</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-05-17T05:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: To create a button object in the sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469525#M175351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached the sample .qvw here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out of this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 06:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469525#M175351</guid>
      <dc:creator />
      <dc:date>2013-05-17T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: To create a button object in the sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469526#M175352</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;&lt;/P&gt;&lt;P&gt;fiend the attached file. you must give currect field name in select in field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 06:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469526#M175352</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-17T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: To create a button object in the sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469527#M175353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 06:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469527#M175353</guid>
      <dc:creator />
      <dc:date>2013-05-17T06:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: To create a button object in the sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469528#M175354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Thanks for your help.&lt;/P&gt;&lt;P&gt;But i do need only particular values in the feild. I tired giving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[size code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'A1|A2|A3|B1|B2')&amp;amp; ')' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i get the values A2,A3,B1. The first and last values are not selected when i click to the button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 07:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-create-a-button-object-in-the-sheet/m-p/469528#M175354</guid>
      <dc:creator />
      <dc:date>2013-05-17T07:49:00Z</dc:date>
    </item>
  </channel>
</rss>

