<?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: Scripting challenge in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631925#M734096</link>
    <description>&lt;P&gt;Thank you so much Vegar this should do the trick:-)&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 07:45:46 GMT</pubDate>
    <dc:creator>gorterzelf7</dc:creator>
    <dc:date>2019-10-07T07:45:46Z</dc:date>
    <item>
      <title>Scripting challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631815#M734094</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a challenge. I hope there are some clever people here who can help me.&lt;/P&gt;&lt;P&gt;I have for my products a sell date. There are 5 different fases before we can sell the products. The fase lengths are different for each product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to calculate my amounts for each fase per product per year/week. So i know which amount in which weeks i got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to make a simulations of the data in excel and an excel with the outcome in QlikView or QlikSense. If somebody would like to try to get the outcome in QlikView or QlikSense and post the app or qvw here, you would be my hero of the day:-)&amp;nbsp;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Martijn&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631815#M734094</guid>
      <dc:creator>gorterzelf7</dc:creator>
      <dc:date>2024-11-16T02:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631836#M734095</link>
      <description>&lt;P&gt;I used the following script to create this table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20787iFB64524DB61A00D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD * inline [
Sell date, Product, Amount
];
for each _letter in 'A','B','C','D', 'E'
Concatenate
LOAD [Sell date], 
     Product, 
     [Fase startdate $(_letter)] as  [Fase startdate] , 
     [Year $(_letter)] as [Year], 
     [Week $(_letter)] as [Week], 
     '$(_letter)' as Fase,
     Amount as [Fase $(_letter)] 
FROM
    [$(vL.ImportPath)\Gorterzelf7.xlsx]
     (ooxml, embedded labels, table is Blad1);

next _letter&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 06 Oct 2019 21:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631836#M734095</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-06T21:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631925#M734096</link>
      <description>&lt;P&gt;Thank you so much Vegar this should do the trick:-)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 07:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-challenge/m-p/1631925#M734096</guid>
      <dc:creator>gorterzelf7</dc:creator>
      <dc:date>2019-10-07T07:45:46Z</dc:date>
    </item>
  </channel>
</rss>

