<?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 to IF statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338955#M412684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder is there any option with Alternate states. I don't think so whether we can achieve same In qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's wait &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ response and feedback on this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2017 16:37:02 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-05-25T16:37:02Z</dc:date>
    <item>
      <title>Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338950#M412679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikView experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having and issue converting set analysis to IF statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have converted the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({[DataSet1]&amp;lt;RiskType = {"CountControls"}&amp;gt;}RiskCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( &lt;SPAN style="font-size: 13.3333px;"&gt;{[DataSet1]} &lt;/SPAN&gt;if(mixmatch( RiskType ,'CountControls')&amp;gt;0,RiskCount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I want to having trouble converting&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;sum({[DataSet1]&amp;lt;RiskType = &amp;gt;}CountROMM)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;to an IF statement. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 15:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338950#M412679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338951#M412680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you trying to achieve and which statement you want to move in IF condition. Can you explain little more &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 15:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338951#M412680</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-25T15:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338952#M412681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data model I am using is inefficient. Showing high Calculation Time when using Set Analysis functions. When converted to IF statements, the Calculation Time is decreased a lot and app runs faster. This is a short term solution while I work on fixing the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to convert --&amp;gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;sum({[DataSet1]&amp;lt;RiskType = &amp;gt;}CountROMM)&amp;nbsp;&amp;nbsp;&amp;nbsp; to an IF statement. It uses the alternate State DataSet1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 15:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338952#M412681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T15:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338953#M412682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, DataSet1 is nothing But Alternate States?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 16:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338953#M412682</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-25T16:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338954#M412683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, in my app, there is DataSet1 and DataSet2 for comparison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 16:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338954#M412683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338955#M412684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder is there any option with Alternate states. I don't think so whether we can achieve same In qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's wait &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ response and feedback on this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 16:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338955#M412684</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-25T16:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis to IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338956#M412685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking to ignore selection in a field using if statement? Not possible.... and if giving better performance then set analysis... really? May be 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: 13.3333px;"&gt;&lt;STRONG&gt;Sum({[DataSet1]&amp;lt;RiskType = $::&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;RiskType&lt;/SPAN&gt;&amp;gt;} CountROMM)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 16:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-IF-statement/m-p/1338956#M412685</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-25T16:40:03Z</dc:date>
    </item>
  </channel>
</rss>

