<?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: problem with map title in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459572#M11751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur model is not well created..&lt;/P&gt;&lt;P&gt;please close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2018 14:00:34 GMT</pubDate>
    <dc:creator>OmarBenSalem</dc:creator>
    <dc:date>2018-01-05T14:00:34Z</dc:date>
    <item>
      <title>problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459529#M11708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I have this map and i would like when i select one or N department i have the % of the Docs:&lt;/P&gt;&lt;P&gt;I used this but it doesn't work : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount([DepartementsFR.Name])=0,'',[DepartementsFR.Name]&amp;amp;' : '&amp;amp; &lt;/P&gt;&lt;P&gt;Num(Count({&amp;lt;[DepartementsFR.Name]={"$(=Only([DepartementsFR.Name]))"}&amp;gt;}Docs)/Count(ALL Docs),'###0,00%'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="%_1.PNG" class="jive-image image-1" src="/legacyfs/online/189023_%_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="%2.PNG" class="jive-image image-2" src="/legacyfs/online/189025_%2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 08:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459529#M11708</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459530#M11709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the additional ONLY statement when working out the percentage, you need the calculation to work against selected departments which would just be a standard Count(Docs) statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get all selected values in the title you can use the GetFieldSelections() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look expression below and example attached;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount([DepartementsFR.Name])=0,'',GetFieldSelections([DepartementsFR.Name])&amp;amp;' : '&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Count(Docs)/Count(ALL Docs),'###0,00%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 10:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459530#M11709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T10:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459531#M11710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks you for your time,&lt;/P&gt;&lt;P&gt;The problem is when i select all departments i have this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Non.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189033_Non.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I need to have 100 % ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 10:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459531#M11710</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459532#M11711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would take a look at the underlying data, are there Docs without a DepartmentFR.Name? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing your ALL to TOTAL, this should ensure all Docs without a department are not taken into account;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=If(GetSelectedCount([DepartementsFR.Name])=0,'',GetFieldSelections([DepartementsFR.Name])&amp;amp;' : '&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Num(Count(Docs)/Count(TOTAL Docs),'###0,00%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459532#M11711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459533#M11712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried this me too but it doesn't work,it display 100%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="non2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189047_non2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459533#M11712</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459534#M11713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/211603"&gt;omarbensalem&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ they could help us &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459534#M11713</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459535#M11714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a text object; put as a measure:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetSelectedCount([DepartementsFR.Name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;do not select anything, see what it shows;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;then select :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;one or 2 departements and see what it shows; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;let this be our first test&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459535#M11714</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459536#M11715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="dep.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189049_dep.PNG" style="height: 266px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459536#M11715</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459537#M11716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if u do not select a thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459537#M11716</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459538#M11717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the result is 0 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459538#M11717</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459539#M11718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good :&lt;/P&gt;&lt;P&gt;now we'll be deleting the only part; because only would work only if u select only ONE value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(GetSelectedCount([DepartementsFR.Name])=0,'',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; concat(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[DepartementsFR.Name]&lt;/SPAN&gt; &amp;amp;' : '&amp;amp; aggr(( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Num(Count(Docs)/Count(total {1} Docs),'###0,00%'))&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[DepartementsFR.Name]&lt;/SPAN&gt;),',')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try sthing like this and tell me what happens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459539#M11718</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459540#M11719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives 0,01 for all departments :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="non3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189055_non3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459540#M11719</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459541#M11720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select only AUBE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459541#M11720</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459542#M11721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked one more time and i have this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="non4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189062_non4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459542#M11721</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459543#M11722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLEASE SELECT JUST RHONE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459543#M11722</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459544#M11723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Rohne.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189064_Rohne.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459544#M11723</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459545#M11724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u create a simple text chart,&lt;/P&gt;&lt;P&gt;put as expression :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Num(Count(Docs)/Count(total {1} Docs),'###0,00%'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and then select RHONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;what do u have?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459545#M11724</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459546#M11725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;0,09%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459546#M11725</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-01-05T12:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459547#M11726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's good then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can close the thread by marking every one of my answers as helpful and the best one as correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459547#M11726</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with map title</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459548#M11727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and ps: if u ever want to see a higher percentage, try to select a country that is colord in red..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-with-map-title/m-p/1459548#M11727</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-05T12:55:36Z</dc:date>
    </item>
  </channel>
</rss>

