<?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 Select multiple options within a toggle button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765738#M454256</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I've seen some posts regarding this issue, but nothing I felt I could apply in my specific situation.&lt;/P&gt;&lt;P&gt;So, I have a button that allows me to select multiple measures: A, B, C and D. I did this by using the inline function in Load Editor.&lt;/P&gt;&lt;P&gt;Let's say that option A and B affect an area layer I created, and C and D affect point layers.&lt;/P&gt;&lt;P&gt;Ideally, I'd like to be able to select, for example, A and C, which would show the area and point layer at the same time. So far, I can select one at a time and things work pretty well, but if I select two measures at the same time then it doesn't work anymore.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Extra information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example, for my area layer "Potatoes" in Colors I have the following custom measure:&lt;/P&gt;&lt;P&gt;=if(Measure = 'A', SUM(potatoes))&lt;/P&gt;&lt;P&gt;Hope any one can help me with this!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:45:24 GMT</pubDate>
    <dc:creator>Tavas</dc:creator>
    <dc:date>2024-11-16T17:45:24Z</dc:date>
    <item>
      <title>Select multiple options within a toggle button</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765738#M454256</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I've seen some posts regarding this issue, but nothing I felt I could apply in my specific situation.&lt;/P&gt;&lt;P&gt;So, I have a button that allows me to select multiple measures: A, B, C and D. I did this by using the inline function in Load Editor.&lt;/P&gt;&lt;P&gt;Let's say that option A and B affect an area layer I created, and C and D affect point layers.&lt;/P&gt;&lt;P&gt;Ideally, I'd like to be able to select, for example, A and C, which would show the area and point layer at the same time. So far, I can select one at a time and things work pretty well, but if I select two measures at the same time then it doesn't work anymore.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Extra information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example, for my area layer "Potatoes" in Colors I have the following custom measure:&lt;/P&gt;&lt;P&gt;=if(Measure = 'A', SUM(potatoes))&lt;/P&gt;&lt;P&gt;Hope any one can help me with this!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765738#M454256</guid>
      <dc:creator>Tavas</dc:creator>
      <dc:date>2024-11-16T17:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple options within a toggle button</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765839#M454264</link>
      <description>&lt;P&gt;you may have to add a QVW to easily understand your problem.&amp;nbsp; in general i would use the if statement to make the measure conditional instead of adding it directly to the measure expression.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you will then have 4 expressions and each expression will have the condition to show or not depending on the toggle values.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 20:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765839#M454264</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-02T20:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple options within a toggle button</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765928#M454271</link>
      <description>&lt;P&gt;Unfortunately, I can't share a QVW since it contains confidential information from my company.&lt;/P&gt;&lt;P&gt;But, for example, is it possible to have a VizLib Filter with the following characteristics:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select a Measure&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Option A&lt;UL&gt;&lt;LI&gt;Option A-1&lt;/LI&gt;&lt;LI&gt;Option A-2&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Option B&lt;UL&gt;&lt;LI&gt;Option B-1&lt;/LI&gt;&lt;LI&gt;Option B-2&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'd like to be able to choose one option in A and one option in B at the same time. Instead of having two filter buttons (as you can see in the below image), I'd have one inside the other, if that makes sense.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tavas_0-1606987872545.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45156iC1400D86CC2BEF76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tavas_0-1606987872545.png" alt="Tavas_0-1606987872545.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 09:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765928#M454271</guid>
      <dc:creator>Tavas</dc:creator>
      <dc:date>2020-12-03T09:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple options within a toggle button</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765944#M454275</link>
      <description>&lt;P&gt;Nevermind, solved! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I basically created 2 inline functions (Measures_A, Measures_B). Then, I created a Drill-down Measure and voila!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 10:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-options-within-a-toggle-button/m-p/1765944#M454275</guid>
      <dc:creator>Tavas</dc:creator>
      <dc:date>2020-12-03T10:33:34Z</dc:date>
    </item>
  </channel>
</rss>

