<?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 Why set expression not giving result ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122572#M749910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below text box expression not giving result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;(&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(Count(LOG_ID),EMPLOYEE1)&amp;nbsp; )=0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(EMPLOYEE1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expected result is 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You .&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prahlad_infy</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Why set expression not giving result ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122572#M749910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below text box expression not giving result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;(&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(Count(LOG_ID),EMPLOYEE1)&amp;nbsp; )=0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(EMPLOYEE1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expected result is 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You .&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122572#M749910</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why set expression not giving result ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122573#M749911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;COMPANY1={"=Count(LOG_ID)=0"}&amp;gt;} EMPLOYEE1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 10:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122573#M749911</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-09T10:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why set expression not giving result ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122574#M749912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any other alternative expression ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just for my learning &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 10:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122574#M749912</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-11-09T10:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why set expression not giving result ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122575#M749913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help me understand why &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;EMPLOYEE1={"=Count(LOG_ID)=0"}&amp;gt;} EMPLOYEE1)&amp;nbsp; gives 0 &lt;SPAN style="font-size: 13.3333px;"&gt;, an incorrect &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;COMPANY1={"=Count(LOG_ID)=0"}&amp;gt;} COMPANY1) gives 2&amp;nbsp; which is correct &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;EMPLOYEE1={"=Count(LOG_ID)=0"}&amp;gt;} COMPANY1) give 0 , an incorrect &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 10:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-set-expression-not-giving-result/m-p/122575#M749913</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-11-09T10:08:31Z</dc:date>
    </item>
  </channel>
</rss>

