<?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 Creating line chart staring from fourth date column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126244#M898815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a line chart in which my x axis should start from fourth record (date column)&lt;/P&gt;&lt;P&gt;I tired using dimension as (if(rowno() &amp;gt;4 , date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is not working because data inserted into tables is in different sequence and we are displaing in different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find attached smaple data along with chart which needs to be build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if it makes any sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>New-Qlik</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126244#M898815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a line chart in which my x axis should start from fourth record (date column)&lt;/P&gt;&lt;P&gt;I tired using dimension as (if(rowno() &amp;gt;4 , date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is not working because data inserted into tables is in different sequence and we are displaing in different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find attached smaple data along with chart which needs to be build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if it makes any sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126244#M898815</guid>
      <dc:creator>New-Qlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126245#M898816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avneet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add Rowno() in load script &lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Load *, RowNo( )&amp;nbsp; as Rowno from Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use the same if(rowno() &amp;gt;4 , date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126245#M898816</guid>
      <dc:creator>narendiran</dc:creator>
      <dc:date>2016-07-22T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126246#M898817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a sample you can share with the expected output to help you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126246#M898817</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-22T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126247#M898818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks .. But I cannot put rowno because example &lt;/P&gt;&lt;P&gt;Rowno&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016030801(yyymmddhh)&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016030709&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016022604&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016022618&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016022610&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016022600&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016022601&lt;/P&gt;&lt;P&gt;8&amp;nbsp;&amp;nbsp; 2016022605&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.. so if I want to start building graph it will start with 2016022600 but I want to start it with 4th record so it will be &lt;/P&gt;&lt;P&gt;2016022605( how if u sort it it will come as 2016022600,2016022601,2016022604,2016022605,2016022610,2016022600,2016022618.....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want to sort date and pick up fourth record and give date interval as 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have explained it properly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126247#M898818</guid>
      <dc:creator>New-Qlik</dc:creator>
      <dc:date>2016-07-22T12:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126248#M898819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find sample data n graph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126248#M898819</guid>
      <dc:creator>New-Qlik</dc:creator>
      <dc:date>2016-07-22T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126249#M898820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attachment missing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well logic could be in set analysis &lt;SPAN style="font-size: 13.3333px;"&gt;expression&lt;/SPAN&gt; you can use&lt;/P&gt;&lt;P&gt;min(date,4) and max(date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like sum({&amp;lt;date={"&amp;gt;=$(=date(min(date,4)))"}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126249#M898820</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-07-22T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126250#M898821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using line chart--&amp;gt;dimension is Date--&amp;gt;edit dimension--&amp;gt;=mim(Date,4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its says expression ok but chart is displaying no data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126250#M898821</guid>
      <dc:creator>New-Qlik</dc:creator>
      <dc:date>2016-07-22T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126251#M898822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126251#M898822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T14:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126252#M898823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinay really appreciate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have personal edition so cant open your qvw. If you can post what needs to be done that will be big help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 03:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126252#M898823</guid>
      <dc:creator>New-Qlik</dc:creator>
      <dc:date>2016-07-23T03:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating line chart staring from fourth date column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126253#M898824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried same&lt;/P&gt;&lt;P&gt;dim is = [Christian Full Date&lt;/P&gt;&lt;P&gt;expression =sum({&amp;lt;[Christian Full Date]={"&amp;gt;=$(=[Christian Full Date](min([Christian Full Date],4)))"}&amp;gt;}Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its starting from 2016022600 only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-line-chart-staring-from-fourth-date-column/m-p/1126253#M898824</guid>
      <dc:creator>New-Qlik</dc:creator>
      <dc:date>2016-07-23T10:51:59Z</dc:date>
    </item>
  </channel>
</rss>

