<?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: count with and condition in qlik view expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277312#M623880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need a record based comparison:&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;=count( If( [Scheduled Date] = [Actual&amp;nbsp; Date] and [Scheduled Time] = [Actual&amp;nbsp; Time] , [Load]))&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;Or maybe, if LOAD is the Key for the dates, but not a primary key in your tables:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count( {$&amp;lt;Load = {"=[Scheduled Date] = [Actual&amp;nbsp; Date] and [Scheduled Time] = [Actual&amp;nbsp; Time]"} &amp;gt;} [Load])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 13:10:49 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-01-19T13:10:49Z</dc:date>
    <item>
      <title>count with and condition in qlik view expression</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277311#M623879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my requirement is count the number of&amp;nbsp; loads&amp;nbsp; which are matching [Scheduled date] = [Actual Date] and [Actual&amp;nbsp; Time] = [Schedule Time]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count( {$&amp;lt;[Scheduled Date] = [Actual&amp;nbsp; Date], [Scheduled Time] = [Actual&amp;nbsp; Time] &amp;gt;} [Load])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 13:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277311#M623879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: count with and condition in qlik view expression</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277312#M623880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need a record based comparison:&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;=count( If( [Scheduled Date] = [Actual&amp;nbsp; Date] and [Scheduled Time] = [Actual&amp;nbsp; Time] , [Load]))&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;Or maybe, if LOAD is the Key for the dates, but not a primary key in your tables:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count( {$&amp;lt;Load = {"=[Scheduled Date] = [Actual&amp;nbsp; Date] and [Scheduled Time] = [Actual&amp;nbsp; Time]"} &amp;gt;} [Load])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 13:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277312#M623880</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-19T13:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: count with and condition in qlik view expression</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277313#M623881</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;fist step would be to put date and time together to one filed&lt;/P&gt;&lt;P&gt; [Actual Date] &amp;amp; [Actual Time] as ActualTimestamp&lt;/P&gt;&lt;P&gt;[Scheduled Date] &amp;amp; [Scheduled Time] as ScheduledTimestamp&lt;/P&gt;&lt;P&gt;Make sure that both this New Field have the same timpstamp formate.&lt;/P&gt;&lt;P&gt;How do you want to present this? On a row level or as a total?&lt;/P&gt;&lt;P&gt;Give us some exampledata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 13:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-and-condition-in-qlik-view-expression/m-p/1277313#M623881</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-19T13:18:37Z</dc:date>
    </item>
  </channel>
</rss>

