<?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: Multiple text search in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404704#M425528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to split into different variations and can be achieve same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 07:03:43 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-13T07:03:43Z</dc:date>
    <item>
      <title>Multiple text search in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404701#M425525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field Role with values like&lt;/P&gt;&lt;P&gt;Tele India - Agent&lt;/P&gt;&lt;P&gt;Tele India - manager&lt;/P&gt;&lt;P&gt;SIT India - Manager&lt;/P&gt;&lt;P&gt;SIT India - Agent&lt;/P&gt;&lt;P&gt;Tele India Bangalore - Agent&lt;/P&gt;&lt;P&gt;..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to sum the values in set analysis for only values where &lt;/P&gt;&lt;P&gt;Role is having India and Agent both&lt;/P&gt;&lt;P&gt;I have written exp like this &lt;/P&gt;&lt;H3&gt;sum( {$&amp;lt;ROLE= {" *India* "}&amp;gt;} Value) - This will search for the rows which is having India in the Role field&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to have India and Agent both in the same row in the field ROLE.&lt;/P&gt;&lt;P&gt;How can i search for multiple values in set analysis? (It should work as "And" condition as the row should have both India and Agent)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 06:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404701#M425525</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2017-09-13T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple text search in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404702#M425526</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;Load *, &lt;STRONG&gt;SubField(ROLE, ' ', 2) as ROLE_Country;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and expression should this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;ROLE_Country = {'India'}&amp;gt;} Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 06:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404702#M425526</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T06:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple text search in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404703#M425527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I want to have search for both India and Agent in ROLE field, not only India.&lt;/P&gt;&lt;P&gt;And i want it in set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404703#M425527</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2017-09-13T07:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple text search in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404704#M425528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to split into different variations and can be achieve same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404704#M425528</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple text search in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404705#M425529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum( {$&amp;lt;ROLE= {"*India&lt;SPAN style="color: #ff0000;"&gt;*Agent*&lt;/SPAN&gt;"}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum( {$&amp;lt;ROLE= {"*India&lt;SPAN style="color: #000000;"&gt;*&lt;/SPAN&gt;"}&amp;gt;&lt;SPAN style="color: #ff00ff;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;lt;ROLE= {"*Agent*"}&amp;gt;&lt;/SPAN&gt;} Value)&lt;/SPAN&gt;&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404705#M425529</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-13T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple text search in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404706#M425530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Tresesco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-text-search-in-set-analysis/m-p/1404706#M425530</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2017-09-13T07:16:22Z</dc:date>
    </item>
  </channel>
</rss>

