<?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: How to set Analysis with Field value exist in other column? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199372#M22677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It works after adding the $&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT {$&amp;lt;[Field B] = {'&amp;gt;0'}, [Field A] = P([Field C]&amp;gt;} [Field B])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;THX!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2016 07:08:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-31T07:08:58Z</dc:date>
    <item>
      <title>How to set Analysis with Field value exist in other column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199369#M22674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field A&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field B&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Field C&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Field D&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to set an analysis like below where Table 1 and Table 2 are not associated together?&lt;/P&gt;&lt;P&gt;Count (distinct (if(Field B &amp;gt; 0 and (Field A exist in Field C), [Field B])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199369#M22674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T09:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Analysis with Field value exist in other column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199370#M22675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;[Field B] = {'&amp;gt;0'}, [Field A] = P([Field C]&amp;gt;} [Field B])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 16:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199370#M22675</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-28T16:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Analysis with Field value exist in other column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199371#M22676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems not work. &lt;/P&gt;&lt;P&gt;Does It only allows putting value in P(Value) instead of P(Field)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 01:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199371#M22676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-31T01:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Analysis with Field value exist in other column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199372#M22677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It works after adding the $&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT {$&amp;lt;[Field B] = {'&amp;gt;0'}, [Field A] = P([Field C]&amp;gt;} [Field B])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;THX!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 07:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199372#M22677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-31T07:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Analysis with Field value exist in other column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199373#M22678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is strange because not having anything there is equivalent of having $ (unless you chart is in an alternate state). So essentially these two equations are the same &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT {&amp;lt;[Field B] = {'&amp;gt;0'}, [Field A] = P([Field C]&amp;gt;} [Field B])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT {&lt;SPAN style="color: #ff0000;"&gt;$&lt;/SPAN&gt;&amp;lt;[Field B] = {'&amp;gt;0'}, [Field A] = P([Field C]&amp;gt;} [Field B])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 20:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-set-Analysis-with-Field-value-exist-in-other-column/m-p/1199373#M22678</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-31T20:43:10Z</dc:date>
    </item>
  </channel>
</rss>

