<?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 2 KPIs in 1 map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761288#M10764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two KPIs called kpi1 and kpi2. for both i have one map based on a zip-area.&lt;/P&gt;&lt;P&gt;but i want to have only one map and a switcher for my choice between kpi1 and kpi2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 14:32:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-20T14:32:26Z</dc:date>
    <item>
      <title>2 KPIs in 1 map</title>
      <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761288#M10764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two KPIs called kpi1 and kpi2. for both i have one map based on a zip-area.&lt;/P&gt;&lt;P&gt;but i want to have only one map and a switcher for my choice between kpi1 and kpi2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761288#M10764</guid>
      <dc:creator />
      <dc:date>2015-03-20T14:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: 2 KPIs in 1 map</title>
      <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761289#M10765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not the "typical" use of Qlik Sense, so I'd say it's not something that can be done easily out of the box. The following can be used as a work around, with some limitations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a separate field that could hold 2 values with the KPI names - KPI1 and KPI2. Add a Filter pane that allows the user to select one KPI or another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In the Measure definition of your map, create a condition expression that selects one or the other calculation based on the selected value of the KPI field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (KPI = "KPI1", &amp;lt;calculate something&amp;gt;, &amp;lt;calculate something else&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveats: currently, there is no way to require that a single value is selected in the Filter pane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.masterssummit.com/"&gt;www.masterssummit.com&lt;/A&gt; - take your QlikView skills to the next level!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761289#M10765</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-03-20T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: 2 KPIs in 1 map</title>
      <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761290#M10766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Use this extension :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/asierfer/QlikSense-Ext-VariableButton" title="https://github.com/asierfer/QlikSense-Ext-VariableButton"&gt;asierfer/QlikSense-Ext-VariableButton · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will provide you buttons using which you can assign upto 5 expressions.&lt;/P&gt;&lt;P&gt;Assign different expressions to different buttons and then use if statements in the map expression.&lt;/P&gt;&lt;P&gt;Check out the attached app. But first install the extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761290#M10766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: 2 KPIs in 1 map</title>
      <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761291#M10767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can create an "data island" of the values you want for the switcher - then tie the measure into the value of this selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example showing you how to switch between 2 different KPIs based on some random data on UK postcodes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761291#M10767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2 KPIs in 1 map</title>
      <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761292#M10768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you use two dimensions for the filter. but i have 2 kpis and so i think this is not a solution for my problem!?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761292#M10768</guid>
      <dc:creator />
      <dc:date>2015-03-20T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: 2 KPIs in 1 map</title>
      <link>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761293#M10769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great solution. thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/2-KPIs-in-1-map/m-p/761293#M10769</guid>
      <dc:creator />
      <dc:date>2015-03-20T16:45:26Z</dc:date>
    </item>
  </channel>
</rss>

