<?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 Assign selection value to button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1538772#M746789</link>
    <description>&lt;P&gt;Please see attached file. These Areas fall into 04 regions. Instead of adding another field "Region" having values "Eastern, Western, S N...) and assigning to each 'AREA' Field I want to have 04 buttons with names &lt;SPAN&gt;"Eastern, Western, S N...)" For example when Eastern is clicked it should show me data only related to Eastern Region. Just wanna learn how to assign values in action to these buttons instead of manually adding Region values to a large excel file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Feb 2019 10:37:23 GMT</pubDate>
    <dc:creator>300sss300</dc:creator>
    <dc:date>2019-02-03T10:37:23Z</dc:date>
    <item>
      <title>How to Assign selection value to button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1535550#M746785</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have 11 different area names under the field "AREA", Now instead of adding each region (eastern, western...) against each area name I want to add 04 buttons "Eastern", "Western", "Southern" &amp;amp; Northern". what I need is that when eastern button is clicked it should select only those areas assigned to eastern region in button settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already created 4 buttons just need to learn the coding (if any) in Actions Section of Button Properties&amp;nbsp;&amp;nbsp;for the required output.&lt;/P&gt;&lt;P&gt;OR IF THERE IS ANOTHER ALTERNATIVE&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1535550#M746785</guid>
      <dc:creator>300sss300</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign selection value to button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1535600#M746786</link>
      <description>&lt;P&gt;I am not sure what you are asking. The field name is the field where you need to make the selection and the search string is the selection itself, for example "Eastern" (without the quotes).&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 05:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1535600#M746786</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-28T05:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign selection value to button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1536051#M746787</link>
      <description>&lt;P&gt;Can you please elaborate your problem and please share sample data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nilaksh Mahajan&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1536051#M746787</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2019-01-28T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign selection value to button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1536096#M746788</link>
      <description>&lt;P&gt;I'm going to take a guess at what you want to achieve.&lt;/P&gt;&lt;P&gt;Assume you want the following:&lt;/P&gt;&lt;P&gt;Western - AreaWest1;&amp;nbsp; AreaWest2;&amp;nbsp; AreaWest3&lt;/P&gt;&lt;P&gt;Eastern - East1; East2; East3; East4&lt;/P&gt;&lt;P&gt;South - SouthernA, SouthernB&lt;/P&gt;&lt;P&gt;North - NorthernArea1, NorthernArea2&lt;/P&gt;&lt;P&gt;Now, in your button (or text object) you create your title for Eastern and then you go to the Actions tab and add an Action for Select in Field (it's actually the first action available) you put in your field name which is AREA and then you add in the following into the Search String position:&lt;/P&gt;&lt;P&gt;(East1|East2|East3|East4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's it, that's all you need.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 16:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1536096#M746788</guid>
      <dc:creator>nwest1965</dc:creator>
      <dc:date>2019-01-28T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign selection value to button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1538772#M746789</link>
      <description>&lt;P&gt;Please see attached file. These Areas fall into 04 regions. Instead of adding another field "Region" having values "Eastern, Western, S N...) and assigning to each 'AREA' Field I want to have 04 buttons with names &lt;SPAN&gt;"Eastern, Western, S N...)" For example when Eastern is clicked it should show me data only related to Eastern Region. Just wanna learn how to assign values in action to these buttons instead of manually adding Region values to a large excel file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 10:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Assign-selection-value-to-button/m-p/1538772#M746789</guid>
      <dc:creator>300sss300</dc:creator>
      <dc:date>2019-02-03T10:37:23Z</dc:date>
    </item>
  </channel>
</rss>

