<?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 Trimestral date computation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933004#M322319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have a month sequence and i need to get the trimestral interval series for a linear graph, which functions can i use in the computed dimension field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2015 10:21:08 GMT</pubDate>
    <dc:creator>marco_puccetti</dc:creator>
    <dc:date>2015-09-24T10:21:08Z</dc:date>
    <item>
      <title>Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933004#M322319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have a month sequence and i need to get the trimestral interval series for a linear graph, which functions can i use in the computed dimension field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933004#M322319</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-09-24T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933005#M322320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a field "Quarter" computed according month value so months between Jan and Mar belongs to quarter 1 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the new field in your analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933005#M322320</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-09-24T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933006#M322321</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year(date_field) as Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(date_field) as Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Q' &amp;amp; Ceil(date_field/3) as Quarter&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use this Quarter for your analysis!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933006#M322321</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-24T10:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933007#M322322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing so, i get a list of number, but to get the date and converting it with the date function, i get not exact dates.&lt;/P&gt;&lt;P&gt;How can i get the correct dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933007#M322322</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-09-24T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933008#M322323</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;can you share some sample data for better analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933008#M322323</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-24T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933009#M322324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simpy i have a list of data and i need to get in a linear graph a sequence of trimestral dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screeshot i report what i get using what you have reported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Immagine8.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99944_Immagine8.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be done to obtain what i need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 11:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933009#M322324</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-09-24T11:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933010#M322325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Data Decorrenza],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;QuarterStart([Data Decorrenza])&lt;/STRONG&gt; as [Trimestre di Decorrenza],&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 11:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933010#M322325</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-24T11:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933011#M322326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Applied to the first date 07/11/2009 i get 01/10/2009, how does the function works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933011#M322326</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-09-24T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933012#M322327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor507"&gt;&lt;/A&gt;&lt;A name="QuarterStart"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;QuarterStart(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&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;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns a value corresponding to a timestamp with the first 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;quarterstart ( '2005-10-29' )&lt;/SPAN&gt; returns '2005-10-01' with an underlying numeric value corresponding to '2005-10-01 00:00:00.000' &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;quarterstart ( '2005-10-29', -1 )&lt;/SPAN&gt; returns '2005-07-01' with an underlying numeric value corresponding to '2005-07-01 00:00:00.000'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;quarterstart ( '2005-10-29', 0, 3 )&lt;/SPAN&gt; returns '2005-09-01' with an underlying numeric value corresponding to '2005-09-01 00:00:00.000'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933012#M322327</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-24T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933013#M322328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok the quarter can be usefull to compute the first date to use in an aggregation in order to create the trimestral date series.&lt;/P&gt;&lt;P&gt;At this point what could i use to create the trimestral date series variable within the script to insert in the graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933013#M322328</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-09-24T13:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trimestral date computation</title>
      <link>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933014#M322329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, I've already posted the script code above in my first post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trimestral-date-computation/m-p/933014#M322329</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-24T13:11:10Z</dc:date>
    </item>
  </channel>
</rss>

