<?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: 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/1901127#M1217746</link>
    <description>&lt;P&gt;Use the following in a table:&lt;/P&gt;&lt;P&gt;Dimension: Parts&lt;BR /&gt;Measure1: Sum(Value) - Label it 'Value'&lt;BR /&gt;Measure2: Above(Sum(Value)) - Label it 'Shifted'&lt;BR /&gt;Measure3: RangeSum(Sum(Value),Above(Sum(Value))) - Label it 'Total'&lt;/P&gt;&lt;P&gt;Sort by Dimension.&lt;/P&gt;&lt;P&gt;Now, the question is what you want for Part C? If you want a full accumulation, you can do a&lt;/P&gt;&lt;P&gt;RangeSum(Sum(Value),Above(Accumulation)) - Label it 'Accumulation'&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2022 11:55:59 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2022-03-04T11:55: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/1901005#M1217738</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 will aggregar the Value from Part A on the topic from 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%"&gt;Parts&lt;/TD&gt;
&lt;TD width="25%"&gt;Value&lt;/TD&gt;
&lt;TD width="25%"&gt;Shifted&lt;/TD&gt;
&lt;TD width="25%"&gt;Total&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;A&lt;/TD&gt;
&lt;TD width="25%"&gt;15&lt;/TD&gt;
&lt;TD width="25%"&gt;0&lt;/TD&gt;
&lt;TD width="25%"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;B&lt;/TD&gt;
&lt;TD width="25%"&gt;23&lt;/TD&gt;
&lt;TD width="25%"&gt;15&lt;/TD&gt;
&lt;TD width="25%"&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;I tried to do it like that at Shifted:&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;}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;&amp;nbsp; At Total I like to take some how that:&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;}Value) + sum(Value),
   sum(Value)
  )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can it work, that I see the right Shift and Sum and not 0 at B.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Merry&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 08:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1901005#M1217738</guid>
      <dc:creator>merry2018</dc:creator>
      <dc:date>2022-03-04T08:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: 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/1901127#M1217746</link>
      <description>&lt;P&gt;Use the following in a table:&lt;/P&gt;&lt;P&gt;Dimension: Parts&lt;BR /&gt;Measure1: Sum(Value) - Label it 'Value'&lt;BR /&gt;Measure2: Above(Sum(Value)) - Label it 'Shifted'&lt;BR /&gt;Measure3: RangeSum(Sum(Value),Above(Sum(Value))) - Label it 'Total'&lt;/P&gt;&lt;P&gt;Sort by Dimension.&lt;/P&gt;&lt;P&gt;Now, the question is what you want for Part C? If you want a full accumulation, you can do a&lt;/P&gt;&lt;P&gt;RangeSum(Sum(Value),Above(Accumulation)) - Label it 'Accumulation'&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 11:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1901127#M1217746</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-03-04T11:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: 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/1901130#M1217747</link>
      <description>&lt;P&gt;hat I thougth as well, but that not working, because I have 3 Parts and 2 of them sould geht the Value from the 3th one.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;get the Value A + C&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;get the Value B + C&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;get the Value&amp;nbsp; C&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 04 Mar 2022 12:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1901130#M1217747</guid>
      <dc:creator>merry2018</dc:creator>
      <dc:date>2022-03-04T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: 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/1901173#M1217748</link>
      <description>&lt;P&gt;You need to clarify the logic. What you write in the last comment is not the same as the original question.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 12:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1901173#M1217748</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-03-04T12:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: 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/1901672#M1217766</link>
      <description>&lt;P&gt;There is not realy a logic, because there are 3 different Parts and one will get only the own Value and the other two sould get there own Value and that vrom the first one (in the Example above it is from Part C).&lt;/P&gt;
&lt;P&gt;Is the logic importen, if there not more then they 3 it is just that Variant, how I discribe.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 08:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-from-Part-A-show-at-Part-B/m-p/1901672#M1217766</guid>
      <dc:creator>merry2018</dc:creator>
      <dc:date>2022-03-07T08:28:58Z</dc:date>
    </item>
  </channel>
</rss>

