<?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: Select alternative values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134732#M92210</link>
    <description>&lt;P&gt;G'day&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246588"&gt;@sevvalk&lt;/a&gt;, I have two suggestions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a bookmark - you need to make the selections the first time and then save them as a bookmark. After this, you can just use the bookmark. You can also make the bookmark public for other users to access.&lt;/LI&gt;
&lt;LI&gt;A better solution (IMO) is to use a spreadsheet:
&lt;OL&gt;
&lt;LI&gt;type the 50 codes into a speadsheet&lt;/LI&gt;
&lt;LI&gt;in the load script, load the spreadsheet into a mapping table&lt;/LI&gt;
&lt;LI&gt;use applymap() to create a new field in the main table, e.g. [Special Codes] = Yes/No&lt;/LI&gt;
&lt;LI&gt;add the [Special Codes] as a filter on the page&lt;/LI&gt;
&lt;LI&gt;if a new code needs to be added to the list then edit the spreadsheet and reload the app&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I hope this helps. Cheers, Barnaby.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Nov 2023 20:44:07 GMT</pubDate>
    <dc:creator>barnabyd</dc:creator>
    <dc:date>2023-11-05T20:44:07Z</dc:date>
    <item>
      <title>Select alternative values</title>
      <link>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134704#M92206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My data belongs to a company that produces to order. Each product ordered has a stock code. I want to easily filter some of these stock codes with a button. There are approximately 2000 product codes. I want to filter out the ones I do not want to appear among these product codes. The ones I don't want to be seen are approximately 50. Is there a button feature where I can select these 50 product codes and filter their alternatives? I don't want the person using the report to have to type these 50 product codes every time.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134704#M92206</guid>
      <dc:creator>sevvalk</dc:creator>
      <dc:date>2024-11-15T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select alternative values</title>
      <link>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134718#M92207</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;One of the ways would be to create a on time bookmark for those 50 Products.&lt;/P&gt;
&lt;P&gt;Apply bookmark to select those 50 Products.&lt;/P&gt;
&lt;P&gt;Use a Qliksense button to Select &lt;STRONG&gt;Excluded/Alternatives&amp;nbsp;&lt;/STRONG&gt;values. This will exclude 50 values from your bookmark and select remaining.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AshutoshBhumkar_2-1699192129305.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/119367i7414471A37E813C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AshutoshBhumkar_2-1699192129305.png" alt="AshutoshBhumkar_2-1699192129305.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 13:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134718#M92207</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2023-11-05T13:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select alternative values</title>
      <link>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134723#M92208</link>
      <description>&lt;P&gt;You can use "Compound Search" for a "Select Values in a Field" Action.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;(*^(AA10|BB20|FHR5))&lt;/P&gt;
&lt;P&gt;means: select all values except the values AA10, BB20 and FHR5.&lt;/P&gt;
&lt;P&gt;&lt;A title="Compound Search" href="https://community.qlik.com/t5/QlikView-Documents/Compound-Search-demystified/ta-p/1494410" target="_blank" rel="noopener"&gt;Compound Search - demystified&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 15:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134723#M92208</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2023-11-05T15:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select alternative values</title>
      <link>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134732#M92210</link>
      <description>&lt;P&gt;G'day&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246588"&gt;@sevvalk&lt;/a&gt;, I have two suggestions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a bookmark - you need to make the selections the first time and then save them as a bookmark. After this, you can just use the bookmark. You can also make the bookmark public for other users to access.&lt;/LI&gt;
&lt;LI&gt;A better solution (IMO) is to use a spreadsheet:
&lt;OL&gt;
&lt;LI&gt;type the 50 codes into a speadsheet&lt;/LI&gt;
&lt;LI&gt;in the load script, load the spreadsheet into a mapping table&lt;/LI&gt;
&lt;LI&gt;use applymap() to create a new field in the main table, e.g. [Special Codes] = Yes/No&lt;/LI&gt;
&lt;LI&gt;add the [Special Codes] as a filter on the page&lt;/LI&gt;
&lt;LI&gt;if a new code needs to be added to the list then edit the spreadsheet and reload the app&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I hope this helps. Cheers, Barnaby.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 20:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134732#M92210</guid>
      <dc:creator>barnabyd</dc:creator>
      <dc:date>2023-11-05T20:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select alternative values</title>
      <link>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134775#M92218</link>
      <description>&lt;P&gt;I solved it by first selecting the values I wanted and then giving the select alternatives command for that column.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 04:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-alternative-values/m-p/2134775#M92218</guid>
      <dc:creator>sevvalk</dc:creator>
      <dc:date>2023-11-06T04:42:00Z</dc:date>
    </item>
  </channel>
</rss>

