<?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 Use if condition on a set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754191#M268670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set analysis set up and was wondering if I could make an if statement out of the set analysis.&amp;nbsp; Basically I want an if condition that checks to see if the value from the set analysis is greater than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's the set analysis:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FYEAR={$(vBenchYr)},QUARTER={'Q4'},Measure={'Shipped Qty'}&amp;gt;}(Value))&lt;/P&gt;&lt;P&gt;so if the sum of this set analysis value is greater then 0 then I want to do something&lt;/P&gt;&lt;P&gt;how would I do this if it can be done????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 22:50:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-05T22:50:50Z</dc:date>
    <item>
      <title>Use if condition on a set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754191#M268670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set analysis set up and was wondering if I could make an if statement out of the set analysis.&amp;nbsp; Basically I want an if condition that checks to see if the value from the set analysis is greater than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's the set analysis:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FYEAR={$(vBenchYr)},QUARTER={'Q4'},Measure={'Shipped Qty'}&amp;gt;}(Value))&lt;/P&gt;&lt;P&gt;so if the sum of this set analysis value is greater then 0 then I want to do something&lt;/P&gt;&lt;P&gt;how would I do this if it can be done????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 22:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754191#M268670</guid>
      <dc:creator />
      <dc:date>2015-03-05T22:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use if condition on a set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754192#M268671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;FYEAR={$(vBenchYr)},QUARTER={'Q4'},Measure={'Shipped Qty'}&amp;gt;}(Value))&amp;gt;0,&amp;nbsp;&amp;nbsp; '&amp;gt;0',&amp;nbsp;&amp;nbsp; '&amp;lt;=0')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 22:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754192#M268671</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-05T22:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use if condition on a set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754193#M268672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (sum({&amp;lt;FYEAR={$(vBenchYr)},QUARTER={'Q4'},Measure={'Shipped Qty'}&amp;gt;}(Value)) &amp;gt;0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'A','B')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 22:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754193#M268672</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2015-03-05T22:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use if condition on a set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754194#M268673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ( sum({&amp;lt;FYEAR={$(vBenchYr)},QUARTER={'Q4'},Measure={'Shipped Qty'}&amp;gt;}(Value)) &amp;gt; 0 , TRUE , FALSE )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-if-condition-on-a-set-analysis/m-p/754194#M268673</guid>
      <dc:creator>chrislofthouse</dc:creator>
      <dc:date>2015-03-06T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

