<?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: Quarter Refernce Lines in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327274#M841352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting access denied for this QV document. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 21:44:02 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-04-26T21:44:02Z</dc:date>
    <item>
      <title>Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327266#M841344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a Grid chart with the X dimension being a "Implementation Date".&amp;nbsp; The Implementation Date can be any date in 2017.&amp;nbsp; Is there a way to write an expression that draws reference lines to at the start or end of each quarter?&amp;nbsp; &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/Quarter-Refernce-Lines/m-p/1327266#M841344</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327267#M841345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample output you are looking for? Any sample data to look into please let us know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 20:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327267#M841345</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T20:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327268#M841346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure,&amp;nbsp; Here's my current chart.&amp;nbsp; I'd like to add vertical lines to indicate the transition from one quarter to another.&amp;nbsp; Once of the challenges is that I can't predict what the Implementation dates are going to be so I need the expression to look at the Implementation dates and determine where the lines should be.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161383_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327268#M841346</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-26T21:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327269#M841347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a calendar script used in this? Can you share some sample data here?&lt;/P&gt;&lt;P&gt;Create a field like this may be, i have not tried.&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(Max(Date(Date#(S_ImprovementImpDate, 'DD-MMM-YYYY'), 'DD/MM/YYYY')))/3)&amp;nbsp; AS MaxQuarter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327269#M841347</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T21:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327270#M841348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check from Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor505"&gt;&lt;/A&gt;&lt;A name="QuarterEnd"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;QuarterEnd(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date [, shift = 0 [, first_month_of_year = 1]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a value corresponding to a timestamp with the last millisecond of the quarter containing &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;. The default output format will be the DateFormat set in the script. &lt;SPAN class="Italic"&gt;Shift&lt;/SPAN&gt; is an integer, where the value 0 indicates the quarter which contains &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;. Negative values in &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt; indicate preceding quarters and positive values indicate succeeding quarters. If you want to work with (fiscal) years not starting in January, indicate a value between 2 and 12 in &lt;SPAN class="Italic"&gt;first_month_of_year&lt;/SPAN&gt;. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;quarterend ( '2005-10-29' )&lt;/SPAN&gt; returns '2005-12-31' with an underlying numeric value corresponding to '2005-12-31 23:59:59.999'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;quarterend( '2005-10-29', -1 )&lt;/SPAN&gt; returns '2005-09-30' with an underlying numeric value corresponding to '2005-09-30 23:59:59.999'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;quarterend ( '2005-10-29', 0, 3 )&lt;/SPAN&gt; returns '2005-11-30' with an underlying numeric value corresponding to '2005-11-30 23:59:59.999'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327270#M841348</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T21:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327271#M841349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a Quarter value in my load to build a calendar but I can't seem to build reference lines on my Grid chart using it.&amp;nbsp; FYI - S_Implementation&amp;nbsp; date is linked to Comm_Date&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; 'Q' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Comm_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / 3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327271#M841349</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-26T21:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327272#M841350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible, can you share your app to look into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327272#M841350</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T21:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327273#M841351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here is a stripped down version.&amp;nbsp; The load script is in tact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327273#M841351</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-26T21:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327274#M841352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting access denied for this QV document. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327274#M841352</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T21:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327275#M841353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies.&amp;nbsp; Try this version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327275#M841353</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-26T21:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327276#M841354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm Strange it is not working as expected. Can you try like giving the S_Improv...Date in Reference line hardcoded for Q1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some reference here: Check it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/81953" title="https://community.qlikview.com/thread/81953"&gt;line riferences on grid chart | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 22:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327276#M841354</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T22:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327277#M841356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure I understand what you mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 22:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327277#M841356</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-26T22:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327278#M841357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel like I'm getting close.&amp;nbsp; I'm currently working on this expression.&amp;nbsp; I would have expected it to draw a line at the end of March, but it drew it and the first date on the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inquarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[S_Improvement Implemented Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '30-Mar-2017', 0)='1',-1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 22:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327278#M841357</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-26T22:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327279#M841359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161396_Capture.PNG" style="height: 294px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 01:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327279#M841359</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-27T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327280#M841361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is amazing. Thanks sunny for looking into this. Learnt something new. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 01:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327280#M841361</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-27T01:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Refernce Lines</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327281#M841364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, that is perfect.&amp;nbsp; Thanks for your Help!&amp;nbsp; I can't seem to find the option to mark this as correct in the discussion.&amp;nbsp; I did mark it as Helpful though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is exactly what I need!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 14:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Refernce-Lines/m-p/1327281#M841364</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-04-27T14:19:16Z</dc:date>
    </item>
  </channel>
</rss>

