<?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: Script find total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856224#M1215899</link>
    <description>&lt;P&gt;please post some sample data and your expected result&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 21:27:28 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2021-11-05T21:27:28Z</dc:date>
    <item>
      <title>Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856159#M1215896</link>
      <description>&lt;P&gt;Hello to all.&lt;/P&gt;
&lt;P&gt;I am new to this so i need a little help.&lt;/P&gt;
&lt;P&gt;I have the below script...how i will find the total values of scrap, reworking &amp;amp; accepted?&lt;/P&gt;
&lt;P&gt;(i am gonna need it to calculate the percentage of each condition)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-05 174846.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66072i133EC16FED0F9B98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-11-05 174846.png" alt="Screenshot 2021-11-05 174846.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 16:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856159#M1215896</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2021-11-05T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856192#M1215898</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use Crosstable() to get all the Material Status(&lt;STRONG&gt;Blocked , Reworking, Accepted etc...)&amp;nbsp;&lt;/STRONG&gt;Into one single column.&lt;/P&gt;
&lt;P&gt;And then you can use those values in set analysis to calculate the percentage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 18:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856192#M1215898</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-11-05T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856224#M1215899</link>
      <description>&lt;P&gt;please post some sample data and your expected result&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 21:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856224#M1215899</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-05T21:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856252#M1215902</link>
      <description>&lt;P&gt;Hello again i dont want to change the raw data...&lt;/P&gt;
&lt;P&gt;so i want in this script a sum of (&lt;SPAN&gt;scrap, reworking &amp;amp; accepted) as total.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 08:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856252#M1215902</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2021-11-06T08:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856253#M1215903</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am not sure what exactly you are looking for. But is it something like you want to sum the values of&amp;nbsp;&lt;SPAN&gt;scrap, reworking &amp;amp; accepted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Take a straight table, add PO as Dimension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And add measure as sum(scrap)+sum(reworking)+sum(accepted)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want to create a new field adding those three types, you will need to use Group by clause in script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ashutosh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 09:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856253#M1215903</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-11-06T09:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856256#M1215905</link>
      <description>&lt;P&gt;Okay how i will add a new field of those 3 types?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 09:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856256#M1215905</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2021-11-06T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856258#M1215906</link>
      <description>&lt;P&gt;Can i create in the script a new field which i will call it total to be the the sum of (&lt;SPAN&gt;scrap, reworking &amp;amp; accepted)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advanced.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 10:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856258#M1215906</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2021-11-06T10:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856280#M1215909</link>
      <description>&lt;P&gt;Yes, this is possible.&lt;BR /&gt;Please post some values and your expected result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 21:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856280#M1215909</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-06T21:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856423#M1215917</link>
      <description>&lt;P&gt;Hello i am afraid i can't share data..it is not possible to write the equation without them?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1856423#M1215917</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2021-11-08T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script find total</title>
      <link>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1857349#M1215957</link>
      <description>&lt;P&gt;It should not be confidential data of course.&lt;BR /&gt;Instead you could create some mock-up values and the result you would expect for those just to clarify your requirements and to create an example to test with.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 20:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-find-total/m-p/1857349#M1215957</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-09T20:06:10Z</dc:date>
    </item>
  </channel>
</rss>

