<?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 Use joined columne for further calculations after Join in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842760#M9613</link>
    <description>&lt;P&gt;Dear Community!&lt;/P&gt;&lt;P&gt;First of all i want to thank you for you time and efforts and want to let you know that i am new to this community and don't know the traditions/practicies yet, so please, if i am missbehaving in any form, don't hesitate to give me feedback or let me know, which information are essential for helping me.&lt;/P&gt;&lt;P&gt;Unfortunately, i do have a problem (obviously):&lt;/P&gt;&lt;P&gt;I going to create a dasbord for our sales activities and therefore have joined two fact tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, i want to make further calculations with the new columne but QlikSense shows an error and indiacted that the columne "DeliveredQuantity" couldn't be found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will show you my statement:&lt;/P&gt;&lt;P&gt;ORDERPOSITION:&lt;BR /&gt;LOAD&lt;BR /&gt;AUFK_NR&amp;amp;'|'&amp;amp;FIRM_NR as %AUFK,&lt;BR /&gt;(FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR) AS %AUFPdelivered,&lt;BR /&gt;AUFP_NR,&lt;BR /&gt;ART_NR as %ART_NR,&lt;BR /&gt;ART_NR,&lt;BR /&gt;(AUFP_PREIS2/AUFP_PEHFAKTOR/AUFP_PREISFAKTOR)*&lt;FONT color="#FF0000"&gt;DeliveredQuantity&lt;/FONT&gt; AS TurnoverOrderPosition,&lt;/P&gt;&lt;P&gt;FROM [lib://QVD/HKTRS2_V_AUFP.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEFT JOIN (ORDERPOSITION)&lt;BR /&gt;LOAD (FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR) AS %AUFPdelivered,&lt;BR /&gt;AUFL_MENGE AS &lt;FONT color="#FF0000"&gt;DeliveredQuantity&lt;/FONT&gt;&lt;BR /&gt;FROM [lib://QVD/HKTRS2_V_AUFL.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me, where do i have the problem, respectively what i need to consider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your efforts and all the best&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Wed, 06 Oct 2021 09:44:56 GMT</pubDate>
    <dc:creator>Porto</dc:creator>
    <dc:date>2021-10-06T09:44:56Z</dc:date>
    <item>
      <title>Use joined columne for further calculations after Join</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842760#M9613</link>
      <description>&lt;P&gt;Dear Community!&lt;/P&gt;&lt;P&gt;First of all i want to thank you for you time and efforts and want to let you know that i am new to this community and don't know the traditions/practicies yet, so please, if i am missbehaving in any form, don't hesitate to give me feedback or let me know, which information are essential for helping me.&lt;/P&gt;&lt;P&gt;Unfortunately, i do have a problem (obviously):&lt;/P&gt;&lt;P&gt;I going to create a dasbord for our sales activities and therefore have joined two fact tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, i want to make further calculations with the new columne but QlikSense shows an error and indiacted that the columne "DeliveredQuantity" couldn't be found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will show you my statement:&lt;/P&gt;&lt;P&gt;ORDERPOSITION:&lt;BR /&gt;LOAD&lt;BR /&gt;AUFK_NR&amp;amp;'|'&amp;amp;FIRM_NR as %AUFK,&lt;BR /&gt;(FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR) AS %AUFPdelivered,&lt;BR /&gt;AUFP_NR,&lt;BR /&gt;ART_NR as %ART_NR,&lt;BR /&gt;ART_NR,&lt;BR /&gt;(AUFP_PREIS2/AUFP_PEHFAKTOR/AUFP_PREISFAKTOR)*&lt;FONT color="#FF0000"&gt;DeliveredQuantity&lt;/FONT&gt; AS TurnoverOrderPosition,&lt;/P&gt;&lt;P&gt;FROM [lib://QVD/HKTRS2_V_AUFP.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEFT JOIN (ORDERPOSITION)&lt;BR /&gt;LOAD (FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR) AS %AUFPdelivered,&lt;BR /&gt;AUFL_MENGE AS &lt;FONT color="#FF0000"&gt;DeliveredQuantity&lt;/FONT&gt;&lt;BR /&gt;FROM [lib://QVD/HKTRS2_V_AUFL.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me, where do i have the problem, respectively what i need to consider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your efforts and all the best&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 09:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842760#M9613</guid>
      <dc:creator>Porto</dc:creator>
      <dc:date>2021-10-06T09:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use joined columne for further calculations after Join</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842800#M9614</link>
      <description>&lt;P&gt;It are two separate loads and within the first load the field&amp;nbsp;&lt;SPAN&gt;DeliveredQuantity&lt;/SPAN&gt;&amp;nbsp;didn't exists and therefore the load failed. This means you need another following load to access this additional field.&lt;/P&gt;&lt;P&gt;An alternatively to your join approach may be to use a mapping, maybe like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;m: mapping&lt;/STRONG&gt; LOAD (FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AUFL_MENGE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://QVD/HKTRS2_V_AUFL.qvd]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ORDERPOSITION:&lt;BR /&gt;LOAD&lt;BR /&gt;AUFK_NR&amp;amp;'|'&amp;amp;FIRM_NR as %AUFK,&lt;BR /&gt;(FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR) AS %AUFPdelivered,&lt;BR /&gt;AUFP_NR,&lt;BR /&gt;ART_NR as %ART_NR,&lt;BR /&gt;ART_NR,&lt;BR /&gt;(AUFP_PREIS2/AUFP_PEHFAKTOR/AUFP_PREISFAKTOR) *&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;applymap('m',&amp;nbsp;FIRM_NR&amp;amp;'|'&amp;amp;AUFK_NR&amp;amp;'|'&amp;amp;AUFP_NR, 0)&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;AS TurnoverOrderPosition,&lt;BR /&gt;FROM [lib://QVD/HKTRS2_V_AUFP.qvd] (qvd);&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 10:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842800#M9614</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-10-06T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use joined columne for further calculations after Join</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842829#M9615</link>
      <description>&lt;P&gt;Dear Marcus!&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;I have tried your mapping recommodation and it worked well!&lt;/P&gt;&lt;P&gt;all the best&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 11:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-joined-columne-for-further-calculations-after-Join/m-p/1842829#M9615</guid>
      <dc:creator>Porto</dc:creator>
      <dc:date>2021-10-06T11:18:36Z</dc:date>
    </item>
  </channel>
</rss>

