<?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: Create a Table of Unique Strings in a Column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-a-Table-of-Unique-Strings-in-a-Column/m-p/1629192#M46853</link>
    <description>&lt;P&gt;Take a look at my example below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Baskets:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Owner, Fruit_Basket_Column&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Vegar, "Apple, Orange, Banana"&lt;/P&gt;&lt;P&gt;Rob, Kiwi&lt;/P&gt;&lt;P&gt;Hannah, "Orange, Apple"&lt;/P&gt;&lt;P&gt;Arvind, "Banana, Kiwi"&lt;/P&gt;&lt;P&gt;Siw, Apple];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired_Table:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Fruit_Basket_Column,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Subfield(Fruit_Basket_Column,&amp;nbsp; ',') as Fruit&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Resident Baskets;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 17:40:39 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-09-27T17:40:39Z</dc:date>
    <item>
      <title>Create a Table of Unique Strings in a Column</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-Table-of-Unique-Strings-in-a-Column/m-p/1629182#M46851</link>
      <description>&lt;P&gt;My data structure is like so:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Fruit_Basket_Column&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Apple, Orange, Banana&lt;/P&gt;&lt;P&gt;Kiwi&lt;/P&gt;&lt;P&gt;Orange, Apple&lt;/P&gt;&lt;P&gt;Banana, Kiwi&lt;/P&gt;&lt;P&gt;Apple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I would like to create a new table that,&amp;nbsp;given the Fruit_Basket_Column as an input, only&amp;nbsp;displays unique strings (fruit, separated by commas above, though some baskets contain multiple fruit). My desired output is like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desired_Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Apple&lt;/P&gt;&lt;P&gt;Orange&lt;/P&gt;&lt;P&gt;Banana&lt;/P&gt;&lt;P&gt;Kiwi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this table created, the app user could select one or multiple of these fruits, and the resulting plots, etc. would build by only retaining observations which contain at least one of&amp;nbsp;the selected fruit/s in the Fruit_Basket_Column (irrespective of whether these baskets contain other fruits). Ideally I'd like to accomplish this in the table 'dimension' function, perhaps a combinations of 'Contains' and some string function?? Help! Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-Table-of-Unique-Strings-in-a-Column/m-p/1629182#M46851</guid>
      <dc:creator>ARicha05</dc:creator>
      <dc:date>2024-11-16T19:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Table of Unique Strings in a Column</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-Table-of-Unique-Strings-in-a-Column/m-p/1629192#M46853</link>
      <description>&lt;P&gt;Take a look at my example below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Baskets:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Owner, Fruit_Basket_Column&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Vegar, "Apple, Orange, Banana"&lt;/P&gt;&lt;P&gt;Rob, Kiwi&lt;/P&gt;&lt;P&gt;Hannah, "Orange, Apple"&lt;/P&gt;&lt;P&gt;Arvind, "Banana, Kiwi"&lt;/P&gt;&lt;P&gt;Siw, Apple];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired_Table:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Fruit_Basket_Column,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Subfield(Fruit_Basket_Column,&amp;nbsp; ',') as Fruit&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Resident Baskets;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-Table-of-Unique-Strings-in-a-Column/m-p/1629192#M46853</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-27T17:40:39Z</dc:date>
    </item>
  </channel>
</rss>

