<?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: Line Plot for several KPIs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1865168#M1216282</link>
    <description>&lt;P&gt;Thank you very much for the help. It worked seamlessly!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 22:01:35 GMT</pubDate>
    <dc:creator>vrodr188</dc:creator>
    <dc:date>2021-11-30T22:01:35Z</dc:date>
    <item>
      <title>Line Plot for several KPIs</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1864599#M1216256</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Intro:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The customer request is to create a line chart that shows 5 different KPIs. Each KPIs has a 3-4 is statement inside and they are basically counting the number of rows (key id) that comply with the different conditions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to create a bar chart with a fake dimension and 5 expressions (giving me 5 bars).&amp;nbsp; But the specific request is to have a &lt;STRONG&gt;line chart&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My previous experience is in python and there I will probably put the KPIs in a data-frame with 2 columns (kpi_name, kpi_value) and plot that as a line chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1. I am wondering if I can do something similar to what I can do in python but in QlikView?&lt;/P&gt;
&lt;P&gt;2. A coworker suggested looking into calculated dimensions. I was able to create one of the KPIs as calculated dimensions. But I do not know how to concatenate the 5 KPIs in one dimension. my expression here will probably be count(key id)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla 2021-11-29 133954.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67582iFF4616FBA0A7248E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Captura de pantalla 2021-11-29 133954.png" alt="Captura de pantalla 2021-11-29 133954.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 18:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1864599#M1216256</guid>
      <dc:creator>vrodr188</dc:creator>
      <dc:date>2021-11-29T18:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Line Plot for several KPIs</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1864619#M1216258</link>
      <description>&lt;P&gt;Dimension:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ValueLoop(1,5)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expression:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Pick(ValueLoop(1,5),
     KPI_Expression1,
     KPI_Expression2,
     KPI_Expression3,
     KPI_Expression4,
     KPI_Expression5
     )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 19:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1864619#M1216258</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-29T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line Plot for several KPIs</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1865168#M1216282</link>
      <description>&lt;P&gt;Thank you very much for the help. It worked seamlessly!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 22:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Plot-for-several-KPIs/m-p/1865168#M1216282</guid>
      <dc:creator>vrodr188</dc:creator>
      <dc:date>2021-11-30T22:01:35Z</dc:date>
    </item>
  </channel>
</rss>

