<?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 Get unique values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597143#M44153</link>
    <description>&lt;P&gt;Good morning everyone, I know that there are similar topics, but in no way did I find a solution to this question, which although it seems simple is giving me problems.&lt;/P&gt;&lt;P&gt;Summing up. I have two tables. In a table has C_ID (referring to the courses that a university has). In the other table there is the Anolectiv (referring to the period in question 2016/2017, 2017/2018 ... etc) what I wanted to count the number of new courses. That is to say only in the courses that are only associated with the last period. I have experimented with several formulas of set analysis. But I can never get only the new courses.&lt;/P&gt;&lt;P&gt;Can anyone give me an idea?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:33:39 GMT</pubDate>
    <dc:creator>Afernandes</dc:creator>
    <dc:date>2024-11-16T20:33:39Z</dc:date>
    <item>
      <title>Get unique values</title>
      <link>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597143#M44153</link>
      <description>&lt;P&gt;Good morning everyone, I know that there are similar topics, but in no way did I find a solution to this question, which although it seems simple is giving me problems.&lt;/P&gt;&lt;P&gt;Summing up. I have two tables. In a table has C_ID (referring to the courses that a university has). In the other table there is the Anolectiv (referring to the period in question 2016/2017, 2017/2018 ... etc) what I wanted to count the number of new courses. That is to say only in the courses that are only associated with the last period. I have experimented with several formulas of set analysis. But I can never get only the new courses.&lt;/P&gt;&lt;P&gt;Can anyone give me an idea?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597143#M44153</guid>
      <dc:creator>Afernandes</dc:creator>
      <dc:date>2024-11-16T20:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get unique values</title>
      <link>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597156#M44155</link>
      <description>&lt;P&gt;Assuming the periods are string values, then something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Period = {'$(=MaxString(Period))'}&amp;gt; 
   - &amp;lt;Period -= {'$(=MaxString(Period))'}&amp;gt;} 
Distinct C_ID)&lt;/LI-CODE&gt;&lt;P&gt;Its a little simpler if the periods are numerics or duals. To prevent this responding to selections, just add a 1&amp;lt;...&amp;gt; to the two qualifier clauses:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({1&amp;lt;Period = {'$(=MaxString(Period))'}&amp;gt; 
   - 1&amp;lt;Period -= {'$(=MaxString(Period))'}&amp;gt;} 
Distinct C_ID)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 28 Jun 2019 09:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597156#M44155</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-06-28T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get unique values</title>
      <link>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597170#M44156</link>
      <description>&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Solved my problem&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 10:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-unique-values/m-p/1597170#M44156</guid>
      <dc:creator>Afernandes</dc:creator>
      <dc:date>2019-06-28T10:30:52Z</dc:date>
    </item>
  </channel>
</rss>

