<?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: Combining Year/Month Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324875#M828309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthname(Monthstart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Doc.Date]&lt;/SPAN&gt;)) As DocDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 14:15:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-04T14:15:38Z</dc:date>
    <item>
      <title>Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324872#M828306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date field that we want to use the month and year parts of to get a summary of data for those dates. This has what been put in the script...&lt;/P&gt;&lt;P&gt;Date([Doc. Date],'YYYY-MM') as DOCDATE, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is fine when a year is selected, but when the user selects a specific month, I would want the data to be summed into one column than split like this&lt;/P&gt;&lt;P&gt;As you can see, we have 2 different columns for 2017-05 and I would only expect to see 1. &lt;/P&gt;&lt;P&gt;Can we do this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="spend.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169041_spend.PNG" style="height: auto;" /&gt;&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/Combining-Year-Month-Fields/m-p/1324872#M828306</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324873#M828307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have two different dates behind Doc.Date, the formatting shows them only as if it is the same.&lt;/P&gt;&lt;P&gt;Try to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(MONTHSTART([Doc.Date], 'YYYY-MM')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS DOCDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus all dates will have the same value and will be displayed in the required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 13:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324873#M828307</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-07-04T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324874#M828308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table is now saying there is no data to display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324874#M828308</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-07-04T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324875#M828309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthname(Monthstart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Doc.Date]&lt;/SPAN&gt;)) As DocDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324875#M828309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T14:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324876#M828310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, a ")" was missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324876#M828310</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-07-04T14:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324877#M828311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathryn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't we model the data in such a way that you have Month and Year as two different dimensions (by using SubField function) along with existing Doc date in the same table so, during the selection you can simply use a List box for Month and another list box for Year and select based on which you can see the bar chart. I'm not sure if the simplification helps you meet the requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ambareesh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324877#M828311</guid>
      <dc:creator>jonnaamb</dc:creator>
      <dc:date>2017-07-04T14:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Year/Month Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324878#M828312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambareesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also had a master calendar connected to a different date within this data set, this one needed to be seperate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathryn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Year-Month-Fields/m-p/1324878#M828312</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-07-04T14:41:09Z</dc:date>
    </item>
  </channel>
</rss>

