<?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: Use calculated Dimension in the same LOAD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549380#M597523</link>
    <description>&lt;P&gt;Do it in a preceding load&lt;/P&gt;&lt;PRE&gt;temp_B:
&lt;FONT color="#FF0000"&gt;LOAD *,
     dimension _1 * dimension_3;&lt;/FONT&gt;
LOAD
     dimension_1,
     dimension_2,
     dimension_1 + dimension_2 as dimension_3
RESIDENT temp_A;&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Feb 2019 17:30:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-02-26T17:30:54Z</dc:date>
    <item>
      <title>Use calculated Dimension in the same LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549360#M597521</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am&amp;nbsp;&lt;/SPAN&gt;new in QlikView. Yet I have experience in R using the tidyverse&amp;nbsp;library.&lt;/P&gt;&lt;P&gt;I have this code&lt;/P&gt;&lt;P&gt;temp_B:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;dimension_1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;dimension_2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;dimension_1 + dimension_2 as dimension_3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;dimension _1 * dimension_3&lt;/P&gt;&lt;P&gt;RESIDENT temp_A;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem arises when I try to use&amp;nbsp;dimension_3&amp;nbsp; to multiply dimension_1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen other codes where people usually do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; dimension _1 *(dimension _1&amp;nbsp; + dimension _2)&lt;/P&gt;&lt;P&gt;However, when calculations are too big I would rather use my way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549360#M597521</guid>
      <dc:creator>Dennis_Aguilar</dc:creator>
      <dc:date>2024-11-16T04:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated Dimension in the same LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549380#M597523</link>
      <description>&lt;P&gt;Do it in a preceding load&lt;/P&gt;&lt;PRE&gt;temp_B:
&lt;FONT color="#FF0000"&gt;LOAD *,
     dimension _1 * dimension_3;&lt;/FONT&gt;
LOAD
     dimension_1,
     dimension_2,
     dimension_1 + dimension_2 as dimension_3
RESIDENT temp_A;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549380#M597523</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-26T17:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated Dimension in the same LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549397#M597526</link>
      <description>&lt;P&gt;THANK YOU!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549397#M597526</guid>
      <dc:creator>Dennis_Aguilar</dc:creator>
      <dc:date>2019-02-26T17:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated Dimension in the same LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549601#M597528</link>
      <description>Mark it as a correct ans please</description>
      <pubDate>Wed, 27 Feb 2019 06:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-Dimension-in-the-same-LOAD/m-p/1549601#M597528</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T06:40:00Z</dc:date>
    </item>
  </channel>
</rss>

