<?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 Keeping selected records and adding new ones to a selection... in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889304#M73264</link>
    <description>&lt;P&gt;Hi everyone -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question in regards to selecting records in a table visualization.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Is there a way to accomplish the following :&lt;/P&gt;
&lt;P&gt;For example - I sheet with a couple of filters and a table visualization displaying product name and other information about the product (simple).&amp;nbsp; Say there is 1000 products.&lt;/P&gt;
&lt;P&gt;Using the filter "Product name", the user filters on the product name "Wood Table" and the table visualization displays 50 products (50 lines) in the selection.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the user wants to select more products and NOT lose the result set of the 50 "Wood Tables".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a way to accomplish this ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For example, now the user wants to select Product name "Red Chair" in which there is 25 red chairs. Therefore the total result set is 75 products.&lt;/P&gt;
&lt;P&gt;I have been doing some research - maybe alternate states ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure - any insight would be helpful - thanks so much - Jerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Feb 2022 16:45:11 GMT</pubDate>
    <dc:creator>jerryr125</dc:creator>
    <dc:date>2022-02-04T16:45:11Z</dc:date>
    <item>
      <title>Keeping selected records and adding new ones to a selection...</title>
      <link>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889304#M73264</link>
      <description>&lt;P&gt;Hi everyone -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question in regards to selecting records in a table visualization.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Is there a way to accomplish the following :&lt;/P&gt;
&lt;P&gt;For example - I sheet with a couple of filters and a table visualization displaying product name and other information about the product (simple).&amp;nbsp; Say there is 1000 products.&lt;/P&gt;
&lt;P&gt;Using the filter "Product name", the user filters on the product name "Wood Table" and the table visualization displays 50 products (50 lines) in the selection.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the user wants to select more products and NOT lose the result set of the 50 "Wood Tables".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a way to accomplish this ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For example, now the user wants to select Product name "Red Chair" in which there is 25 red chairs. Therefore the total result set is 75 products.&lt;/P&gt;
&lt;P&gt;I have been doing some research - maybe alternate states ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure - any insight would be helpful - thanks so much - Jerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 16:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889304#M73264</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2022-02-04T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping selected records and adding new ones to a selection...</title>
      <link>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889381#M73268</link>
      <description>&lt;P&gt;I think my answer may by with alternate states...&lt;/P&gt;
&lt;P&gt;This is what I am looking to do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="gmail-video-url-fadeable gmail-style-scope gmail-ytcp-video-info"&gt;&lt;A class="gmail-style-scope gmail-ytcp-video-info" href="https://youtu.be/gS4XWmE4JX0" target="_blank" rel="noopener"&gt;https://youtu.be/gS4XWmE4JX0 &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 21:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889381#M73268</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2022-02-04T21:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping selected records and adding new ones to a selection...</title>
      <link>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889384#M73269</link>
      <description>&lt;P&gt;use an expression to exclude your selection on salesID in your first table:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;salesID= &amp;gt;}QuantitySold)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 21:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889384#M73269</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2022-02-04T21:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping selected records and adding new ones to a selection...</title>
      <link>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889452#M73272</link>
      <description>&lt;P&gt;Hi - I am working on a solution using extensions - stay tuned - Jerry&lt;/P&gt;</description>
      <pubDate>Sat, 05 Feb 2022 13:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/1889452#M73272</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2022-02-05T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping selected records and adding new ones to a selection...</title>
      <link>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/2138207#M92506</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24530"&gt;@jerryr125&lt;/a&gt;&amp;nbsp;Did you ever find a solution for this? I watched your video explaining the objective and I am looking to do the same.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keeping-selected-records-and-adding-new-ones-to-a-selection/m-p/2138207#M92506</guid>
      <dc:creator>JeffMelon</dc:creator>
      <dc:date>2023-11-15T21:46:24Z</dc:date>
    </item>
  </channel>
</rss>

