<?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 List on a chart table values that appear only once in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813603#M66445</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;I have a chart table with a column where I list employees and another where I list courses they have taken.&lt;BR /&gt;Employees who have not taken any course are only listed once with an empty string for the course column value.&lt;BR /&gt;&lt;BR /&gt;I want show on another chart table only the employees whose count are equal to one.&lt;BR /&gt;But I get an error when I try my solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here's my table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 547px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56438i637F41FB94364EC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there's only one employee who only appears once. That's the one employee who has not taken any courses. I want him to be the only one listed.&lt;BR /&gt;&lt;BR /&gt;I've tried putting this on the Employee field:&amp;nbsp;=if((Count(Employee) = 1), Employee)&lt;BR /&gt;But it says it's an Invalid Dimension.&lt;BR /&gt;&lt;BR /&gt;What am I doing wrong? Is my logic flawed? Please help me.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
    <dc:creator>lailarhc</dc:creator>
    <dc:date>2021-11-30T18:17:33Z</dc:date>
    <item>
      <title>List on a chart table values that appear only once</title>
      <link>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813603#M66445</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;I have a chart table with a column where I list employees and another where I list courses they have taken.&lt;BR /&gt;Employees who have not taken any course are only listed once with an empty string for the course column value.&lt;BR /&gt;&lt;BR /&gt;I want show on another chart table only the employees whose count are equal to one.&lt;BR /&gt;But I get an error when I try my solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here's my table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 547px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56438i637F41FB94364EC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there's only one employee who only appears once. That's the one employee who has not taken any courses. I want him to be the only one listed.&lt;BR /&gt;&lt;BR /&gt;I've tried putting this on the Employee field:&amp;nbsp;=if((Count(Employee) = 1), Employee)&lt;BR /&gt;But it says it's an Invalid Dimension.&lt;BR /&gt;&lt;BR /&gt;What am I doing wrong? Is my logic flawed? Please help me.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813603#M66445</guid>
      <dc:creator>lailarhc</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: List on a chart table values that appear only once</title>
      <link>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813640#M66452</link>
      <description>&lt;P&gt;Try the following as your dimension definition for your second table:&lt;/P&gt;&lt;P&gt;Aggr(Only({$&amp;lt;Employee={"=Count([Course])=1"}&amp;gt;} Employee), Employee)&lt;/P&gt;&lt;P&gt;The set analysis&amp;nbsp;{$&amp;lt;Employee={"=Count([Course])=1"} could also be used in a measure definition to limit what Employees are included.&lt;/P&gt;&lt;P&gt;Note: I did change the count object to [Course].&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813640#M66452</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-06-08T12:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: List on a chart table values that appear only once</title>
      <link>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813768#M66477</link>
      <description>&lt;P&gt;It worked! Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 22:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/List-on-a-chart-table-values-that-appear-only-once/m-p/1813768#M66477</guid>
      <dc:creator>lailarhc</dc:creator>
      <dc:date>2021-06-08T22:29:45Z</dc:date>
    </item>
  </channel>
</rss>

