<?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/1023033#M929648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct{&amp;lt;lead={'*'}&amp;gt;}id)*0.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2016 09:59:58 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-03-18T09:59:58Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023030#M929645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(DRGRSLT='Soap' ,count(distinct ID)*.35,'')&lt;/P&gt;&lt;P&gt;In Above expression&amp;nbsp; I am considering only "Soap" from the field Lead,&lt;/P&gt;&lt;P&gt;How do i write a expression&amp;nbsp; where upon i can select anything from the field ? &lt;/P&gt;&lt;P&gt;For exmaple :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Lead='*' ,count(distinct ID)*.35,'')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Which is not working ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i want to condier two fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Lead='&lt;SPAN style="font-size: 13.3333px;"&gt;Soap&lt;/SPAN&gt;', andif(product='*'&amp;nbsp; ,count(distinct ID)*.35,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please throguth some light on 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/Expression/m-p/1023030#M929645</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023031#M929646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;like this?&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; font-size: 13px;"&gt;count(distinct {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Lead={'*'}&lt;/SPAN&gt;&amp;gt;} ID)*0.35&lt;/SPAN&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;&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; font-size: 13px;"&gt;or&lt;/SPAN&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;&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; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Lead={'Soap'},Product={'*'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} ID)*0.35&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023031#M929646</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-18T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023032#M929647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea what you are trying to do here, is there a sample you can share with the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023032#M929647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T09:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023033#M929648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct{&amp;lt;lead={'*'}&amp;gt;}id)*0.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023033#M929648</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-18T09:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023034#M929649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is their any difference b/w your expression and this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'*' means every thing, is this really required to pass in SET?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count(Distinct ID)*0.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count({&amp;lt;Lead={'Soap'}&amp;gt;} ID)*0.35&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023034#M929649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023035#M929650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you add this -&amp;gt; {'*'} in ignore null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Country = {'*'}&amp;gt;} Sales) can be different from Sum(Sales) if there are places where Country is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023035#M929650</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023036#M929651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct {1&amp;lt;lead={'*'}&amp;gt;}ID)*.35&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023036#M929651</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-03-18T10:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023037#M929652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Putting '*' means it will ignore null, Is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023037#M929652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023038#M929653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023038#M929653</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1023039#M929654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, have not obsereved it earlier&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;Thanks for clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1023039#M929654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T10:47:29Z</dc:date>
    </item>
  </channel>
</rss>

