<?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 Multiple alternate states within a bookmark in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multiple-alternate-states-within-a-bookmark/m-p/1890975#M73407</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I was wondering if any of you have assinged 2 or more alternate states to a bookmark selection in set analysis?&lt;/P&gt;
&lt;P&gt;I have tried below and result are following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;({1-[Group 1]::BM01} Sales) - works fine&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-[Group 1,Group2]::BM01} Sales) - does not bring any results&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-([Group 1]+[Group2])::BM01} Sales)&amp;nbsp;- does not bring any results&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({[Group 1][Group2]::BM01} Sales)&amp;nbsp;- does not bring any results&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, do you think it would be possible to add multiple bookmarks, to the selection? Exemplary:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-(([Group 1,Group2]::BM01) + ([Group 1,Group2]::BM02) )} Sales)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have checked that&amp;nbsp;&amp;nbsp;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-(([Group 1]::BM01) + ([Group2]::BM02) )} Sales) gives a result but skewed in numbers.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 13:42:43 GMT</pubDate>
    <dc:creator>Mt3</dc:creator>
    <dc:date>2022-02-09T13:42:43Z</dc:date>
    <item>
      <title>Multiple alternate states within a bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-alternate-states-within-a-bookmark/m-p/1890975#M73407</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I was wondering if any of you have assinged 2 or more alternate states to a bookmark selection in set analysis?&lt;/P&gt;
&lt;P&gt;I have tried below and result are following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;({1-[Group 1]::BM01} Sales) - works fine&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-[Group 1,Group2]::BM01} Sales) - does not bring any results&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-([Group 1]+[Group2])::BM01} Sales)&amp;nbsp;- does not bring any results&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({[Group 1][Group2]::BM01} Sales)&amp;nbsp;- does not bring any results&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, do you think it would be possible to add multiple bookmarks, to the selection? Exemplary:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-(([Group 1,Group2]::BM01) + ([Group 1,Group2]::BM02) )} Sales)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have checked that&amp;nbsp;&amp;nbsp;&lt;SPAN class="ui_item"&gt;sum&lt;/SPAN&gt;({1-(([Group 1]::BM01) + ([Group2]::BM02) )} Sales) gives a result but skewed in numbers.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 13:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-alternate-states-within-a-bookmark/m-p/1890975#M73407</guid>
      <dc:creator>Mt3</dc:creator>
      <dc:date>2022-02-09T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple alternate states within a bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-alternate-states-within-a-bookmark/m-p/1890992#M73410</link>
      <description>&lt;P&gt;i would guess you have to do the operations the other way around:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui_item"&gt;try something like this: sum&lt;/SPAN&gt;({1-([Group 1]::BM01+[Group2]::BM01)} Sales)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 13:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-alternate-states-within-a-bookmark/m-p/1890992#M73410</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-09T13:53:24Z</dc:date>
    </item>
  </channel>
</rss>

