<?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: Look at data by Quarters in Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841226#M998135</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>Mon, 29 Jun 2015 16:27:54 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-06-29T16:27:54Z</dc:date>
    <item>
      <title>Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841219#M998128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering if anybody could help me look at my data by Quarters for the year. The date format is as follows for example 31/12/2014 so I have figured out how to load the data in separately as Month and as Year separately which helps. But I was wondering if their is anyway I can break this down to be able to view the data quarterly also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is counting the number of companys signed up each month so I can see the data Monthly and Yearly but I am hoping to be able to see Quarterly aswell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example of the type of data I am using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 08:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841219#M998128</guid>
      <dc:creator />
      <dc:date>2015-06-29T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841220#M998129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ceil(num(month(YourDateField)) / 3) as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841220#M998129</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-29T09:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841221#M998130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or &lt;BR /&gt;'Q' &amp;amp; ceil(num(month([YourDateField])),3) /3&amp;amp;'-'&amp;amp;right(year(YourDateField),4) as QQ-YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841221#M998130</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2015-06-29T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841222#M998131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Do I put this as an expression each time I create a chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841222#M998131</guid>
      <dc:creator />
      <dc:date>2015-06-29T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841223#M998132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no both options are for creating the field at script level, if you do not want to modify your script you can use either option without the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; as Quarter/as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; QQ-YYYY&lt;/SPAN&gt;&lt;/SPAN&gt;" and yes you would have to add it to each chart &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841223#M998132</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-29T15:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841224#M998133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to see &lt;SPAN style="font-size: 13.3333330154419px;"&gt;regularly &lt;/SPAN&gt;the data by Quarters, I suggest to add this line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Q' &amp;amp; ceil(num(month([YourDateField])),3) /3&amp;amp;'-'&amp;amp;right(year(YourDateField),4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as QQ-YYYY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the script when/where you load YourDateField and you'll have 'QQ-YYYY' in your available fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use this field in a ListBox or in a MultiBox to filter the data by Quarters at any time and in any Object (Charts or also TableBox).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841224#M998133</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2015-06-29T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841225#M998134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do it within a master-calendar: &lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841225#M998134</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-29T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Look at data by Quarters in Months</title>
      <link>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841226#M998135</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>Mon, 29 Jun 2015 16:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-at-data-by-Quarters-in-Months/m-p/841226#M998135</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-29T16:27:54Z</dc:date>
    </item>
  </channel>
</rss>

