<?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: master calender error,here am write a correct syntax, the code is shown in below in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850505#M298332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;LOAD id,name,sal,date(date#(doj,'DD-MM-YYYY')) as doj Inline [&lt;/P&gt;&lt;P&gt;id,name,sal,doj&lt;/P&gt;&lt;P&gt;1,sri,5000,12-12-2010&lt;/P&gt;&lt;P&gt;2,ram,6000,12-12-2011&lt;/P&gt;&lt;P&gt;1,sati,7000,12-12-2012&lt;/P&gt;&lt;P&gt;1,vam,8000,12-12-2013&lt;/P&gt;&lt;P&gt;1,kittu,9000,12-12-2014&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;id,prod,sales&lt;/P&gt;&lt;P&gt;1,a,500&lt;/P&gt;&lt;P&gt;2,b,600&lt;/P&gt;&lt;P&gt;3,c,700&lt;/P&gt;&lt;P&gt;4,d,750&lt;/P&gt;&lt;P&gt;5,a,100&lt;/P&gt;&lt;P&gt;6,b,100];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD * Resident tab Order By doj ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table tab;&lt;/P&gt;&lt;P&gt;LET max = Floor(Peek('doj',-1,sort));&lt;/P&gt;&lt;P&gt;Let min = Floor(Peek('doj',0,sort));&lt;/P&gt;&lt;P&gt;// &lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD Date($(min)+RowNo()-1) as tempdate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoGenerate $(max)-$(min)+1;&lt;/P&gt;&lt;P&gt;cal:&lt;/P&gt;&lt;P&gt;LOAD Date(tempdate,'DD-MM-YYYY') as doj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(tempdate) as year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(tempdate) as month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q'&amp;amp;Ceil(Month(tempdate)/3) as qtr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DROP Tables temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 11:24:49 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2015-05-13T11:24:49Z</dc:date>
    <item>
      <title>master calender error,here am write a correct syntax, the code is shown in below</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850503#M298330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;in this code the tab2 table removed to be the code is correct but i want&amp;nbsp; tab2 tables so pls find out the error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;tab:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LOAD id,name,sal,date(date(doj,'dd-mm-yyyy')) as doj Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;id,name,sal,doj&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;1,sri,5000,12-12-2010&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;2,ram,6000,12-12-2011&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;1,sati,7000,12-12-2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;1,vam,8000,12-12-2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;1,kittu,9000,12-12-2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;tab2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;id,prod,sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;1,a,500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;2,b,600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;3,c,700&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;4,d,750&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;5,a,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;6,b,100];&lt;/SPAN&gt;&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;sort:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LOAD * Resident tab Order By doj;&lt;/SPAN&gt;&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LET max=Num(Peek('doj',-1,'sort'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LET min=Num(Peek('doj',0,'sort'));&lt;/SPAN&gt;&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LOAD Date($(min)+RecNo()-1) as tempdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; AutoGenerate($(max)-$(min)+1);&lt;/SPAN&gt;&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;cal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LOAD tempdate as doj,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(tempdate) as year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(tempdate) as month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q'&amp;amp;Ceil(Month(tempdate)/3) as qtr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP Tables temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850503#M298330</guid>
      <dc:creator />
      <dc:date>2015-05-13T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: master calender error,here am write a correct syntax, the code is shown in below</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850504#M298331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it will Upper case DD-MM-YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;tab:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;LOAD id,name,sal,Date(Date&lt;STRONG style="color: #ff0000;"&gt;#&lt;/STRONG&gt;(doj,'&lt;STRONG style="color: #ff0000;"&gt;DD-MM-YYYY&lt;/STRONG&gt;')) as doj Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;id,name,sal,doj&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;1,sri,5000,12-12-2010&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;2,ram,6000,12-12-2011&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;1,sati,7000,12-12-2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;1,vam,8000,12-12-2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;1,kittu,9000,12-12-2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850504#M298331</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-13T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: master calender error,here am write a correct syntax, the code is shown in below</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850505#M298332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;LOAD id,name,sal,date(date#(doj,'DD-MM-YYYY')) as doj Inline [&lt;/P&gt;&lt;P&gt;id,name,sal,doj&lt;/P&gt;&lt;P&gt;1,sri,5000,12-12-2010&lt;/P&gt;&lt;P&gt;2,ram,6000,12-12-2011&lt;/P&gt;&lt;P&gt;1,sati,7000,12-12-2012&lt;/P&gt;&lt;P&gt;1,vam,8000,12-12-2013&lt;/P&gt;&lt;P&gt;1,kittu,9000,12-12-2014&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;id,prod,sales&lt;/P&gt;&lt;P&gt;1,a,500&lt;/P&gt;&lt;P&gt;2,b,600&lt;/P&gt;&lt;P&gt;3,c,700&lt;/P&gt;&lt;P&gt;4,d,750&lt;/P&gt;&lt;P&gt;5,a,100&lt;/P&gt;&lt;P&gt;6,b,100];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD * Resident tab Order By doj ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table tab;&lt;/P&gt;&lt;P&gt;LET max = Floor(Peek('doj',-1,sort));&lt;/P&gt;&lt;P&gt;Let min = Floor(Peek('doj',0,sort));&lt;/P&gt;&lt;P&gt;// &lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD Date($(min)+RowNo()-1) as tempdate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoGenerate $(max)-$(min)+1;&lt;/P&gt;&lt;P&gt;cal:&lt;/P&gt;&lt;P&gt;LOAD Date(tempdate,'DD-MM-YYYY') as doj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(tempdate) as year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(tempdate) as month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q'&amp;amp;Ceil(Month(tempdate)/3) as qtr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DROP Tables temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850505#M298332</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2015-05-13T11:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: master calender error,here am write a correct syntax, the code is shown in below</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850506#M298333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the tables are joined ,am try to concatenate between tab &amp;amp; tab2 tables the code will be correctly but why we are using noconcatenate qualifier,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-error-here-am-write-a-correct-syntax-the-code-is/m-p/850506#M298333</guid>
      <dc:creator />
      <dc:date>2015-05-13T11:57:19Z</dc:date>
    </item>
  </channel>
</rss>

