<?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: Linechart with 2 dimensions or measure pr measure in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140276#M92705</link>
    <description>&lt;P&gt;Thank you, I understand now! I did have 2 measures still, from testing a lot of different googled solutions. Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 11:59:44 GMT</pubDate>
    <dc:creator>CatoFuglestad</dc:creator>
    <dc:date>2023-11-22T11:59:44Z</dc:date>
    <item>
      <title>Linechart with 2 dimensions or measure pr measure</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140216#M92693</link>
      <description>&lt;P&gt;Hi All, Im having trouble creating a line chart the way I want. Can someone please give me a pointer?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Objective:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Display a line chart in Qlik Sense.&lt;/LI&gt;
&lt;LI&gt;Use the date field (&lt;CODE&gt;PO_DATE&lt;/CODE&gt;) as the dimension.&lt;/LI&gt;
&lt;LI&gt;Display one line (measure) for each supplier that gives the average &lt;CODE&gt;PO_VALUE&lt;/CODE&gt; per Date group&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Data Fields:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I have the following relevant fields in your dataset:
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;PO_DATE&lt;/CODE&gt; (Date field)&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;SUPPLIER&lt;/CODE&gt; (Supplier field)&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;PO_VALUE&lt;/CODE&gt; (Purchase Order Value)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The Dimension is given as [PO_DATE.autoCalendar.YearMonth]&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;one way of achieving what I need is to use the PO_VALUE as the measure combined with an IF statement. =IF(SUPPLIER = 'AAA', AVG(PO_VALUE)) This gives me a nice line in the chart over the date dimension. But there are too many suppliers to having to create one measure for each supplier. Considering no other filters are chosen, over 200 suppliers would be there. Logically for this dashboard, a filter on another field, Part_Number, is used and then only a couple suppliers are matching to be displayed. Depending on what Part Number is chosen, different suppliers will match. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there any way we can achieve this chart more easily than creating 200 measures matching each one one supplier with the IF statement?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 10:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140216#M92693</guid>
      <dc:creator>CatoFuglestad</dc:creator>
      <dc:date>2023-11-22T10:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Linechart with 2 dimensions or measure pr measure</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140256#M92701</link>
      <description>&lt;P&gt;If you use PO_DATE as the first dimension (Group) and SUPPLIER as the second dimension (Line), then with your measure&amp;nbsp;&lt;SPAN&gt;AVG(PO_VALUE), you will see one line per supplier.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 11:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140256#M92701</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-22T11:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linechart with 2 dimensions or measure pr measure</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140264#M92702</link>
      <description>&lt;P&gt;Yes that sound easy enough. I have no idea how to add a second dimension or group to the line chart.&amp;nbsp; I can add an alternative but that does not help me. Can you point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 11:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140264#M92702</guid>
      <dc:creator>CatoFuglestad</dc:creator>
      <dc:date>2023-11-22T11:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linechart with 2 dimensions or measure pr measure</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140269#M92703</link>
      <description>&lt;P&gt;If you don't see the "Add" button below PO_DATE this is maybe because you have more than a single measure in your object. You should have only one, else this is not possible.&lt;BR /&gt;&lt;BR /&gt;See here one measure, I can add a second dimension:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vincent_ardiet__0-1700653042148.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120402i07BF0CE3C53E1EA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vincent_ardiet__0-1700653042148.png" alt="vincent_ardiet__0-1700653042148.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Two measures, I can only add an alternative dimension:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vincent_ardiet__1-1700653094915.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120403i5A2FE8D11021E423/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vincent_ardiet__1-1700653094915.png" alt="vincent_ardiet__1-1700653094915.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 11:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140269#M92703</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-22T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linechart with 2 dimensions or measure pr measure</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140276#M92705</link>
      <description>&lt;P&gt;Thank you, I understand now! I did have 2 measures still, from testing a lot of different googled solutions. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-2-dimensions-or-measure-pr-measure/m-p/2140276#M92705</guid>
      <dc:creator>CatoFuglestad</dc:creator>
      <dc:date>2023-11-22T11:59:44Z</dc:date>
    </item>
  </channel>
</rss>

