<?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: LINEST_M function set analysis help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518400#M193593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i tried this before also,&lt;/P&gt;&lt;P&gt;But when i change dates in calendar,&lt;/P&gt;&lt;P&gt;out put doesnt change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 10:16:16 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2013-10-24T10:16:16Z</dc:date>
    <item>
      <title>LINEST_M function set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518397#M193590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&lt;/P&gt;&lt;P&gt;=if(LINEST_M(Metric_Value,Dt)&amp;gt;=0,LINEST_M(Metric_Value,Dt))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have StartDate and EndDate Variable and i want above expression with start date and enddate in it.&lt;/P&gt;&lt;P&gt;How can i do that.&lt;/P&gt;&lt;P&gt;Dt is my Date column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518397#M193590</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-24T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: LINEST_M function set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518398#M193591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any 1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518398#M193591</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-24T10:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: LINEST_M function set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518399#M193592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something along these lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINEST_M({&amp;lt;Dt = {"&amp;gt;=$(StartDate)&amp;lt;=$(EndDate)"}&amp;gt;} Metric_Value,Dt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assuming that your variables are formatted to match the format of your Dt field values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518399#M193592</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-24T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: LINEST_M function set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518400#M193593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i tried this before also,&lt;/P&gt;&lt;P&gt;But when i change dates in calendar,&lt;/P&gt;&lt;P&gt;out put doesnt change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518400#M193593</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-24T10:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: LINEST_M function set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518401#M193594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume it's just a formatting issue, i.e. the format of your variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINEST_M({&amp;lt;Dt = {"&amp;gt;=$(=Date(StartDate,FORMATCODE))&amp;lt;=$(=Date(EndDate,FORMATCODE))"}&amp;gt;} Metric_Value,Dt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you need to replace FORMATCODE with an appropriate format code to match format of field Dt, e.g. 'YYYY-MM-DD', or post a small sample that demonstrates your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LINEST-M-function-set-analysis-help/m-p/518401#M193594</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-24T10:27:20Z</dc:date>
    </item>
  </channel>
</rss>

