<?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: if statement to reduce dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419938#M33665</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;what type of objects are you using to dispay the reduced dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 12:50:30 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2017-12-18T12:50:30Z</dc:date>
    <item>
      <title>if statement to reduce dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419937#M33664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression which calculates a % of coverage. I would like to limit the dimensions to where the coverage is 10% or more. The dimension is 'Insight' and the following is the expression for coverage (which i know works)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(isnull(Category) and ExcludeWord&amp;lt;&amp;gt;'Yes' and not(isnull(Topic)),Topic))/(sum(if(not(isnull(Category)),TopicFlag))+count(if(isnull(Category) and ExcludeWord&amp;lt;&amp;gt;'Yes' and not(isnull(Topic)),Topic)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adding the expression into the if statement doesnt seem to be working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(if(isnull(Category) and ExcludeWord&amp;lt;&amp;gt;'Yes' and not(isnull(Topic)),Topic))/(sum(if(not(isnull(Category)),TopicFlag))+count(if(isnull(Category) and ExcludeWord&amp;lt;&amp;gt;'Yes' and not(isnull(Topic)),Topic)))&amp;gt;0.1, Insight)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419937#M33664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T12:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to reduce dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419938#M33665</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;what type of objects are you using to dispay the reduced dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419938#M33665</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-18T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to reduce dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419939#M33666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419939#M33666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to reduce dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419940#M33667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can simply add the condition on the expression. did you try it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419940#M33667</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-18T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to reduce dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419941#M33668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Aggr(&lt;/SPAN&gt;if(count(if(isnull(Category) and ExcludeWord&amp;lt;&amp;gt;'Yes' and not(isnull(Topic)),Topic))/(sum(if(not(isnull(Category)),TopicFlag))+count(if(isnull(Category) and ExcludeWord&amp;lt;&amp;gt;'Yes' and not(isnull(Topic)),Topic)))&amp;gt;0.1, Insight)&lt;SPAN style="color: #ff0000;"&gt;, Insight)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-statement-to-reduce-dimensions/m-p/1419941#M33668</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-18T13:17:05Z</dc:date>
    </item>
  </channel>
</rss>

