<?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 bookmarks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268499#M585366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; Hi all - Just a quick question about bookmarks. I've been using the GoogleChart API to return a simple '3 Group Venn Diagram'. It does this by saving 3 selections in different bookmarks: BM1, BM2 and BM3. The venn is excellent at visualizing the overlap between the groups eg. Booked in 2011, Booked in 2010 and Booked in 2009.However, when I wanted to grab a list of the people who appear in all 3 groups I can't seem to find a way to do it. In essence I want to select the customers who appear in all three bookmarks and cana't seem to find a way to do that. Please help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; many thanks Mark.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 15:10:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-08T15:10:08Z</dc:date>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268499#M585366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; Hi all - Just a quick question about bookmarks. I've been using the GoogleChart API to return a simple '3 Group Venn Diagram'. It does this by saving 3 selections in different bookmarks: BM1, BM2 and BM3. The venn is excellent at visualizing the overlap between the groups eg. Booked in 2011, Booked in 2010 and Booked in 2009.However, when I wanted to grab a list of the people who appear in all 3 groups I can't seem to find a way to do it. In essence I want to select the customers who appear in all three bookmarks and cana't seem to find a way to do that. Please help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; many thanks Mark.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 15:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268499#M585366</guid>
      <dc:creator />
      <dc:date>2011-07-08T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268500#M585367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you correctly, you want an intersection of the three bookmark selection with regard to field customer,&lt;/P&gt;&lt;P&gt;maybe using a set expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct {&amp;lt; Customer = p({BM1}) * p({BM2}) * p({BM3}) &amp;gt;} Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you use this expression as expression in table with dimension customer, it should list only the customers which are within all three groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to select these customers, I am currently thinking of kind of trigger action (e.g. with a button), but haven't made up my mind how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this of any help for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice weekend,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2011 11:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268500#M585367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-09T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268501#M585368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Many thanks for the answer Stefan - however, it's actually selecting the people, not doing a count that I'm trying to acheive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 07:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268501#M585368</guid>
      <dc:creator />
      <dc:date>2011-07-11T07:21:27Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268502#M585369</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;&amp;nbsp;&amp;nbsp; Do you just need a count of those customers, not the name...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If yes then try the same expression in a textbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 07:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268502#M585369</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-11T07:28:14Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268503#M585370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik - no, I need to select these customers as a group, maybe for a mailing or to do further analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 07:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268503#M585370</guid>
      <dc:creator />
      <dc:date>2011-07-11T07:37:48Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268504#M585371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you could use the given expression as expression e.g. in a listbox (field customer) and select then all values with an result (using a serch filter). Is this feasible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I think expression in a list box needs QV version &amp;gt;= 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 22:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268504#M585371</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-11T22:17:59Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268505#M585372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mark.phelps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you might end up with some problems.&lt;/P&gt;&lt;P&gt;See my post &lt;A _jive_internal="true" href="https://community.qlik.com/thread/31594"&gt;http://community.qlik.com/thread/31594&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all field criterias in your BM:s are not applicable (not able to be selected for some reason) your BM will still select all other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The BM should be illegal if all fields defined in it cannot be selected, but I have not yet found a way of checking that.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 08:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268505#M585372</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2011-07-12T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Multiple bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268506#M585373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think my suggestion with an expression to the listbox might not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I got this working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Straight table chart &lt;/P&gt;&lt;P&gt;- customer as dimension&lt;/P&gt;&lt;P&gt;- expression given above as expression (if you don't like the plain count you could convert it to e.g. "Match" with a simple additional if case, like&amp;nbsp; if (count (..)&amp;gt;0, 'Match')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should result in a table, with customer limited to the set expression selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled "searchable" for the expression column in properties-&amp;gt;presentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click on the search icon of the expression column and type in *1* (or *Match*), all the customers within the desired selection are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 09:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-bookmarks/m-p/268506#M585373</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-12T09:49:12Z</dc:date>
    </item>
  </channel>
</rss>

