<?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 Common Calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583172#M1108997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read up on several threads on creating a "Common Calendar" and have yet to find one that explains how to do it in a concise and simple manner for someone like me, who knows absolutely nothing about Qlikview or SQL or scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have learned so far is from copying other peoples' work and importing a couple of Excel tables into a .qvd file, but the script I've got to generate a common calendar always errors out with this message, which I don't understand at all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/55163_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To anyone with a little spare time, can you please explain to me what this error means and exactly how to fix it?&amp;nbsp; I've attached my rudimentary common calendar file as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 15:55:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-17T15:55:54Z</dc:date>
    <item>
      <title>Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583172#M1108997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read up on several threads on creating a "Common Calendar" and have yet to find one that explains how to do it in a concise and simple manner for someone like me, who knows absolutely nothing about Qlikview or SQL or scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have learned so far is from copying other peoples' work and importing a couple of Excel tables into a .qvd file, but the script I've got to generate a common calendar always errors out with this message, which I don't understand at all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/55163_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To anyone with a little spare time, can you please explain to me what this error means and exactly how to fix it?&amp;nbsp; I've attached my rudimentary common calendar file as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583172#M1108997</guid>
      <dc:creator />
      <dc:date>2014-03-17T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583173#M1108998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script in the tab test data you drop testdata table, then you try to load it again ... but obviously don't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix, move drop of table testdata to the end of the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 16:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583173#M1108998</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-17T16:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583174#M1108999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script you are using defines the sub for creating a calendar. You need to call the sub to actually create it. let's suppose that you want to create a calendar based on your field [Report Date]. Then you need to call the sub as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CalendarFromField('Report Date', 'ReportDateCalendar', '_');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ReportDateCalendar will be the table name of your new calendar table and _ the fields prefix (can be omiited). If you need an additional calendar on some other date field, then you need to call the sub again, changing parameters. For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CalendarFromField('Bank Open Date', 'BankOpenDateCalendar', '_');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it and observer the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 16:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583174#M1108999</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-03-17T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583175#M1109000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for both of your quick replies!&amp;nbsp; I've got a fire to put out, but will try out both of your suggestions ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 21:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583175#M1109000</guid>
      <dc:creator />
      <dc:date>2014-03-17T21:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583176#M1109001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you suggested to move the line, 'DROP Table TestData;', it already is the last statement in that tab.&amp;nbsp; Do you mean to demote that tab to the very bottom?&amp;nbsp; If so, is there a way to keep that tab untouched but move that line somewhere else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583176#M1109001</guid>
      <dc:creator />
      <dc:date>2014-03-27T20:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583177#M1109002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ioannis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should the script commands that you are suggesting be created?&amp;nbsp; In an existing tab or a new one?&amp;nbsp; I don't understand the reasoning or logic behind the Qlikview tab structure so sorry if my question seems so simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583177#M1109002</guid>
      <dc:creator />
      <dc:date>2014-03-27T20:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Common Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583178#M1109003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They should be created anywhere, but after the lines the sub is defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 07:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Calendar/m-p/583178#M1109003</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-03-28T07:51:16Z</dc:date>
    </item>
  </channel>
</rss>

