<?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 chart help with date needed! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995999#M974328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see you have already divided the column to year and Quarter rite combine the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Right(Quarter_Year,4)&amp;amp;'-'&amp;amp;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Left(Quarter_Year,2) as Year_Qarter&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Left(Quarter_Year,2)&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Right(Quarter_Year,4) as New_Quarter_Year &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in the load script , this should help you &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 09:31:01 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-09-09T09:31:01Z</dc:date>
    <item>
      <title>Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995992#M974321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have made some progress since last time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a Line chart - ideally it should have the timeline on the X-Axis --- Years and Quarters, and on the Y Axis it should have the labour rate (that is the data I have).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a Cross tab initially to import the data. The data was in the form of:&lt;/P&gt;&lt;P&gt;Country Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Labour Rate&lt;/P&gt;&lt;P&gt;Sweden Q1-2014 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I separated the date by using the left() and right() functions. Now essentially I have four list boxes - Countries, Year, Quarter and Labour rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question now really is how to show it on the line chart. Ideally on the X axis it should be Q1 2010, Q2 2010... etc and on the Y axos the scale should be 80-100 (not a sum as that sums up all the quarters or year figure). And then we should be able to select country or countries to compare. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what I currently have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98274_Capture.JPG" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code i used - please be aware I am a newbie and not technical and therefore may have messed this up &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;CrossTable(Quarter_Year, Labour_Rate)&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q1-2010], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q2-2010], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q3-2010], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q4-2010], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q1-2011], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q2-2011], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q3-2011], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q4-2011], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q1-2012], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q2-2012], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q3-2012], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q4-2012], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q1-2013], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q2-2013], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q3-2013], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q4-2013], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q1-2014], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q2-2014], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q3-2014], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q4-2014], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Q1-2015]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[New File.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [New RawDataLaborRates-OECD]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD [Country],&lt;/P&gt;&lt;P&gt;Right(Quarter_Year,4),&lt;/P&gt;&lt;P&gt;Left(Quarter_Year,2),&lt;/P&gt;&lt;P&gt;Labour_Rate&lt;/P&gt;&lt;P&gt;Resident Table;&lt;/P&gt;&lt;P&gt;-------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! would appreciate the help! Even if ther eis a smart way for me to fix the excel file i am okay with that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for someone who is non technical and doesn't know coding - how would you suggest I learn qlikview development?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995992#M974321</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995993#M974322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your going with the right approach &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...since the values are more the chart shows like that.&lt;/P&gt;&lt;P&gt;You can use the combination of Quarter and Year to display according to the Quarter wise count.....Expression would remain same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to learn &lt;STRONG&gt;Qlikview is to Practice , qlikview Reference Manual...Example from the Qlik tech and the community will always help you to learn more&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 12:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995993#M974322</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-08T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995994#M974323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi avinash!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Do you know how to use the combination to make Quarter and Year together? Im guessing you could do the same for Months and Year then also.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 13:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995994#M974323</guid>
      <dc:creator />
      <dc:date>2015-09-08T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995995#M974324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your data , you can directly use &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Quarter_Year column , which is already &lt;/STRONG&gt;a combination of Quarter and year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If the values are more on X-axis you can use the scrolling option in the Presentation tab&amp;gt;Enable scrolling.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Since you don't have the month details, its good to create a Master calendar and like you quarter_year column with the master calendar so that you will get the month details &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995995#M974324</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-09T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995996#M974325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went over the video, that is quite complicated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did you suggestion with Quarters- now thing somehow would be to get the orders correct. the order now is Q1 2011,Q1 2012, Q2 2011, Q2 2012 - instead of getting them all yearly. hmmm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Quarter Year order error.JPG" class="jive-image image-1" src="/legacyfs/online/98332_Quarter Year order error.JPG" style="height: 261px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 07:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995996#M974325</guid>
      <dc:creator />
      <dc:date>2015-09-09T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995997#M974326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; if you have got the answer please mark this thread as answered &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, 09 Sep 2015 08:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995997#M974326</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-09T08:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995998#M974327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking if there is a way to merge Quarter and Year again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if i merge Year and Quarter I get values such as 2010 Q1, 2010 Q2... and then use those to plot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively is it possible to change Q1-2010 to somehow 2010-Q1?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 08:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995998#M974327</guid>
      <dc:creator />
      <dc:date>2015-09-09T08:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995999#M974328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see you have already divided the column to year and Quarter rite combine the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Right(Quarter_Year,4)&amp;amp;'-'&amp;amp;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Left(Quarter_Year,2) as Year_Qarter&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Left(Quarter_Year,2)&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Right(Quarter_Year,4) as New_Quarter_Year &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in the load script , this should help you &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 09:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/995999#M974328</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-09T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996000#M974329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_179647_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98358_QlikCommunity_Thread_179647_Pic1.JPG" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14417955635639902" jivemacro_uid="_14417955635639902"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;CrossTable(QuartYearTemp, Labour_Rate)&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Q1-2010, Q2-2010, Q3-2010, Q4-2010, Q1-2011, Q2-2011, Q3-2011, Q4-2011&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country1, 100, 200, 300, 400, 500, 600, 700, 800&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country2, 110, 210, 310, 410, 510, 610, 710, 810&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country3, 120, 220, 320, 420, 520, 620, 720, 820&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Table)&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(QuartYearTemp,MakeDate(Year,Quarter*3-2)) as Quarter_Year;&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; QuartYearTemp,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Dual(Left(QuartYearTemp,2),Mid(QuartYearTemp,2,1)) as Quarter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Right(QuartYearTemp,4) as Year&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Field QuartYearTemp;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 10:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996000#M974329</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-09T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996001#M974330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please follow me so I could ask you a question. I'm having a hard time understanding the code and would really appreciate some guidance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996001#M974330</guid>
      <dc:creator />
      <dc:date>2015-09-21T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996002#M974331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did this but I get an error - can you see the error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to change from Q1-2010,.... to 2010-Q1... I believe that would fix the order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD [Country],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right(Quarter_Year,4) as Year,&lt;/P&gt;&lt;P&gt;Left(Quarter_Year,2) as Quarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year&amp;amp;'-'&amp;amp;Quarter as New_Quarter_Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Labour_Rate, Quarter_Year&lt;/P&gt;&lt;P&gt;Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996002#M974331</guid>
      <dc:creator />
      <dc:date>2015-09-21T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996003#M974332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you aslso understand what Marco is doing here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Left Join (Table)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;LOAD *,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(QuartYearTemp,MakeDate(Year,Quarter*3-2)) as Quarter_Year;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;LOAD Distinct&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; QuartYearTemp,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; Dual(Left(QuartYearTemp,2),Mid(QuartYearTemp,2,1)) as Quarter,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; Right(QuartYearTemp,4) as Year&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Resident Table;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;DROP Field QuartYearTemp;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996003#M974332</guid>
      <dc:creator />
      <dc:date>2015-09-21T11:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart help with date needed!</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996004#M974333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please feel free to ask your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 23:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-help-with-date-needed/m-p/996004#M974333</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-28T23:50:31Z</dc:date>
    </item>
  </channel>
</rss>

