<?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: Find Error in this expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627534#M1096290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question look very much like two other threads you have posted. What makes this any different from the previous posts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117934"&gt;I need help with this expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117961"&gt;need help with this expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you considered the implementation approach I have already suggested in &lt;A href="https://community.qlik.com/thread/117961"&gt;need help with this expression&lt;/A&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 May 2014 11:14:58 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2014-05-10T11:14:58Z</dc:date>
    <item>
      <title>Find Error in this expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627529#M1096283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COUNT({&amp;lt;time((IN1-SHIFTSTARTTIME),'hh:mm:ss'){'&amp;lt;00:10:00'}&amp;gt;}PAYCODE)&lt;/P&gt;&lt;P&gt;IN1 -&amp;gt;field&lt;/P&gt;&lt;P&gt;SHIFTSTARTTIME -&amp;gt;Field&lt;/P&gt;&lt;P&gt;Paycode -&amp;gt;Field&lt;/P&gt;&lt;P&gt;hint:- {'&amp;lt;00:10:00'}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627529#M1096283</guid>
      <dc:creator />
      <dc:date>2014-05-09T06:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find Error in this expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627530#M1096285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set ananlysis is used where you can compare a script generated field value. Actually, nothing is right in your expression. You should have written it 'Find What is Right ....' .&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Please read set analysis from help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627530#M1096285</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-09T06:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find Error in this expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627531#M1096287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Count({&amp;lt;IN1={"&amp;gt;$(=SHIFTSTARTTIME)"},time((IN1-SHIFTSTARTTIME),'hh:mm:ss')={"&amp;lt;$(=00:10:00)"}&amp;gt;}PAYCODE)&lt;/P&gt;&lt;P&gt;please I need help in this expresssion in Bar chart, how to apply this in an expression&lt;/P&gt;&lt;P&gt;error&amp;nbsp; is coming in {"&amp;lt;$(=00:10:00)"}&amp;gt;} on this { . Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 06:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627531#M1096287</guid>
      <dc:creator />
      <dc:date>2014-05-10T06:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Find Error in this expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627532#M1096288</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;I am not what you are looking for&lt;/P&gt;&lt;P&gt;But looking at your expression I thing you are comparing&lt;/P&gt;&lt;P&gt;Time Interval Between IN1 and SHIFTSTARTTIME which is less than 10:00 Mins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try like this,&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;=Count({&amp;lt;IN1={"&amp;gt;$(=SHIFTSTARTTIME)"},Interval(IN1,SHIFTSTARTTIME,'hh:mm:ss')={"&amp;lt;$(=00:10:00)"}&amp;gt;}PAYCODE)&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;BR /&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;BR /&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;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 10:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627532#M1096288</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-05-10T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Find Error in this expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627533#M1096289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count( if( (IN1-SHIFTSTARTTIME) &amp;lt; maketime(0,10), PAYCODE))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 10:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627533#M1096289</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-10T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find Error in this expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627534#M1096290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question look very much like two other threads you have posted. What makes this any different from the previous posts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117934"&gt;I need help with this expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117961"&gt;need help with this expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you considered the implementation approach I have already suggested in &lt;A href="https://community.qlik.com/thread/117961"&gt;need help with this expression&lt;/A&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 11:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Error-in-this-expression/m-p/627534#M1096290</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-05-10T11:14:58Z</dc:date>
    </item>
  </channel>
</rss>

