<?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: Manipulation of script fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441052#M432391</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;Basically I'm busy with sales trending. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3 lines populated for the same document is my 3 trending codes.&lt;/P&gt;&lt;P&gt;I used my packsize trending code to calculate the invoiced units field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But ultimately I want the units sold result next to each trending code (MFGTYPE and SERVICE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently what I want to achieve in my object is to sum the invoiced units, if MFGTYPE is equal to MP, HP or SHP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will then compare the units sold of machine packed, hand packed and semi-hand packed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 12:28:50 GMT</pubDate>
    <dc:creator>ranibosch</dc:creator>
    <dc:date>2017-10-26T12:28:50Z</dc:date>
    <item>
      <title>Manipulation of script fields</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441050#M432389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data pulls as follows with my current script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="181033" alt="Script issue.JPG" class="jive-image image-1" src="/legacyfs/online/181033_Script issue.JPG" style="height: 122px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to amend to look like the bottom table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441050#M432389</guid>
      <dc:creator>ranibosch</dc:creator>
      <dc:date>2017-10-26T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulation of script fields</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441051#M432390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you choose MFGTYPE out of the three among Trending Code? Also, is this something you need from script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441051#M432390</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-26T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulation of script fields</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441052#M432391</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;Basically I'm busy with sales trending. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3 lines populated for the same document is my 3 trending codes.&lt;/P&gt;&lt;P&gt;I used my packsize trending code to calculate the invoiced units field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But ultimately I want the units sold result next to each trending code (MFGTYPE and SERVICE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently what I want to achieve in my object is to sum the invoiced units, if MFGTYPE is equal to MP, HP or SHP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will then compare the units sold of machine packed, hand packed and semi-hand packed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441052#M432391</guid>
      <dc:creator>ranibosch</dc:creator>
      <dc:date>2017-10-26T12:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulation of script fields</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441053#M432392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Trending Code]='MFGTYPE',sum(aggr(sum([Invoiced Units]),[Item No])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulation-of-script-fields/m-p/1441053#M432392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T17:09:16Z</dc:date>
    </item>
  </channel>
</rss>

