<?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 Value from Part A show at Part B in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1900973#M1217736</link>
    <description>&lt;P&gt;Hello Together,&lt;/P&gt;
&lt;P&gt;I need yout help again for a Problem.&lt;/P&gt;
&lt;P&gt;I would like aggregar the Value from Part A to Part B, show like this:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25.975609756097562%" height="40px"&gt;Part&lt;/TD&gt;
&lt;TD width="24.024390243902438%" height="40px"&gt;
&lt;P&gt;Original_Value&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="25%" height="40px"&gt;Shifted_Value&lt;/TD&gt;
&lt;TD width="25%" height="40px"&gt;Total_Shift&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25.975609756097562%" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="24.024390243902438%" height="25px"&gt;15&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25.975609756097562%" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="24.024390243902438%" height="25px"&gt;23&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;15&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;38&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My idea for the solve (Total_Shift) was:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Part = B,
     sum({&amp;lt;Part={'A'}&amp;gt;}Original_Value) + sum(Orginal_Value),
     sum(Orginal_Value)
   )

And for the Shifted_Value I tried:
if(Part = B,
     sum({&amp;lt;Part={'A'}&amp;gt;}Original_Value),
     0
   )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I get only for the Part A the Values, not the other One.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&amp;nbsp;&lt;BR /&gt;Merry&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2022 07:37:59 GMT</pubDate>
    <dc:creator>merry2018</dc:creator>
    <dc:date>2022-03-04T07:37:59Z</dc:date>
    <item>
      <title>Value from Part A show at Part B</title>
      <link>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1900973#M1217736</link>
      <description>&lt;P&gt;Hello Together,&lt;/P&gt;
&lt;P&gt;I need yout help again for a Problem.&lt;/P&gt;
&lt;P&gt;I would like aggregar the Value from Part A to Part B, show like this:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25.975609756097562%" height="40px"&gt;Part&lt;/TD&gt;
&lt;TD width="24.024390243902438%" height="40px"&gt;
&lt;P&gt;Original_Value&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="25%" height="40px"&gt;Shifted_Value&lt;/TD&gt;
&lt;TD width="25%" height="40px"&gt;Total_Shift&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25.975609756097562%" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="24.024390243902438%" height="25px"&gt;15&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25.975609756097562%" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="24.024390243902438%" height="25px"&gt;23&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;15&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;38&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My idea for the solve (Total_Shift) was:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Part = B,
     sum({&amp;lt;Part={'A'}&amp;gt;}Original_Value) + sum(Orginal_Value),
     sum(Orginal_Value)
   )

And for the Shifted_Value I tried:
if(Part = B,
     sum({&amp;lt;Part={'A'}&amp;gt;}Original_Value),
     0
   )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I get only for the Part A the Values, not the other One.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&amp;nbsp;&lt;BR /&gt;Merry&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 07:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1900973#M1217736</guid>
      <dc:creator>merry2018</dc:creator>
      <dc:date>2022-03-04T07:37:59Z</dc:date>
    </item>
  </channel>
</rss>

