<?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 Char Help with Start and End Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58934#M605784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthName(Start, IterNo() - 1) as MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IterNo() as MonthNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While MonthName(Start, IterNo() - 1) &amp;lt;= MonthName(End);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main_Order, Start, End, Cost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71501, 2015-02-11, 2017-12-15, 8809.81&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71502, 2015-02-26, 2017-12-01, 16304.07&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71503, 2017-12-04, 2017-12-04, 20167.84&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71601, 2016-02-10, 2017-12-01, 9147.59&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71603, 2016-11-18, 2018-05-14, 16178.57&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthNum will be your dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2018 15:01:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-05-18T15:01:25Z</dc:date>
    <item>
      <title>Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58933#M605783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having below set of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 392px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;Main_Order&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Start&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;End&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Cost&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;71501&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2015-02-11&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2017-12-15&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;8809.81&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;71502&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2015-02-26&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2017-12-01&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;16304.07&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;71503&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2017-12-04&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2017-12-04&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;20167.84&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;71601&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2016-02-10&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2017-12-01&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;9147.59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;71603&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2016-11-18&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2018-05-14&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;16178.57&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to create chart like below from this data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Line.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202811_Line.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Logic : What ever is start Date like "&lt;SPAN style="font-size: 13.3333px;"&gt;2015-02-11" , "&lt;SPAN style="font-size: 13.3333px;"&gt;2015-02-26" , we need to consider this as Month number 1 and based on corresponding End Date - Month number ,need to show line trend .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So in first case for 71501 ,between &lt;SPAN style="font-size: 13.3333px;"&gt;2015-02-26 and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;2017-12-15 = We need to create line trend from Month 1 (Feb 2015) upto Month 35 (Dec 2017).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Like wise trend for all Main orders.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help , no idea how to do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 14:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58933#M605783</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-18T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58934#M605784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthName(Start, IterNo() - 1) as MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IterNo() as MonthNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While MonthName(Start, IterNo() - 1) &amp;lt;= MonthName(End);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main_Order, Start, End, Cost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71501, 2015-02-11, 2017-12-15, 8809.81&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71502, 2015-02-26, 2017-12-01, 16304.07&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71503, 2017-12-04, 2017-12-04, 20167.84&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71601, 2016-02-10, 2017-12-01, 9147.59&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 71603, 2016-11-18, 2018-05-14, 16178.57&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthNum will be your dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 15:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58934#M605784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-18T15:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58935#M605785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;a question is : which amount to you want on each month ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do something like that&lt;/P&gt;&lt;P&gt;1 load your data&lt;/P&gt;&lt;P&gt;Main_Order, number of months to treat (End-Start+1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 loop on each row&lt;/P&gt;&lt;P&gt;for each row&lt;/P&gt;&lt;P&gt;for i=1 to nbr of mont and write Main_Order,i,Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that an the end you have&lt;/P&gt;&lt;P&gt;Main_Order,nbr,amount&amp;nbsp; (nbr varying from 1 to number of months to create)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58935#M605785</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-05-18T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58936#M605786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 10:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58936#M605786</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-21T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58937#M605787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we also do if we are having just YearMonth field in data set like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="260"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;Plant&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Cost&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;YearMonth&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4893.68&lt;/TD&gt;&lt;TD align="right"&gt;201602&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;87329.56&lt;/TD&gt;&lt;TD align="right"&gt;201603&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;409588.53&lt;/TD&gt;&lt;TD align="right"&gt;201604&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;561346.75&lt;/TD&gt;&lt;TD align="right"&gt;201605&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;857989.37&lt;/TD&gt;&lt;TD align="right"&gt;201606&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1311887.23&lt;/TD&gt;&lt;TD align="right"&gt;201607&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1643780.32&lt;/TD&gt;&lt;TD align="right"&gt;201608&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1711032.75&lt;/TD&gt;&lt;TD align="right"&gt;201609&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2018146.15&lt;/TD&gt;&lt;TD align="right"&gt;201610&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2237569.11&lt;/TD&gt;&lt;TD align="right"&gt;201611&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2461354.99&lt;/TD&gt;&lt;TD align="right"&gt;201612&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2498283.83&lt;/TD&gt;&lt;TD align="right"&gt;201701&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2526209.61&lt;/TD&gt;&lt;TD align="right"&gt;201702&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on line Chart YearMonth should be shown as 201602= 1 and 201702 = 13 , in general cost from Month 1 upto 13 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 12:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58937#M605787</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58938#M605788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe so... create a new field in the script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Plant,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearMonth,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumber(RowNo(), Plant) as MonthNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the sorting is correct (first by Plant and then by YearMonth in the ascending order)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 12:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58938#M605788</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T12:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58939#M605789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried , but something is wrong, so thought of sharing example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Task.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203072_Task.PNG" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment , what I'm looking form to rename YearMonth Dim as Month, automatically should start from 1 and till last based on data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 71601 = from 1 upto 27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;AS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 12:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58939#M605789</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T12:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58940#M605790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I tried , but something is wrong&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You tried by creating a new field? What is the new field called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58940#M605790</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T13:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58941#M605791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried as per your suggestion like below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Information zur Auftragsart/ zum V-Anteil] as Vpart,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Empfängerwerk as Plant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; AutoNumber(RowNo(), Empfängerwerk) as MonthNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But O/P looked weird for me , so I loaded qvw without this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58941#M605791</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58942#M605792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you add it back and show the weird &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 14:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58942#M605792</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58943#M605793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One Min Sir &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58943#M605793</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58944#M605794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58944#M605794</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T15:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58945#M605795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58945#M605795</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T15:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58946#M605796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This table that you are adding the AutoNumber to, doesn't have any Month_Year information....Do you have a table where you have Plant and MonthYear in a single table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 16:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58946#M605796</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58947#M605797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry , no.&lt;/P&gt;&lt;P&gt;Month , Year and Cost is coming from my fact table. For cost analysis via Plants , I have used another table carrying Plant info . I'm doing Left Join by Key called Main_Orders on Fact table/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;As&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 17:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58947#M605797</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-22T17:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58948#M605798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be take a resident load of the Fact Table and create the MonthNum field in the resident load like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoNumber(Year_Month, Plant)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the updates in the attached qvw file for you to check and run the updates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 21:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58948#M605798</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T21:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line Char Help with Start and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58949#M605799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 07:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Char-Help-with-Start-and-End-Date/m-p/58949#M605799</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-23T07:52:10Z</dc:date>
    </item>
  </channel>
</rss>

