<?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 create a customized trend line in a chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735442#M541679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved writing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;=If(Only({$&amp;lt;DATE={"&amp;gt;=$(vDateMin)&amp;lt;=$(vDateMax)"}&amp;gt;} MonthName(DATE))=MonthName('$(vDateMin)')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only({$&amp;lt;DATE={"&amp;gt;=$(vDateMin)&amp;lt;=$(vDateMax)"}&amp;gt;} MonthName(DATE))=MonthName('$(vDateMax)') ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp; Sum({$&amp;lt;DATE={"&amp;gt;=$(vDateMin)&amp;lt;=$(vDateMax)"}&amp;gt;} VALUE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vDateMin and vDateMax are variables edited by the user, and MonthName(DATE) is the calculated dimension of the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 10:18:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-25T10:18:43Z</dc:date>
    <item>
      <title>How to create a customized trend line in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735437#M541674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to create a customized linear trend line of the graph shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Immagine.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/61095_Immagine.jpg" style="width: 620px; height: 258px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My trend line should start from the value of "gen-mar 2008" (aproximately 0 in this case) and go straight to the value of "lug-set 2013" (aproximately 1,300,000). How can I do that? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735437#M541674</guid>
      <dc:creator />
      <dc:date>2014-06-24T14:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a customized trend line in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735438#M541675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add another expression. Something like =if(Month=min(total Month) or Month=max(total Month), sum(Value)). And don't suppress Zero-Values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735438#M541675</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-24T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a customized trend line in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735439#M541676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;La cosa più semplice che mi viene in mente è quella di caricare con un load inline una serie di valori da utilizzare poi come espressione:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quaklcosa simile a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;mese, qty&lt;/P&gt;&lt;P&gt;gen-mar 2008, 0&lt;/P&gt;&lt;P&gt;apr-mag 2008, 1000&lt;/P&gt;&lt;P&gt;..... e così via fino al tuo valore&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fammi sapere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735439#M541676</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-24T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a customized trend line in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735440#M541677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not my case, the dimension is dynamic as is the range of months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735440#M541677</guid>
      <dc:creator />
      <dc:date>2014-06-24T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a customized trend line in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735441#M541678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My chart is dynamic, the user can select the period of analysis and through the set analysis i check the dates. If I understood well I should write something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Dimension1='gen-mar 2008' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dimension1='lug-set 2013'&lt;/SPAN&gt;, sum(Value)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Is that correct?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 08:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735441#M541678</guid>
      <dc:creator />
      <dc:date>2014-06-25T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a customized trend line in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735442#M541679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved writing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;=If(Only({$&amp;lt;DATE={"&amp;gt;=$(vDateMin)&amp;lt;=$(vDateMax)"}&amp;gt;} MonthName(DATE))=MonthName('$(vDateMin)')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only({$&amp;lt;DATE={"&amp;gt;=$(vDateMin)&amp;lt;=$(vDateMax)"}&amp;gt;} MonthName(DATE))=MonthName('$(vDateMax)') ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp; Sum({$&amp;lt;DATE={"&amp;gt;=$(vDateMin)&amp;lt;=$(vDateMax)"}&amp;gt;} VALUE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vDateMin and vDateMax are variables edited by the user, and MonthName(DATE) is the calculated dimension of the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 10:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-customized-trend-line-in-a-chart/m-p/735442#M541679</guid>
      <dc:creator />
      <dc:date>2014-06-25T10:18:43Z</dc:date>
    </item>
  </channel>
</rss>

