<?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: Reuse a Calculation in a QVD Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184331#M383374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. More to my issue at hand, I didn't realize you could "stack" preceding loads, which is exactly what I needed here. It's best not to get carried away, of course, but it's a perfect fit here. Thanks again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 13:39:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-15T13:39:43Z</dc:date>
    <item>
      <title>Reuse a Calculation in a QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184328#M383371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this hypothetical scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c,&lt;/P&gt;&lt;P&gt;d * e / f + g - h as UglyCalculation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;y,&lt;/P&gt;&lt;P&gt;z&lt;/P&gt;&lt;P&gt;from My.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to reuse UglyCalculation and would rather not repeat it everywhere. Is there a way to reference it by alias in further calculations in the same load? I need (for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UglyCalculation / x as x1,&lt;/P&gt;&lt;P&gt;UglyCalculation * y as y1,&lt;/P&gt;&lt;P&gt;z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that won't work, of course. Can it be managed somehow with a second LOAD statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 14:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184328#M383371</guid>
      <dc:creator />
      <dc:date>2016-09-14T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reuse a Calculation in a QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184329#M383372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be check this out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/variables-parameters-load-script/" title="https://www.quickintelligence.co.uk/variables-parameters-load-script/"&gt;https://www.quickintelligence.co.uk/variables-parameters-load-script/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 14:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184329#M383372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-14T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reuse a Calculation in a QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184330#M383373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Use preceding load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;UglyCalculation / x as x1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;UglyCalculation * y as y1;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;a,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;b,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;c,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;d * e / f + g - h as UglyCalculation,&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: #000000;"&gt;x,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;y,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;z&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;from My.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 14:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184330#M383373</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-09-14T14:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reuse a Calculation in a QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184331#M383374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. More to my issue at hand, I didn't realize you could "stack" preceding loads, which is exactly what I needed here. It's best not to get carried away, of course, but it's a perfect fit here. Thanks again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reuse-a-Calculation-in-a-QVD-Load/m-p/1184331#M383374</guid>
      <dc:creator />
      <dc:date>2016-09-15T13:39:43Z</dc:date>
    </item>
  </channel>
</rss>

