<?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 Mutliple Button selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mutliple-Button-selection/m-p/2153692#M1225060</link>
    <description>&lt;P&gt;I have 5 total buttons.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The button on the Left Pulls certain Accounts.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The Button on the right pulls certain accounts&lt;/P&gt;
&lt;P&gt;underneath, I have date ranges for 3 different buttons. One for last 6 months, one for Last 12 months, and the last one is for the next 6 months.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to have it to where a user can choose multiple options/ mix match. For Example, the user clicks on the Top left button on the account, but then can choose any of the date filters.&amp;nbsp; The same for the top right button. The user chooses that, and then have the ability to choose any of those... How is this possible? See attached.&lt;/P&gt;
&lt;P&gt;Keep in mind that these are buttons that I created. So it would be a option that would need to be adjusted in the "Add action" on the button.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 19:54:35 GMT</pubDate>
    <dc:creator>hhouston</dc:creator>
    <dc:date>2023-12-15T19:54:35Z</dc:date>
    <item>
      <title>Mutliple Button selection</title>
      <link>https://community.qlik.com/t5/QlikView/Mutliple-Button-selection/m-p/2153692#M1225060</link>
      <description>&lt;P&gt;I have 5 total buttons.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The button on the Left Pulls certain Accounts.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The Button on the right pulls certain accounts&lt;/P&gt;
&lt;P&gt;underneath, I have date ranges for 3 different buttons. One for last 6 months, one for Last 12 months, and the last one is for the next 6 months.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to have it to where a user can choose multiple options/ mix match. For Example, the user clicks on the Top left button on the account, but then can choose any of the date filters.&amp;nbsp; The same for the top right button. The user chooses that, and then have the ability to choose any of those... How is this possible? See attached.&lt;/P&gt;
&lt;P&gt;Keep in mind that these are buttons that I created. So it would be a option that would need to be adjusted in the "Add action" on the button.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 19:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mutliple-Button-selection/m-p/2153692#M1225060</guid>
      <dc:creator>hhouston</dc:creator>
      <dc:date>2023-12-15T19:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mutliple Button selection</title>
      <link>https://community.qlik.com/t5/QlikView/Mutliple-Button-selection/m-p/2153744#M1225062</link>
      <description>&lt;P&gt;Hi, two possible options, but each one depends on having the data precalculated on the script, like setting&amp;nbsp;a value from 1 to 5 to ech record or account to set wich button will show the account.&lt;/P&gt;
&lt;P&gt;Option 1: Use the altern select action to add or remove the selection of a value, the first button adds/removes the value 1, the 2nd adds/removes 2, etc.&lt;/P&gt;
&lt;P&gt;Option 2: Do a dynamic set analysis based on button activations, in example the expression could be:&lt;/P&gt;
&lt;P&gt;Sum({$$(v1)$(v2)} Field)&lt;/P&gt;
&lt;P&gt;And the first button can set the set analysis using v1 with an action that sets the variable value, like:&lt;/P&gt;
&lt;P&gt;=If('$(v1)'='','+&amp;lt;FlagField={1}&amp;gt;','')&lt;/P&gt;
&lt;P&gt;The 2nd button can set the variable as&lt;/P&gt;
&lt;P&gt;=If('$(v2)'='','+&amp;lt;FlagField={2}&amp;gt;','')&lt;/P&gt;
&lt;P&gt;And so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use it to create a dynamic dimension like:&lt;/P&gt;
&lt;P&gt;=Aggr(Only({$$(v1)$(v2)}AccountField),AccountField)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 08:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mutliple-Button-selection/m-p/2153744#M1225062</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-12-16T08:17:43Z</dc:date>
    </item>
  </channel>
</rss>

