<?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: Greater Than in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116416#M17920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming Hours is your dimension in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change the dimension like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Hours&amp;lt;=40,Hours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Check on the Suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 23:58:48 GMT</pubDate>
    <dc:creator>sibin_jacob</dc:creator>
    <dc:date>2018-08-07T23:58:48Z</dc:date>
    <item>
      <title>Greater Than</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116415#M17919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get this chart to show all records that has (&amp;lt;=40 Hours)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikExample.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210183_QlikExample.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 21:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116415#M17919</guid>
      <dc:creator>dylannelson</dc:creator>
      <dc:date>2018-08-07T21:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116416#M17920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming Hours is your dimension in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change the dimension like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Hours&amp;lt;=40,Hours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Check on the Suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 23:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116416#M17920</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-07T23:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116417#M17921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Aggr(IF(Hours&amp;lt;=40, Name), Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppress when value is null for this dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 00:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116417#M17921</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-08T00:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116418#M17922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Hour a field or a calculation check? You can try this as a set analysis like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a calculation&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Name = {"=Sum(Hours) &amp;lt;= 40"}&amp;gt;}Units)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a field&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Hours =&amp;nbsp; {"&amp;lt;=40"}&amp;gt;}Units)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 02:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116418#M17922</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T02:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116419#M17923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping I've tried all the formulas, and I still haven't figured it out. The images below are the current dimensions, and fields selected. Oh and I forgot to say..... I'm a noob, I've only been working with Qlik for a couple of weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikExample1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210264_QlikExample1.PNG" style="width: 620px; height: 564px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikExample2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210265_QlikExample2.PNG" style="width: 620px; height: 567px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116419#M17923</guid>
      <dc:creator>dylannelson</dc:creator>
      <dc:date>2018-08-08T13:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116420#M17924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Name as dimension and this expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Hours =&amp;nbsp; {"&amp;lt;=40"}&amp;gt;}Units)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Hours =&amp;nbsp; {"&amp;lt;=40"}&amp;gt;}Hours)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Hours =&amp;nbsp; {"&amp;lt;=40"}&amp;gt;}Units)/&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Hours =&amp;nbsp; {"&amp;lt;=40"}&amp;gt;}Hours)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 17:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than/m-p/116420#M17924</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T17:36:10Z</dc:date>
    </item>
  </channel>
</rss>

