<?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: Problem in Filtering data in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116385#M633786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it says error in expression since text1 and text are not columns, its just random text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: x/y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 08:06:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-08T08:06:49Z</dc:date>
    <item>
      <title>Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116381#M633782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data where i have three columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a | b | c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write set analysis to calculate avg of c when b &amp;lt;&amp;gt; "text1/text2". Where (&lt;SPAN style="font-size: 13.3333px;"&gt;text1/text2&lt;/SPAN&gt;) is just text in column b.&lt;/P&gt;&lt;P&gt;Here the value i am comparing has "/", i think that is creating problem in comparison.&lt;/P&gt;&lt;P&gt;I am writing set analysis as given below and its not working:&lt;/P&gt;&lt;P&gt;avg({&amp;lt;b-={'&lt;SPAN style="font-size: 13.3333px;"&gt;text1/text2&lt;/SPAN&gt;'}&amp;gt;}c)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with this, I am stuck here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 05:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116381#M633782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T05:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116382#M633783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without single quotes:&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; font-size: 13px;"&gt;avg({&amp;lt;b-={(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text1/text2)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;}&amp;gt;}c)&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;Alternatively, create field "Text3" (=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;text1/text2&lt;/SPAN&gt;) in script and use that field in the set:&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;avg({&amp;lt;b-={&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text3&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;}&amp;gt;}c)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pravesh&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 07:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116382#M633783</guid>
      <dc:creator />
      <dc:date>2016-07-08T07:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116383#M633784</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; font-size: 12px;"&gt;avg({&amp;lt;b-=&lt;STRONG&gt;{(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;text1/text2)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;}&amp;gt;&lt;/STRONG&gt;}c)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 08:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116383#M633784</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-08T08:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116384#M633785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pravesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this solution doesn't seem to work since text1 and text2 are not columns.&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;text1/text2 is just some random text (text1 and text2 are not columns).&lt;BR /&gt;&lt;/SPAN&gt;for eg.&amp;nbsp; "sumit/sahu"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 08:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116384#M633785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116385#M633786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it says error in expression since text1 and text are not columns, its just random text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: x/y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 08:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116385#M633786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116386#M633787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, what is the logic of text1/text2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 10:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116386#M633787</guid>
      <dc:creator />
      <dc:date>2016-07-08T10:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116387#M633788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please 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; font-size: 13px;"&gt;avg({&amp;lt;b={"*"} - {'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text1/text2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'}&amp;gt;}c)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116387#M633788</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2016-07-08T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Filtering data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116388#M633789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think '/' should cause any issues, but try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;b -= {'text1&lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;text2'}&amp;gt;} c)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where * is used a wildcard to replace '/'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Filtering-data-in-Set-Analysis/m-p/1116388#M633789</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T15:02:28Z</dc:date>
    </item>
  </channel>
</rss>

