<?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: Join two exp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445405#M808086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2017 05:53:01 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2017-10-27T05:53:01Z</dc:date>
    <item>
      <title>Join two exp</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445403#M808084</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 have&amp;nbsp; one bar chart with&amp;nbsp; GEO dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and two expression&amp;nbsp; &lt;/P&gt;&lt;P&gt;1. count(A)+Count(B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second expression I want&amp;nbsp; to include nullcount to expression its not working below I tried&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nullcount((count(A)+Count(B))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; its giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I write this?&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/Join-two-exp/m-p/1445403#M808084</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join two exp</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445404#M808085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(IsNull(A) +count(&lt;SPAN style="font-size: 13.3333px;"&gt;IsNull(B)) &lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 05:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445404#M808085</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-10-27T05:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Join two exp</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445405#M808086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 05:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445405#M808086</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-27T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Join two exp</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445406#M808087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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; font-size: 13px;"&gt;=Count(if(IsNull(A)=-1,A))&amp;nbsp; + Count(If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IsNull(B)=-1 B)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445406#M808087</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-27T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Join two exp</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445407#M808088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;EM&gt; Count(A) + Count(B)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2.&lt;EM&gt; NullCount(A) + NullCount(B)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445407#M808088</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-27T06:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join two exp</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445408#M808089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;‌ suggested you can try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(NullCount(A) + &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(A))&lt;/EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+ &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(NullCount(B)+&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(B))&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-exp/m-p/1445408#M808089</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-10-27T06:36:52Z</dc:date>
    </item>
  </channel>
</rss>

