<?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 Distinct Values of a Field in Text Objects in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Distinct-Values-of-a-Field-in-Text-Objects/m-p/1639386#M47666</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement wherein every Division has 3 Different Departments&lt;/P&gt;&lt;P&gt;So when i Select a Division I want to Display each of the Department Names in Separate Text Boxes , I tried to do this using FirstSortedValue but it Does not work as it needs a numeric Sort weight is there a way to get the distinct Department names in seperate list boxes&lt;/P&gt;&lt;P&gt;Attached Sample app for reference&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 09:37:09 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2019-10-24T09:37:09Z</dc:date>
    <item>
      <title>Distinct Values of a Field in Text Objects</title>
      <link>https://community.qlik.com/t5/App-Development/Distinct-Values-of-a-Field-in-Text-Objects/m-p/1639386#M47666</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement wherein every Division has 3 Different Departments&lt;/P&gt;&lt;P&gt;So when i Select a Division I want to Display each of the Department Names in Separate Text Boxes , I tried to do this using FirstSortedValue but it Does not work as it needs a numeric Sort weight is there a way to get the distinct Department names in seperate list boxes&lt;/P&gt;&lt;P&gt;Attached Sample app for reference&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Distinct-Values-of-a-Field-in-Text-Objects/m-p/1639386#M47666</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-10-24T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Values of a Field in Text Objects</title>
      <link>https://community.qlik.com/t5/App-Development/Distinct-Values-of-a-Field-in-Text-Objects/m-p/1639439#M47670</link>
      <description>&lt;P&gt;Try these expressions&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=SubField(Concat(DISTINCT Dept, ','), ',', 1)
=SubField(Concat(DISTINCT Dept, ','), ',', 2)
=SubField(Concat(DISTINCT Dept, ','), ',', 3)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 24 Oct 2019 11:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Distinct-Values-of-a-Field-in-Text-Objects/m-p/1639439#M47670</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-24T11:11:45Z</dc:date>
    </item>
  </channel>
</rss>

