<?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: Help on SetAnalysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417806#M1164804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would almost always try and push as much logic into the script as possible. Saves on server resources in expressions etc (unless you are creating lots of superfluous data of course!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 08:06:52 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-10-16T08:06:52Z</dc:date>
    <item>
      <title>Help on SetAnalysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417803#M1164799</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;Please any one can help me to convert this below code into Setanalysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( not isnull([Platform]),[ flag] &amp;amp;[Id] ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- &lt;STRONG&gt;[ flag] &amp;amp;[Id]&lt;/STRONG&gt; -&amp;nbsp; Due to this am getting allocated memory exceeded in the chart in QlikView 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So am thinking that set analysis can help this out.&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;Ankit Modi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 07:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417803#M1164799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-16T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SetAnalysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417804#M1164800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I'd create a new field based on [ flag] &amp;amp; [Id] in the script.&amp;nbsp; Is that doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 07:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417804#M1164800</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-10-16T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SetAnalysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417805#M1164802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could be the last option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 08:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417805#M1164802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-16T08:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SetAnalysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417806#M1164804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would almost always try and push as much logic into the script as possible. Saves on server resources in expressions etc (unless you are creating lots of superfluous data of course!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 08:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417806#M1164804</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-10-16T08:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SetAnalysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417807#M1164806</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;Have you tried &lt;/P&gt;&lt;P&gt;If((&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;[Platform]&lt;/SPAN&gt;&amp;lt;&amp;gt;NULL),&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;[ flag] &amp;amp;[Id] ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 11:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-SetAnalysis/m-p/417807#M1164806</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-10-25T11:39:13Z</dc:date>
    </item>
  </channel>
</rss>

