<?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: Dynamic Objects on Year and Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957977#M979032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will have 30 identical entries for each month...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 06:51:27 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-08-20T06:51:27Z</dc:date>
    <item>
      <title>Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957970#M979024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to create dynamic calendar,&lt;/P&gt;&lt;P&gt;I have the data like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(DD/MM/YYYY)&lt;/P&gt;&lt;P&gt;19/04/2007&lt;/P&gt;&lt;P&gt;17/05/2007&lt;/P&gt;&lt;P&gt;31/05/2007&lt;/P&gt;&lt;P&gt;14/06/2007&lt;/P&gt;&lt;P&gt;16/06/2007&lt;/P&gt;&lt;P&gt;17/06/2007&lt;/P&gt;&lt;P&gt;02/07/2007&lt;/P&gt;&lt;P&gt;05/07/2007&lt;/P&gt;&lt;P&gt; I want to create Dynamic calendar&amp;nbsp; on (MM/YYYY) basis.&lt;/P&gt;&lt;P&gt;When I'm trying to do (MM/YYYY) format, it is not working.&lt;/P&gt;&lt;P&gt;PFA of QVW,&lt;/P&gt;&lt;P&gt;Can you please any one help on these...&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/Dynamic-Objects-on-Year-and-Month/m-p/957970#M979024</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957971#M979026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using date# in script??? Use Date(Orders,'MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 18:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957971#M979026</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-08-19T18:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957972#M979027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case the data is like('DD/MM/YYYY hh:mm:ss'),&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: 12px; background-color: #f2f2f2;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;if i am doing&amp;nbsp; &lt;/SPAN&gt;Date(Orders,'MM/YYYY')&amp;nbsp; it allowing duplicates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ex:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;19/04/2007 00:00:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;19/04/2007 12:03:59,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;because of that i am using date# function:date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Date(Orders,'MM/YYYY'))&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 04:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957972#M979027</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-08-20T04:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957973#M979028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to format your excel sheet column by changing it from Text type to date Type&lt;/P&gt;&lt;P&gt;Click on the excel column and right clik -- format them choose date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 04:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957973#M979028</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2015-08-20T04:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957974#M979029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;naresh kumar wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In my case the data is like('DD/MM/YYYY hh:mm:ss'),&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: 12px; background-color: #f2f2f2;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;if i am doing&amp;nbsp; &lt;/SPAN&gt;Date(Orders,'MM/YYYY')&amp;nbsp; it allowing duplicates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ex:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;19/04/2007 00:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;19/04/2007 12:03:59,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;because of that i am using date# function:date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Date(Orders,'MM/YYYY'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That does not work - you need to strip the time value and day number from your Order field if you want to show months only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MonthStart(Orders), 'MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will not have duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 04:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957974#M979029</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-20T04:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957975#M979030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 04:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957975#M979030</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-20T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957976#M979031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this, this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD date(orders) as OrderDate,&lt;/P&gt;&lt;P&gt;date(floor(orders),'MM/YYYY') as Orders1&lt;/P&gt;&lt;P&gt;from source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957976#M979031</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-20T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957977#M979032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will have 30 identical entries for each month...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957977#M979032</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-20T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957978#M979033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No,I did't get that much records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 07:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957978#M979033</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-20T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957979#M979034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure you didn't - that is just test data with only a few fact lines - but you &lt;SPAN style="text-decoration: underline;"&gt;are&lt;/SPAN&gt; getting duplicates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="96521" alt="t1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96521_t1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have facts for 30 days in a month, then you will get 30 entries in Orders1 for that month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 07:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957979#M979034</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-20T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957980#M979035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt; didn't noticed that, thanks for correcting me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 07:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957980#M979035</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-20T07:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Objects on Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957981#M979036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was late to reply.Got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Objects-on-Year-and-Month/m-p/957981#M979036</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-08-20T12:43:49Z</dc:date>
    </item>
  </channel>
</rss>

