<?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 Needed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114158#M630458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 07:05:57 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2016-07-21T07:05:57Z</dc:date>
    <item>
      <title>Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114150#M630446</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 am having an logistic field and in that i have the data like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;a others,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;b others,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;c others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to calculate only the fields are with others..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. sum(if([logistic model] = 'aothers',if([logistic model]='bothers',if([logistic model]='c others'[lead count]))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114150#M630446</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-21T06:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114151#M630448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if( &lt;STRONG&gt;Wildmatch&lt;/STRONG&gt;([logistic model], &lt;STRONG&gt;'*others*'), &lt;/STRONG&gt;[lead count])&lt;/P&gt;&lt;P&gt;or,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[logistic model]={ &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;'*others*'&lt;/STRONG&gt;}&amp;gt;}&lt;STRONG style="font-size: 13.3333px;"&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[lead count])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114151#M630448</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-07-21T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114152#M630450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[logistic model] ={'*others'}&amp;gt;}[lead count])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114152#M630450</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2016-07-21T06:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114153#M630452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple others like d others,e others , h others.. but i needed onlysum of aothers,bothers,cothers not any others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114153#M630452</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-21T06:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114154#M630454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;T={'*Others*'}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Here, I took inline table for an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;T, Value&lt;/P&gt;&lt;P&gt;A, 10&lt;/P&gt;&lt;P&gt;A Others, 45&lt;/P&gt;&lt;P&gt;B, 20&lt;/P&gt;&lt;P&gt;B Others, 40&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brijesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114154#M630454</guid>
      <dc:creator />
      <dc:date>2016-07-21T07:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114155#M630455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using single character wildcard '?', like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(if( &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Wildmatch&lt;/STRONG&gt;&lt;/SPAN&gt;([logistic model], &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;'?others'), &lt;/STRONG&gt;&lt;/SPAN&gt;[lead count])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[logistic model]={ &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;'?others'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[lead count])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114155#M630455</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-07-21T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114156#M630456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'*others*'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards philipp&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114156#M630456</guid>
      <dc:creator>philipp_ebner</dc:creator>
      <dc:date>2016-07-21T07:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114157#M630457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;[logistical model]={'aothers','bothers','cothers'}&amp;gt;} [lead count])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114157#M630457</guid>
      <dc:creator />
      <dc:date>2016-07-21T07:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114158#M630458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114158#M630458</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-21T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114159#M630459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Needed/m-p/1114159#M630459</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-21T07:06:24Z</dc:date>
    </item>
  </channel>
</rss>

