<?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: Text value in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645796#M1056482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The round parentheses work for me in the same example that you posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69122_Capture.PNG.png" style="width: 620px; height: 272px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be alternatives to make it work, but if its not working now i'm not sure we can expect alternatives to work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you prove that there should be data ? What exactly is your result.&amp;nbsp; In the screenshot above i am capturing the correct Value of 2&amp;nbsp; for when Name=He(llo) ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 17:39:43 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-10-16T17:39:43Z</dc:date>
    <item>
      <title>Text value in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645793#M1056477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Text value in set analysis to retrieve one value. but that text field is having some values as Tom&lt;STRONG&gt;(RIP). So this is not picking when I use in set analysis.&lt;/STRONG&gt; To be more clear please look the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only({&amp;lt;Name = {'David'}&amp;gt;}$(eTest)) - this is working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only({&amp;lt;Name = {'David(RIP)'}&amp;gt;}$(eTest))- - bcos of that circular brackets inside my text value this is not picking in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to handle this? I have to use Name field values as they are in Data source, So I cant change the Name field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 17:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645793#M1056477</guid>
      <dc:creator />
      <dc:date>2014-10-16T17:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text value in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645794#M1056478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 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;"&gt;only({&amp;lt;Name = {"=David(RIP)"}&amp;gt;}$(eTest))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 17:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645794#M1056478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-16T17:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text value in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645795#M1056480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou for the response Steve, Its not working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 17:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645795#M1056480</guid>
      <dc:creator />
      <dc:date>2014-10-16T17:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Text value in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645796#M1056482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The round parentheses work for me in the same example that you posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69122_Capture.PNG.png" style="width: 620px; height: 272px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be alternatives to make it work, but if its not working now i'm not sure we can expect alternatives to work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you prove that there should be data ? What exactly is your result.&amp;nbsp; In the screenshot above i am capturing the correct Value of 2&amp;nbsp; for when Name=He(llo) ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 17:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645796#M1056482</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-16T17:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text value in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645797#M1056483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works for me also, Look for conflicting selections. It could be that you've eliminated the person you want to display from the list of possible choices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's the case try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;only({1&amp;lt;Name = {'David(RIP)'}&amp;gt;}$(eTest))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 17:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-value-in-Set-analysis/m-p/645797#M1056483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-16T17:43:50Z</dc:date>
    </item>
  </channel>
</rss>

