<?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 Complex sql calculation in qlikview scripting!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338881#M615944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table given below :&lt;/P&gt;&lt;P&gt;Booking:&lt;/P&gt;&lt;P&gt;Booking_wid,&lt;/P&gt;&lt;P&gt;Payment_Value,&lt;/P&gt;&lt;P&gt;Payment_type_source_value,&lt;/P&gt;&lt;P&gt;TotalBookingPrice&lt;/P&gt;&lt;P&gt;FROM $(QVDLocation)Booking.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want below out come as outstanding ::&lt;/P&gt;&lt;P&gt;Booking.TotalBookingPrice – (Sum(Payment_Value) WHERE Payment_type_source_value in (‘RB’,’RD’) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;– &lt;/SPAN&gt; Sum(Sum(Payment_Value) WHERE Payment_type_source_value in (‘CB,CD)) for same Booking_wid AS Outstanding;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to perform this calculation in qlikview script only as data volume is very huge and i don't want to use chart.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2017 05:03:07 GMT</pubDate>
    <dc:creator>qliklearnervir</dc:creator>
    <dc:date>2017-06-09T05:03:07Z</dc:date>
    <item>
      <title>Complex sql calculation in qlikview scripting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338881#M615944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table given below :&lt;/P&gt;&lt;P&gt;Booking:&lt;/P&gt;&lt;P&gt;Booking_wid,&lt;/P&gt;&lt;P&gt;Payment_Value,&lt;/P&gt;&lt;P&gt;Payment_type_source_value,&lt;/P&gt;&lt;P&gt;TotalBookingPrice&lt;/P&gt;&lt;P&gt;FROM $(QVDLocation)Booking.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want below out come as outstanding ::&lt;/P&gt;&lt;P&gt;Booking.TotalBookingPrice – (Sum(Payment_Value) WHERE Payment_type_source_value in (‘RB’,’RD’) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;– &lt;/SPAN&gt; Sum(Sum(Payment_Value) WHERE Payment_type_source_value in (‘CB,CD)) for same Booking_wid AS Outstanding;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to perform this calculation in qlikview script only as data volume is very huge and i don't want to use chart.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 05:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338881#M615944</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2017-06-09T05:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Complex sql calculation in qlikview scripting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338882#M615945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Booking:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load Booking_wid,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Payment_Value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Payment_type_source_value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TotalBookingPrice&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM $(QVDLocation)Booking.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Left Join (Booking)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load *, Sum(Payment_Value) as Booking.TotalBookingPrice Resident Booking Where Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Payment_type_source_value, 'RB','RD') Group By Booking_wid, Payment_Value, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Payment_type_source_value, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TotalBookingPrice;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Left Join (Booking)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load *, Sum(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Payment_Value) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;OutStadning Resident Booking Where Match(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Payment_type_source_value, 'CB', 'CD') Group By Booking_wid;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 05:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338882#M615945</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-09T05:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Complex sql calculation in qlikview scripting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338883#M615946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no this will not work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to divide the query in 2part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st part sum(payment value) where payment type source value =''RB and RD - (subtract) SUm(Payment value) where payment type source value =CB and CD groupy by booking wid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally in 2nd part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to subtract 1st part with total booking price.....to calculate uptstanding....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 05:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338883#M615946</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2017-06-09T05:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Complex sql calculation in qlikview scripting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338884#M615947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure about 2nd one, But 1st one you may need like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Booking:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load Booking_wid,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Payment_Value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Payment_type_source_value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TotalBookingPrice&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM $(QVDLocation)Booking.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Left Join&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load *, If(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Payment_type_source_value='RB' or &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Payment_type_source_value = 'RD', &lt;/STRONG&gt;&lt;/STRONG&gt;Sum(Payment_Value))-&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Payment_type_source_value='CB' or &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Payment_type_source_value = 'CD', &lt;/STRONG&gt;&lt;/STRONG&gt;Sum(Payment_Value))&lt;/STRONG&gt; as Booking.TotalBookingPrice Resident Booking &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Group By Booking_wid, Payment_Value, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Payment_type_source_value, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;TotalBookingPrice;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 05:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338884#M615947</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-09T05:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Complex sql calculation in qlikview scripting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338885#M615948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will be difficult to do as you have mixed granularity in your data and expression. Is &lt;EM&gt;Booking_wid &lt;/EM&gt;a unique key in Booking? If it is, then you can only have single payment value for each &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Booking_wid. &lt;/EM&gt;&lt;/SPAN&gt;If not, then you have multiple entries for &lt;EM&gt;TotalBookingPrice&lt;/EM&gt;; and you do not have a key for joining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Booking:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Booking_wid,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Payment_Value,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Payment_type_source_value,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; TotalBookingPrice&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM $(QVDLocation)Booking.qvd;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JOIN (Booking)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Booking_wid,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Sum(If(Match(Payment_type_source_value, 'RB', 'RD'), Payment_Value)) as SumRPayment,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Sum(If(Match(Payment_type_source_value, 'CB', 'CD'), Payment_Value)) as SumDPayment&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Booking&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By Booking_wid&lt;/EM&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JOIN (Booking)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Booking_wid&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Sum(TotalBookingPrice) + SumRPayment - SumDPayment as Outstanding&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Booking&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By Booking_wid&lt;/EM&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Fields SumRPayment, SumDPayment;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338885#M615948</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-06-09T06:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Complex sql calculation in qlikview scripting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338886#M615949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TotalBookingPrice &lt;/EM&gt;is replicated multiple times is the same for all instances of a given &lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;Booking_wid&lt;/EM&gt;, then change the last join to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;JOIN (Booking)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; Booking_wid&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;STRONG&gt;Only(TotalBookingPrice)&lt;/STRONG&gt; + SumRPayment - SumDPayment as Outstanding&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Resident Booking&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Group By Booking_wid&lt;/EM&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-sql-calculation-in-qlikview-scripting/m-p/1338886#M615949</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-06-09T06:05:22Z</dc:date>
    </item>
  </channel>
</rss>

