<?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: Set Analysis help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167357#M887418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, But I am getting Out Of Obj Memory error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 13:40:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-08T13:40:00Z</dc:date>
    <item>
      <title>Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167352#M887413</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 need to convert the following If condition to Set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(MaxString(INDICATOR)),0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Only({&amp;lt;HEALTH_INDICATOR={'Y'}&amp;gt;}HEALTH_INDICATOR)='Y', '1', '2'))&lt;/P&gt;&lt;P&gt;Facing issue in data load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help 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/Set-Analysis-help/m-p/1167352#M887413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167353#M887414</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;&lt;STRONG&gt;RangeSum(Only({&amp;lt;HEALTH_INDICATOR = {'Y'}&amp;gt;} 1), &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Only({&amp;lt;HEALTH_INDICATOR -= {'Y'}&amp;gt;} 2))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 12:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167353#M887414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-08T12:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167354#M887415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14733394221529686 jive_text_macro" jivemacro_uid="_14733394221529686"&gt;
&lt;P&gt;If(isnull(MaxString(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INDICATOR&lt;/SPAN&gt;)),'0',&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HEALTH_INDICATOR&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;='Y','1','2'))&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 12:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167354#M887415</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-09-08T12:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167355#M887416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish &amp;amp; Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for your quick reply. Actually my problem here is I am using the in built QVLEDs instead of Numbers.&lt;/P&gt;&lt;P&gt;Also in the table I dont have any null entires.In the pivot table I am finding the NULL values on the fly.If any of cells are NULL then I need to put grey lights.If&amp;nbsp; it is N then I am putting Green LEDs.If it is Y then I will put either Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original exp like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if(isnull((INDICATOR)),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led.png',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Only({&amp;lt;INDICATOR={'Y'}&amp;gt;}HEALTH_INDICATOR)='Y', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167355#M887416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-08T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167356#M887417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working as you desired right!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167356#M887417</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-09-08T13:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167357#M887418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, But I am getting Out Of Obj Memory error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167357#M887418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-08T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167358#M887419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;If your are using&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;&lt;STRONG&gt;Only({&amp;lt;INDICATOR={'Y'}&amp;gt;}HEALTH_INDICATOR) &lt;/STRONG&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;Can't say exactly, Check above expression ,placing in text box what its displaying by selecting required fields.&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;else ,&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;Please &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;provide sample columns of your data and required output too.&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; line-height: 1.5em;"&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;-Hirish&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/1167358#M887419</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-09-08T13:55:09Z</dc:date>
    </item>
  </channel>
</rss>

