<?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: Additional load script, equivalent of Excel helper column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239675#M393863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post sample data in excel to demonstrate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 13:15:41 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-01-26T13:15:41Z</dc:date>
    <item>
      <title>Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239672#M393860</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 what I hope will be a relatively simple requirement, but can't seem to come up with a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data contains a list of products and a list of quotations that are split into three stages. Submitted, Quoted and Sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up until now I've only ever been asked to average the actuals, so quoted / submitted as an example would give me a percentage of what we call quote rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now been supplied with a sheet that contains targets in a percentage format by product and each product has a different %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need, I believe, is the equivalent of an excel helper column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I had 100 submitted quotes and I only actually quoted 10 of these my quote rate would be 10%. If the target is 53% then I should have quoted 53 of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a new calculated field that turns the target % into an actual figure so that I can divide the actual results against a numerical figure so that if looked at as a total product view gives a working percentage across the board as well as on individual cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have been clear enough, any questions please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 12:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239672#M393860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239673#M393861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide some sample data in excel or a sample app showing expected o/p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 12:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239673#M393861</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239674#M393862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150962_Sample.png" style="height: 89px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is a simplistic representation of what I have. The Quote Rate, Strike Rate and Conversion Rate for the actuals (left) are simple. Just divide Quote Sold / Quote Quoted and you have the result of conversion rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the targets are in percentage form, so if we look at oranges to achive a 25% Quote Rate in Oranges, based on the actual figures we would need to have quoted 25 of the submitted quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need an expression, or load that creates a field that turns the % amount in the target into an actual number that I can divide against to get my percentate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also need to know how far off we are from our target, so if the target is 25% how much of that target have we hit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 13:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239674#M393862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T13:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239675#M393863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post sample data in excel to demonstrate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 13:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239675#M393863</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T13:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239676#M393864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your example above, it seems that Product is the common field between the two data sources. So, you can join the databases in the script to do the required calculation in the script or leave them as separate tables and perform all your required calculation on the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 13:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239676#M393864</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-26T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239677#M393865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny. The Product field is indeed a common denominator between the primary data source and the excel sheet that is being loaded with the targets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am not sure on is how to do the required calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 16:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239677#M393865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239678#M393866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm slightly confused as to what you want your end result to look like.&lt;/P&gt;&lt;P&gt;Wouldn't you just do [Target Quote Rate]*[Quote Submitted]?&lt;/P&gt;&lt;P&gt;That would be your target Quote Rate actual number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239678#M393866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239679#M393867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple expression might do the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say the target % for a product on quote rate was 80%. If we had 100 quotes and we quoted 80 then we know that our quote rate is 80% and so has met the target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I am not sure on is how to write the expression to work out, in a simple KPI form, where we are against all products against there targets as a total percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression would have to be Quotes Quoted / Quotes Submitted which gives us a % and then that % figure needs to be compared against the target % amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if we have 5 products, one product is hitting or even exceeding the target and the other 4 products the total amount of target achieved for all 5 products combined might be 76%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 10:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239679#M393867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-30T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Additional load script, equivalent of Excel helper column</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239680#M393868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Hello, I cannot see how to add an excel file. Only picures and movies for some reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Scratch that, I can see the attach option now:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 10:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-load-script-equivalent-of-Excel-helper-column/m-p/1239680#M393868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T10:37:21Z</dc:date>
    </item>
  </channel>
</rss>

