<?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: Correlation calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138466#M521875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=correl( Aggr( Only({&amp;lt;Fundname = {$(vFundA)}&amp;gt;} value), date), &lt;SPAN style="font-size: 13.3333px;"&gt;Aggr( Only(&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Fundname = {$(vFundB)}&amp;gt;} &lt;/SPAN&gt;value), date) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 10:42:49 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-17T10:42:49Z</dc:date>
    <item>
      <title>Correlation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138465#M521874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a table with 3 columns: Fundname, date and value. I have created two variables so you can input the name of the fund and I would like to calculate correlation between the variable value of any two funds. Please note that as the data of all the funds is merged in the same table, I cannot use directly the function correl, I would have to create a temporary table using the function aggr (I guess), but I don't know how to do it.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Anyone could help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 10:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138465#M521874</guid>
      <dc:creator />
      <dc:date>2016-06-17T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138466#M521875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=correl( Aggr( Only({&amp;lt;Fundname = {$(vFundA)}&amp;gt;} value), date), &lt;SPAN style="font-size: 13.3333px;"&gt;Aggr( Only(&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Fundname = {$(vFundB)}&amp;gt;} &lt;/SPAN&gt;value), date) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 10:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138466#M521875</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138467#M521876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;It worked!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Do you think it would be possible creating an straight table so there would be a row for each fundname, and computing the correlation entering a single fundname? If so, how would you do it?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 11:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138467#M521876</guid>
      <dc:creator />
      <dc:date>2016-06-17T11:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138468#M521877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something similar to what is shown in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1019508"&gt;Calculate correlation coefficient among all pairs of equities&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 11:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correlation-calculation/m-p/1138468#M521877</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T11:10:44Z</dc:date>
    </item>
  </channel>
</rss>

