<?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: Syntax error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646808#M1063539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct syntax:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Clearing_AUGDT&amp;nbsp; ={'&amp;gt;31/Jan/2014'}, [D/CIndicator]={'S'}&amp;gt;} [Amount in LC_DMBTR])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 08:34:17 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-09-19T08:34:17Z</dc:date>
    <item>
      <title>Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646800#M1063531</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;What is wrong with this syntax??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(Clearing_AUGDT &amp;gt;'31/Jan/2014' and [Posting Date_BUDAT]&amp;lt;='31/Jan/2014' , ([Amount in LC_DMBTR])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why its not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 07:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646800#M1063531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T07:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646801#M1063532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One reason could be mismatch in date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 07:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646801#M1063532</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-19T07:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646802#M1063533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;=Sum(if((Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Clearing_AUGDT,'DD/MMM/YYY')&amp;gt;Date('31/Jan/2014',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'DD/MMM/YYY&lt;/SPAN&gt;)) and (Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Posting Date_BUDAT]&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MMM/YYY'&lt;/SPAN&gt;)&amp;lt;=Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;31/Jan/2014'&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MMM/YYY'&lt;/SPAN&gt;))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, ([Amount in LC_DMBTR]),0))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 07:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646802#M1063533</guid>
      <dc:creator />
      <dc:date>2014-09-19T07:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646803#M1063534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its better to change it into date format in script, so that it works properly in all tables and expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Clearing_AUGDT,'DD/MM/YYYY') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Clearing_AUGDT,&lt;/SPAN&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;"&gt;Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Posting Date_BUDAT]&lt;/SPAN&gt;,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MM/YYYY') as Posting Date_BUDAT&lt;/SPAN&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;"&gt;from.....................;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;After this try the same script you used.Hope this help.&lt;/SPAN&gt;&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;"&gt;&lt;STRONG&gt;Regrds&lt;/STRONG&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;"&gt;&lt;STRONG&gt;KC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 07:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646803#M1063534</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-19T07:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646804#M1063535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646804#M1063535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T08:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646805#M1063536</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;Attach sample file so that it would be easier to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646805#M1063536</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T08:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646806#M1063537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({$&amp;lt;Clearing_AUGDT&amp;nbsp; ='&amp;gt;''31/Jan/2014', [D/CIndicator]={'S'}&amp;gt;} [Amount in LC_DMBTR])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell what is the syntax error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646806#M1063537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T08:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646807#M1063538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the field names (BUDAT), it seems you are working with SAP data. The dates in SAP are anyway trickier to work with. Check from qvd in what format the date is being stored and has the QV app recognised it as a date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the initial tests can be to check in a text box if a Num operation on the date field gives the correct number corresponding to that date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646807#M1063538</guid>
      <dc:creator />
      <dc:date>2014-09-19T08:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646808#M1063539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct syntax:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Clearing_AUGDT&amp;nbsp; ={'&amp;gt;31/Jan/2014'}, [D/CIndicator]={'S'}&amp;gt;} [Amount in LC_DMBTR])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646808#M1063539</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-19T08:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646809#M1063540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;''31/Jan/2014'&amp;nbsp; is the error&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Clearing_AUGDT&amp;nbsp; ={'&amp;gt;31/Jan/2014'}, [D/CIndicator]={'S'}&amp;gt;} [Amount in LC_DMBTR])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error/m-p/646809#M1063540</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-19T08:34:22Z</dc:date>
    </item>
  </channel>
</rss>

