<?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: Line Chart - Set Analysis - Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798062#M1045048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Employee Count less than 120 means 0 so it will not show the line chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 16:49:27 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-11-21T16:49:27Z</dc:date>
    <item>
      <title>Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798057#M1045043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Qlikview file attached here, a line chart represents number of employees over the Years in a company. I would like to update my expression so as to show the line chart only if the number of employees for any one of the years is greater than a threshold (120 in this case). That is, if number of employees for any one of the years is less than 120, the line chart should not be displayed. Otherwise complete chart should be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798057#M1045043</guid>
      <dc:creator />
      <dc:date>2014-11-21T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798058#M1045044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the below expression in the chart expression tab instead of Employees1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Employees1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;120,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Employees1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798058#M1045044</guid>
      <dc:creator />
      <dc:date>2014-11-21T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798059#M1045045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to expression tab&lt;/P&gt;&lt;P&gt;tick conditional and use below expression for conditional show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Min(Aggr(SUM(Employees),Year))&amp;lt;=120,'0','1')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798059#M1045045</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-21T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798060#M1045046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't there be &amp;gt;= instead of &amp;lt;= in the above condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798060#M1045046</guid>
      <dc:creator />
      <dc:date>2014-11-21T16:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798061#M1045047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed that this condition is not working correctly. If I change threshold to 160 and write &amp;gt;= 160 instead of &amp;gt;= 120, the chart still appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798061#M1045047</guid>
      <dc:creator />
      <dc:date>2014-11-21T16:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798062#M1045048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Employee Count less than 120 means 0 so it will not show the line chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 16:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798062#M1045048</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-21T16:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Set Analysis - Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798063#M1045049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Manish...!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Set-Analysis-Expressions/m-p/798063#M1045049</guid>
      <dc:creator />
      <dc:date>2014-11-26T09:05:40Z</dc:date>
    </item>
  </channel>
</rss>

