<?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: Expression... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664245#M241898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use if(len(Material)&amp;gt;0,Material,'Blank')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in formula &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(Distinct If(Material&amp;lt;&amp;gt;'Blank',Material))&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;and dimesion you could take status and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;executiondate&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;&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;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jul 2014 09:10:46 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-12T09:10:46Z</dc:date>
    <item>
      <title>Expression...</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664240#M241893</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 having a table with 2 dimensions execution date and status and I wan count of only those materials which are present in all these execution dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 05:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/664240#M241893</guid>
      <dc:creator />
      <dc:date>2014-07-12T05:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression...</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664241#M241894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain little bit more.&lt;/P&gt;&lt;P&gt;Like Status is always present even if your execution date is not present?&lt;/P&gt;&lt;P&gt;If yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try like this,&lt;/P&gt;&lt;P&gt;count(status={"=not isnull(execution_Date)"}materials)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is better if you share sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 05:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/664241#M241894</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-07-12T05:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression...</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664242#M241895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find attached sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 05:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/664242#M241895</guid>
      <dc:creator />
      <dc:date>2014-07-12T05:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression...</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664243#M241896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked your sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you calculating status as you mention in your question?&lt;/P&gt;&lt;P&gt;I did not find any materials with our execution date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 06:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/664243#M241896</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-07-12T06:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression...</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664244#M241897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(Distinct Material)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 07:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/664244#M241897</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-12T07:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression...</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/664245#M241898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use if(len(Material)&amp;gt;0,Material,'Blank')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in formula &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(Distinct If(Material&amp;lt;&amp;gt;'Blank',Material))&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;and dimesion you could take status and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;executiondate&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;&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;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 09:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/664245#M241898</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-12T09:10:46Z</dc:date>
    </item>
  </channel>
</rss>

