<?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 Error in Expression !$@&amp;^# in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223957#M76417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3&gt;Hello again all,&lt;/H3&gt;&lt;H3&gt;I keep getting this while creating an expression!&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Maintenance)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(StartDate &amp;lt;= CurrentDate) and (StartDate &amp;lt;= CurrentDate) and&lt;/P&gt;&lt;P&gt;(StartDate &amp;gt;= CurrentDate) and (StartDate &amp;gt;= CurrentDate));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;H3&gt;What am I doing wrong!?!&lt;/H3&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Dec 2010 13:07:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-15T13:07:18Z</dc:date>
    <item>
      <title>Error in Expression !$@&amp;^#</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223957#M76417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3&gt;Hello again all,&lt;/H3&gt;&lt;H3&gt;I keep getting this while creating an expression!&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Maintenance)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(StartDate &amp;lt;= CurrentDate) and (StartDate &amp;lt;= CurrentDate) and&lt;/P&gt;&lt;P&gt;(StartDate &amp;gt;= CurrentDate) and (StartDate &amp;gt;= CurrentDate));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;H3&gt;What am I doing wrong!?!&lt;/H3&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223957#M76417</guid>
      <dc:creator />
      <dc:date>2010-12-15T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Error in Expression !$@&amp;^#</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223958#M76418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What ??&lt;/P&gt;&lt;P&gt;Let me reduce your if condition to its effective part:&lt;/P&gt;&lt;P&gt;StartDate = CurrentDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to add some more details what you try to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223958#M76418</guid>
      <dc:creator />
      <dc:date>2010-12-15T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Error in Expression !$@&amp;^#</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223959#M76419</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;You can write in this way&lt;/P&gt;&lt;P&gt;count(if(startDate&amp;lt;=CurrentDate and startDate&amp;gt;=CurrentDate ,Maintenance))&lt;/P&gt;&lt;P&gt;You have written "startDate&amp;lt;=CurrentDate " two times which i am not able to understand i think this should be one time only if condition is same and fields are same.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223959#M76419</guid>
      <dc:creator />
      <dc:date>2010-12-15T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Error in Expression !$@&amp;^#</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223960#M76420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY BAD SORRY! IT SHOULD BE MORE LIKE THIS:&lt;/P&gt;&lt;P&gt;=count(if(StartDate &amp;lt;= CurrentDate) and (StartTime &amp;lt;= CurrentTime) and&lt;/P&gt;&lt;P&gt;(EndDate &amp;gt;= CurrentDate) and (EndTime &amp;gt;= CurrentTime));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223960#M76420</guid>
      <dc:creator />
      <dc:date>2010-12-15T13:28:52Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Error in Expression !$@&amp;^#</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223961#M76421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;It looks like your expression is not completed. To make it easier I will break it down:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;StartDate &amp;lt;= CurrentDate and StartTime &amp;lt;= CurrentTime and EndDate &amp;gt;= CurrentDate and EndTime &amp;gt;= CurrentTime&lt;/P&gt;&lt;P&gt;,Maintenance&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the if statement works like:&lt;/P&gt;&lt;P&gt;if( criteria=met&lt;/P&gt;&lt;P&gt;,THEN&lt;/P&gt;&lt;P&gt;,ELSE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jakob Berglund&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 15:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/223961#M76421</guid>
      <dc:creator />
      <dc:date>2010-12-15T15:57:27Z</dc:date>
    </item>
  </channel>
</rss>

