<?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: Unrecognised function 'ceil' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973084#M332877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Misspelled comment was not for you Madhura, it was for Harshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2015 05:46:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-04T05:46:51Z</dc:date>
    <item>
      <title>Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973078#M332871</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 am writing a script like: ceil(month(Date)/3) as Purchase_Quarter and getting an error as 'unrecognised built in function&amp;nbsp; 'ceil''.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973078#M332871</guid>
      <dc:creator />
      <dc:date>2015-09-04T05:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973079#M332872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your script master calendar script here (assuming that's where you are creating Purchase_Quarter)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973079#M332872</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973080#M332873</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;Use Ciel(num(month(Date))/3) as Purchase_Quarter and check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973080#M332873</guid>
      <dc:creator />
      <dc:date>2015-09-04T05:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973081#M332874</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;Use Ciel(num(month(Date))/3) as Purchase_Quarter and check&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think you have misspelled Ceil and we don't really need Num, because month function is dual in nature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973081#M332874</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973082#M332875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I havent mispeled it. I checked twice for that sake. My script is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase_Order:&lt;/P&gt;&lt;P&gt;SQL SELECT Date as Purchase_Order_Date,&lt;/P&gt;&lt;P&gt;"Gross Amount" as Purchase_Gross_amount,&lt;/P&gt;&lt;P&gt;"Purchase ID",&lt;/P&gt;&lt;P&gt;"Purchase Order #",&lt;/P&gt;&lt;P&gt;Tax as Purchase_Tax,&lt;/P&gt;&lt;P&gt;year(Date) as Purchase_Year,&lt;/P&gt;&lt;P&gt;month(Date) as Purchase_month,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(month(Date)/3) as Purchase_Quarter&lt;/P&gt;&lt;P&gt;FROM XtreamDB.dbo."Purchase Order"; &lt;/P&gt;&lt;P&gt;store Purchase_Order into Z:\Madhura\QlikviewTraining\Sales_Forecast\Purchase_Order.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973082#M332875</guid>
      <dc:creator />
      <dc:date>2015-09-04T05:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973083#M332876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using Ceil in SQL, I am not sure if SQL uses Ceil or other function. Try this:&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;Purchase_Order:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'Q' &amp;amp; Ceil(month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Purchase_Order_Date&lt;/SPAN&gt;)/3) as Purchase_Quarter&lt;SPAN style="color: #ff0000;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&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;SQL SELECT Date as Purchase_Order_Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Gross Amount" as Purchase_Gross_amount,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Purchase ID",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Purchase Order #",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tax as Purchase_Tax,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;year(Date) as Purchase_Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;month(Date) as Purchase_month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM XtreamDB.dbo."Purchase Order";&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store Purchase_Order into Z:\Madhura\QlikviewTraining\Sales_Forecast\Purchase_Order.qvd;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Update: Forgot to add a Semi-Colon after &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Q' &amp;amp; Ceil(month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Purchase_Order_Date&lt;/SPAN&gt;)/3) as Purchase_Quarter&lt;/STRONG&gt;. Added it now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973083#M332876</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973084#M332877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Misspelled comment was not for you Madhura, it was for Harshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973084#M332877</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973085#M332878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ceil is qlikview function,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use preceding load like &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt; told&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;Purchase_Order:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'Q' &amp;amp; Ceil(month(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Purchase_Order_Date&lt;/SPAN&gt;)/3) as Purchase_Quarter&lt;/STRONG&gt;&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;SQL SELECT Date as Purchase_Order_Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Gross Amount" as Purchase_Gross_amount,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Purchase ID",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Purchase Order #",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tax as Purchase_Tax,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;year(Date) as Purchase_Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;month(Date) as Purchase_month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM XtreamDB.dbo."Purchase Order";&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store Purchase_Order into Z:\Madhura\QlikviewTraining\Sales_Forecast\Purchase_Order.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973085#M332878</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-09-04T05:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973086#M332879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using sql server, it should be CEILING. Ceil is a qv function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase_Order:&lt;/P&gt;&lt;P&gt;SQL SELECT Date as Purchase_Order_Date,&lt;/P&gt;&lt;P&gt;"Gross Amount" as Purchase_Gross_amount,&lt;/P&gt;&lt;P&gt;"Purchase ID",&lt;/P&gt;&lt;P&gt;"Purchase Order #",&lt;/P&gt;&lt;P&gt;Tax as Purchase_Tax,&lt;/P&gt;&lt;P&gt;year(Date) as Purchase_Year,&lt;/P&gt;&lt;P&gt;month(Date) as Purchase_month,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; &lt;STRONG&gt;CEILING&lt;/STRONG&gt;(month(Date)/3) as Purchase_Quarter&lt;/P&gt;&lt;P&gt;FROM XtreamDB.dbo."Purchase Order"; &lt;/P&gt;&lt;P&gt;store Purchase_Order into Z:\Madhura\QlikviewTraining\Sales_Forecast\Purchase_Order.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973086#M332879</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-04T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973087#M332880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this: Missed a semi-colon in my earlier post:&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;Purchase_Order:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'Q' &amp;amp; Ceil(month(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Purchase_Order_Date&lt;/SPAN&gt;)/3) as Purchase_Quarter;&lt;/STRONG&gt;&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;SQL SELECT Date as Purchase_Order_Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Gross Amount" as Purchase_Gross_amount,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Purchase ID",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Purchase Order #",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tax as Purchase_Tax,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;year(Date) as Purchase_Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;month(Date) as Purchase_month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM XtreamDB.dbo."Purchase Order";&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store Purchase_Order into Z:\Madhura\QlikviewTraining\Sales_Forecast\Purchase_Order.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973087#M332880</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973088#M332881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, you were right, may be SQL does not recognise ceil function. But, if I load the quarter seperately like you showed, it does not select the other fields from SQl select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973088#M332881</guid>
      <dc:creator />
      <dc:date>2015-09-04T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973089#M332882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use * (asterisk) in your preceding load you get all your fields from the below table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973089#M332882</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973090#M332883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use CEILING as proposed by &lt;A _jive_internal="true" href="https://community.qlik.com/people/SasiParupudi1"&gt;Sasidhar Parupudi&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973090#M332883</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-04T05:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognised function 'ceil'</title>
      <link>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973091#M332884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sasidhar, that worked as I wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unrecognised-function-ceil/m-p/973091#M332884</guid>
      <dc:creator />
      <dc:date>2015-09-04T05:56:04Z</dc:date>
    </item>
  </channel>
</rss>

