<?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: Show only first values of a dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994281#M82297</link>
    <description>&lt;P&gt;I&amp;nbsp; found this function, yes, but I don't know how to implement it in my case because it is an aggregate function and here I have string values.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 07:21:16 GMT</pubDate>
    <dc:creator>LearnFreak</dc:creator>
    <dc:date>2022-10-19T07:21:16Z</dc:date>
    <item>
      <title>Show only first values of a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994279#M82295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a Straight Table where I have categories per employee. I have 1 column CATEGORY and several values for this column (Category 1 a, Category 1 b, Category 1 c, Category 2 a,&amp;nbsp; Category 2 b, Category 3 a, Category 4 b,&amp;nbsp; Category 4 c etc).&lt;/P&gt;
&lt;P&gt;I need to show all the values but only of the highest category per employee. Category 1 being the highest and Category 6 being the lowest category.&lt;/P&gt;
&lt;P&gt;Have you ever had a case like this?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 07:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994279#M82295</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-10-19T07:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show only first values of a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994280#M82296</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Check this function:&amp;nbsp;&amp;nbsp;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/BasicAggregationFunctions/firstsortedvalue.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/BasicAggregationFunctions/firstsortedvalue.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 07:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994280#M82296</guid>
      <dc:creator>Sebastian_P</dc:creator>
      <dc:date>2022-10-19T07:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show only first values of a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994281#M82297</link>
      <description>&lt;P&gt;I&amp;nbsp; found this function, yes, but I don't know how to implement it in my case because it is an aggregate function and here I have string values.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 07:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994281#M82297</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-10-19T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show only first values of a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994290#M82302</link>
      <description>&lt;P&gt;Not sure what You expect but maybe this will help (make a table with this 3 columns):&lt;/P&gt;
&lt;P&gt;Employee,&amp;nbsp;&lt;SPAN&gt;firstsortedvalue (CATEGORY, mid(CATEGORY,10,1)),&amp;nbsp;firstsortedvalue (CATEGORY, -mid(CATEGORY,10,1))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do You want to get 2 columns? Employee, Category (only min and max).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 07:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994290#M82302</guid>
      <dc:creator>Sebastian_P</dc:creator>
      <dc:date>2022-10-19T07:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show only first values of a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994361#M82310</link>
      <description>&lt;P&gt;I need to show only the highest Category, for example if an employee has values for all categories I need to show only Category 1 values, if Category 1 is zero then I need to show all values of Category 2 etc....&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 09:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-first-values-of-a-dimension/m-p/1994361#M82310</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-10-19T09:25:09Z</dc:date>
    </item>
  </channel>
</rss>

