<?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: How to hide negative value in linear trend line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411637#M801484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First make a calculated dimension like below:&lt;/P&gt;&lt;P&gt;=IF(sum(Sales)&amp;gt;0,'Your Dimension field')&lt;/P&gt;&lt;P&gt;check suppress value is null.&lt;/P&gt;&lt;P&gt;Then put your expression in the expression section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2017 10:42:56 GMT</pubDate>
    <dc:creator>sumanta12</dc:creator>
    <dc:date>2017-11-17T10:42:56Z</dc:date>
    <item>
      <title>How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411634#M801481</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;I have a line chart and also I am using linear trend in the expression tab to showcase our trend over the selected period of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is there any mechanism or way to hide the negative value in the line chart for trend line, we want to stop it once it touches 0 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411634#M801481</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411635#M801482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use if()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if(sum(sales)&amp;gt;0,sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 09:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411635#M801482</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-11-17T09:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411636#M801483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. It does not work for trend line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 10:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411636#M801483</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-11-17T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411637#M801484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First make a calculated dimension like below:&lt;/P&gt;&lt;P&gt;=IF(sum(Sales)&amp;gt;0,'Your Dimension field')&lt;/P&gt;&lt;P&gt;check suppress value is null.&lt;/P&gt;&lt;P&gt;Then put your expression in the expression section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 10:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411637#M801484</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-17T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411638#M801485</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;I am using Date as dimension, and if I put&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,'Date') , and suppress null value , my chart is not able to get data. and I am getting error in calculating dimension.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ashis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 11:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411638#M801485</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-11-17T11:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411639#M801486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Share Sample Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 11:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411639#M801486</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-17T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411640#M801487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this in calculated dimension&lt;/P&gt;&lt;P&gt;=IF(AGGR(SUM(Sales),Date)&amp;gt;0,Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411640#M801487</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-17T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411641#M801488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumanta,&lt;/P&gt;&lt;P&gt;As proposed , I have created calculated dimension as date, then check on the suppress when value is null option.&lt;/P&gt;&lt;P&gt;However I am still getting trend line value in negative .&lt;/P&gt;&lt;P&gt;Due to security purpose I am unable to share sample data.&lt;/P&gt;&lt;P&gt;I want trend line to stop when it touches zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 09:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411641#M801488</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-11-20T09:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide negative value in linear trend line</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411642#M801489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot put conditions for a trend line. What you can do is create a expression instead of using the trend line option and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;you can set the style in line format. '&amp;lt;S1&amp;gt;' to '&amp;lt;S4&amp;gt;'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 11:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-negative-value-in-linear-trend-line/m-p/1411642#M801489</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-20T11:07:30Z</dc:date>
    </item>
  </channel>
</rss>

