<?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 do I script out the following in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625679#M681456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I also have another column that is the sum of all the multiplied scores?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 17:50:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-26T17:50:22Z</dc:date>
    <item>
      <title>How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625674#M681451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sheet called data and a sheet called points.&amp;nbsp; I want to join the score1, score2, score3, score4 from the data sheet to the points sheet. Take the weight from the point sheet muliple it by the data sheet and sum it up for each company.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 14:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625674#M681451</guid>
      <dc:creator />
      <dc:date>2014-03-26T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625675#M681452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached file and let me know is this the desired result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 15:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625675#M681452</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-03-26T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625676#M681453</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;CrossTable(Name,Data, 1)&lt;/P&gt;&lt;P&gt;LOAD Comp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score4&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[testdata.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[testdata.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Weight);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 15:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625676#M681453</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2014-03-26T15:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625677#M681454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use CrossTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the blog post currently available in your Qlik Community home tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-26_1505.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55930_2014-03-26_1505.png" style="width: 620px; height: 163px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 15:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625677#M681454</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-26T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625678#M681455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the attacched file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 15:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625678#M681455</guid>
      <dc:creator />
      <dc:date>2014-03-26T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625679#M681456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I also have another column that is the sum of all the multiplied scores?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 17:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625679#M681456</guid>
      <dc:creator />
      <dc:date>2014-03-26T17:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625680#M681457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u elaborate your result in excel file. I understand what u need but if you display column wise result then it fesible for me to clearly understand your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625680#M681457</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-03-27T06:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625681#M681458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look this new example in the attacchemnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625681#M681458</guid>
      <dc:creator />
      <dc:date>2014-03-27T11:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625682#M681459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Test4:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Score&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Comp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Score1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Score2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Score3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Score4&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;C:\testdata.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Weight&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;C:\testdata.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Weight); &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Exp:&lt;/P&gt;&lt;P&gt;=SUm(Score)&lt;/P&gt;&lt;P&gt;=Sum(Weight)&lt;/P&gt;&lt;P&gt;=Sum(Score*Weight)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not correct then reply with your required result..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625682#M681459</guid>
      <dc:creator />
      <dc:date>2014-03-27T11:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I script out the following</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625683#M681460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With a left join there you run the risk of duplicating rows in the main table with duplicate weights.&amp;nbsp; I would suggest an ApplyMap, or simply leaving as an association.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-script-out-the-following/m-p/625683#M681460</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-27T12:00:33Z</dc:date>
    </item>
  </channel>
</rss>

