<?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 interpreting an expression...help please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294682#M578686</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;I have to count a field and I have a small problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this expression can be interpreted into expression tab inside a pivot table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(policy.POLICY_STATE&amp;gt;=0 and policy.POLICY_STATE&amp;lt;=30 and ... ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; count(POLICY_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to count only POLICY_ID's that are in 'tab1' table.&lt;/P&gt;&lt;P&gt;Where should I put this condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be something like count(POLICY_ID from table 'tab1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 14:11:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-17T14:11:46Z</dc:date>
    <item>
      <title>interpreting an expression...help please</title>
      <link>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294682#M578686</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;I have to count a field and I have a small problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this expression can be interpreted into expression tab inside a pivot table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(policy.POLICY_STATE&amp;gt;=0 and policy.POLICY_STATE&amp;lt;=30 and ... ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; count(POLICY_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to count only POLICY_ID's that are in 'tab1' table.&lt;/P&gt;&lt;P&gt;Where should I put this condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be something like count(POLICY_ID from table 'tab1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294682#M578686</guid>
      <dc:creator />
      <dc:date>2012-02-17T14:11:46Z</dc:date>
    </item>
    <item>
      <title>interpreting an expression...help please</title>
      <link>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294683#M578688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; or count ONLY the POLICY_ID's that are in table 'tab1'...how this can be inserted into a expression ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294683#M578688</guid>
      <dc:creator />
      <dc:date>2012-02-17T14:24:12Z</dc:date>
    </item>
    <item>
      <title>interpreting an expression...help please</title>
      <link>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294684#M578691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You just try to count the Policy_id values from the table which are all in the tab1 edit script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294684#M578691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-17T14:29:29Z</dc:date>
    </item>
    <item>
      <title>interpreting an expression...help please</title>
      <link>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294685#M578693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am counting only the POLICY_ID's that &lt;SPAN class="hps"&gt; meet&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the conditions and only those that are in my table 'tab1'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;How can this be possible, because I'm sure that is a simple function...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294685#M578693</guid>
      <dc:creator />
      <dc:date>2012-02-17T14:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting an expression...help please</title>
      <link>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294686#M578696</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;try the expresion in this way: &lt;/P&gt;&lt;P&gt;count( if(policy.POLICY_STATE&amp;gt;=0 and policy.POLICY_STATE&amp;lt;=30 and ... ,&amp;nbsp; POLICY_ID)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that the condition must be inside the count function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 20:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interpreting-an-expression-help-please/m-p/294686#M578696</guid>
      <dc:creator>marcos</dc:creator>
      <dc:date>2012-02-17T20:45:35Z</dc:date>
    </item>
  </channel>
</rss>

