<?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: Get all material IDs of all salesorders containing a specific material ID in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798174#M64583</link>
    <description>&lt;P&gt;1-$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this in set analysis&lt;/P&gt;&lt;P&gt;it will remove Selected from All values&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 00:48:42 GMT</pubDate>
    <dc:creator>Channa</dc:creator>
    <dc:date>2021-04-09T00:48:42Z</dc:date>
    <item>
      <title>Get all material IDs of all salesorders containing a specific material ID</title>
      <link>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798154#M64580</link>
      <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;&lt;P&gt;i'm struggling with the following requirement.&lt;/P&gt;&lt;P&gt;I have a straight table with salesorder-id, material-id and quantity.&lt;/P&gt;&lt;P&gt;The requested feature is to select a material-id and to show which other material-IDs have been sold together with the selected material-ID over all salesorders, the sum of the sold units per material-ID and the appropriate salesorder-id. In the result the selected material-ID should be ignored.&lt;/P&gt;&lt;P&gt;So in other words. Search all salesorders with the selected material-ID, gather the additional material-ids sold with the selected salesorders and show the sum of the quantity.&lt;/P&gt;&lt;P&gt;Any ideas how to achieve this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tino&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 21:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798154#M64580</guid>
      <dc:creator>Tino</dc:creator>
      <dc:date>2021-04-08T21:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get all material IDs of all salesorders containing a specific material ID</title>
      <link>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798174#M64583</link>
      <description>&lt;P&gt;1-$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this in set analysis&lt;/P&gt;&lt;P&gt;it will remove Selected from All values&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 00:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798174#M64583</guid>
      <dc:creator>Channa</dc:creator>
      <dc:date>2021-04-09T00:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get all material IDs of all salesorders containing a specific material ID</title>
      <link>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798198#M64585</link>
      <description>&lt;P&gt;Set Functions P() and E() are your friends here.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum(quantity)&amp;nbsp; // for current material-id selection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;[material-id]=&amp;gt;}quantity)&amp;nbsp; // ignoring material-id selection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;[&lt;SPAN&gt;salesorder-id]=P([salesorder-id]), [&lt;/SPAN&gt;material-id]=&amp;gt;}quantity)&amp;nbsp; //All material ids for all currently associated&amp;nbsp;&lt;SPAN&gt;salesorder-id&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({&amp;lt;[&lt;SPAN&gt;salesorder-id]=P([salesorder-id]), [material-id]=E([&lt;/SPAN&gt;material-id])&amp;gt;}quantity)&amp;nbsp; // all currently associated&lt;SPAN&gt;salesorder-id&lt;/SPAN&gt;, excluding selected material-ids&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 04:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798198#M64585</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-09T04:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get all material IDs of all salesorders containing a specific material ID</title>
      <link>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798213#M64588</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;!This was the solution.&lt;/P&gt;&lt;P&gt;Wish you a nice weenend.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Tino&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 06:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-all-material-IDs-of-all-salesorders-containing-a-specific/m-p/1798213#M64588</guid>
      <dc:creator>Tino</dc:creator>
      <dc:date>2021-04-09T06:35:38Z</dc:date>
    </item>
  </channel>
</rss>

