<?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: Custom order in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527038#M747981</link>
    <description>Hi Jaibau1993.&lt;BR /&gt;&lt;BR /&gt;Is there another way where you do not have to add the CAMPAÑA?&lt;BR /&gt;&lt;BR /&gt;Greetings.</description>
    <pubDate>Mon, 07 Jan 2019 12:22:00 GMT</pubDate>
    <dc:creator>cristianj23a</dc:creator>
    <dc:date>2019-01-07T12:22:00Z</dc:date>
    <item>
      <title>Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1526609#M747974</link>
      <description>&lt;P&gt;Hello, I have a line chart where I want to have the order of dates equal to my table. Example.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 306px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3094i71AFC06B5321B0BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As we see in the image above, in the table the 29-dic is separated into two lines because they belong to two different "CAMPAÑAS". I mean that in the graph they have to appear in different lines because the objective is to separate by "CAMPAÑAS".&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.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3095i619BE9E242215AB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try ordering but the line of the CAMP 2019 and CAMP 2017 join and should be separated.&lt;/P&gt;&lt;P&gt;Please help me with the topic.&lt;/P&gt;&lt;P&gt;I attach the Qvw.&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1526609#M747974</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2024-11-16T04:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1526617#M747975</link>
      <description>&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;the problem is your chart %s are associated with the same period, which is day-month combination. Try to add year to this combination: 29-dic-2017 and use it as a dimension.&lt;/P&gt;&lt;P&gt;Good luck!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1526617#M747975</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2019-01-04T21:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1526902#M747976</link>
      <description>&lt;P&gt;Hi Cristian! I think the problem is solved if you use&lt;/P&gt;&lt;PRE&gt;=if(len(trim(PERIOD1)), Right(CAMPAÑA, 4) &amp;amp; '-' &amp;amp; PERIOD1)&lt;/PRE&gt;&lt;P&gt;as your first dimension. Please find the attached file whith my solution!&lt;/P&gt;&lt;P&gt;Bests,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 09:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1526902#M747976</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-01-07T09:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527036#M747978</link>
      <description>Hi Bgerchikov.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I understand that I have to add the Year but in this case the user does not want to add that, he wants it to remain the same but with the same when the Year is added.</description>
      <pubDate>Mon, 07 Jan 2019 12:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527036#M747978</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2019-01-07T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527038#M747981</link>
      <description>Hi Jaibau1993.&lt;BR /&gt;&lt;BR /&gt;Is there another way where you do not have to add the CAMPAÑA?&lt;BR /&gt;&lt;BR /&gt;Greetings.</description>
      <pubDate>Mon, 07 Jan 2019 12:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527038#M747981</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2019-01-07T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527148#M747984</link>
      <description>&lt;P&gt;Hi Cristian:&lt;/P&gt;&lt;P&gt;I don't think you can solve it whithout changing the dimension (as I did adding the year from CAMPAÑA). If the dimension is DAY-MONTH (as it is), then both values from 2017 and 2019 will be necessarily aligned because the tag that group both values (29-dic) is the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 15:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527148#M747984</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-01-07T15:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom order in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527245#M747986</link>
      <description>&lt;P&gt;Cristian,&lt;/P&gt;&lt;P&gt;In this case, I'd suggest to review this article by HIC:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As-of-Table may resolve your problem.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 17:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-order-in-line-chart/m-p/1527245#M747986</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2019-01-07T17:29:29Z</dc:date>
    </item>
  </channel>
</rss>

