<?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: Monthly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63025#M776875</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;thanks for the response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; its worked but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one small doubt-&amp;nbsp; &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Date&amp;gt;=YearStart(today())&amp;nbsp;&amp;nbsp;&amp;nbsp; this will give me what ever the data and how many months data available&amp;nbsp; starting from jan 1st 2018&amp;nbsp; am I right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 16:04:18 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2018-04-19T16:04:18Z</dc:date>
    <item>
      <title>Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63019#M776869</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;&lt;/P&gt;&lt;P&gt;I have data in my dashboard with&amp;nbsp; fiscal year 2016 and 2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want to restrict the data&amp;nbsp; to load&amp;nbsp;&amp;nbsp; &amp;gt;=01-01-2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have month field&amp;nbsp; only fiscal year in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get this?&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/Monthly/m-p/63019#M776869</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63020#M776870</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;do you want to do it on the script or on a specific chart ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to do it on the script, what is the exact format of your date field ? is it DD-MM-YYYY ? or MM-DD-YYYY ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 11:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63020#M776870</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-19T11:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63021#M776871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to restrict data&amp;nbsp; with condition &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;=01-01-2018. Do you have data for 2018 in the table? and if you have Date field?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 11:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63021#M776871</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-19T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63022#M776872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; use YearStart() Function&lt;/P&gt;&lt;P&gt;Date&amp;gt;=YearStart(today())&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;X:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(MakeDate(2016)+RecNo()-1,'DD/MM/YYYY') as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;rand()*1000 as Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AutoGenerate 365;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(MakeDate(2017)+RecNo()-1,'DD/MM/YYYY') as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;rand()*1000 as Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AutoGenerate 365;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(MakeDate(2018)+RecNo()-1,'DD/MM/YYYY') as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;rand()*1000 as Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AutoGenerate 365;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;STORE X into 'C:\Project\MyTable6.qvd'(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DROP Table X;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From 'C:\Project\MyTable6.qvd'(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where Date&amp;gt;=YearStart(Today());&lt;IMG alt="Capture4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200181_Capture4.PNG" style="height: 385px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 12:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63022#M776872</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-19T12:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63023#M776873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; month field and fiscal year field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 12:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63023#M776873</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-04-19T12:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63024#M776874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u have only Month and Year Field then use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Yearstart(MonthName(Today()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 12:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63024#M776874</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-19T12:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63025#M776875</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;thanks for the response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; its worked but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one small doubt-&amp;nbsp; &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Date&amp;gt;=YearStart(today())&amp;nbsp;&amp;nbsp;&amp;nbsp; this will give me what ever the data and how many months data available&amp;nbsp; starting from jan 1st 2018&amp;nbsp; am I right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 16:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63025#M776875</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-04-19T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly/m-p/63026#M776876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will give u all 12 month data up to&amp;nbsp; your maxdate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly/m-p/63026#M776876</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-19T17:26:40Z</dc:date>
    </item>
  </channel>
</rss>

