<?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: Showing only the lowest dimension values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2035329#M85324</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor lia-component-message-view-widget-author-username"&gt;&lt;A id="link_2" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215923" target="_self" aria-label="View Profile of lblazfer" aria-describedby="userProfileCard-215923"&gt;&lt;SPAN class=""&gt;Lblazfer&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This expression only show Field1 with the lowest value in Field2 :&lt;/P&gt;
&lt;P&gt;FirstSortedValue (Field1, Field2)&lt;/P&gt;
&lt;P&gt;This will show&amp;nbsp;Field1 with the second lowest value for Field2:&lt;/P&gt;
&lt;P&gt;FirstSortedValue (Field1, Field2, 2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to do some logic to resolve your problem, maybe this is useful&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 08:30:54 GMT</pubDate>
    <dc:creator>rui24</dc:creator>
    <dc:date>2023-02-08T08:30:54Z</dc:date>
    <item>
      <title>Showing only the lowest dimension values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2031485#M84957</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;I'm trying to implement something in my pivot table, so when one expands a dimension the pivot table only shows the lowest dimension values as follows:&lt;/P&gt;
&lt;P&gt;Before expanding dimension "Year"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lblazfer_0-1675078228696.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99140iE74DE5D38F199EBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lblazfer_0-1675078228696.png" alt="lblazfer_0-1675078228696.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After expanding the dimension "Year"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lblazfer_1-1675078321272.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99141i29354CFD10104ECD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lblazfer_1-1675078321272.png" alt="lblazfer_1-1675078321272.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to do this??&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 11:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2031485#M84957</guid>
      <dc:creator>lblazfer</dc:creator>
      <dc:date>2023-01-30T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Showing only the lowest dimension values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2035329#M85324</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor lia-component-message-view-widget-author-username"&gt;&lt;A id="link_2" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215923" target="_self" aria-label="View Profile of lblazfer" aria-describedby="userProfileCard-215923"&gt;&lt;SPAN class=""&gt;Lblazfer&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This expression only show Field1 with the lowest value in Field2 :&lt;/P&gt;
&lt;P&gt;FirstSortedValue (Field1, Field2)&lt;/P&gt;
&lt;P&gt;This will show&amp;nbsp;Field1 with the second lowest value for Field2:&lt;/P&gt;
&lt;P&gt;FirstSortedValue (Field1, Field2, 2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to do some logic to resolve your problem, maybe this is useful&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 08:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2035329#M85324</guid>
      <dc:creator>rui24</dc:creator>
      <dc:date>2023-02-08T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Showing only the lowest dimension values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2036635#M85408</link>
      <description>&lt;P&gt;Hello Lblafzer&lt;/P&gt;
&lt;P&gt;you can try with RowNo()&lt;/P&gt;
&lt;P&gt;Example;&lt;/P&gt;
&lt;P&gt;Load * inline&lt;/P&gt;
&lt;P&gt;[Year,Country,quantity,&lt;/P&gt;
&lt;P&gt;2014,Italy,5,&lt;/P&gt;
&lt;P&gt;2014, Germany,25&lt;/P&gt;
&lt;P&gt;etc]&lt;/P&gt;
&lt;P&gt;and define the measure&amp;nbsp; &amp;nbsp; if(RowNo()&amp;gt;0,sum(quantity))&lt;/P&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-only-the-lowest-dimension-values/m-p/2036635#M85408</guid>
      <dc:creator>Anna_Canepa</dc:creator>
      <dc:date>2023-02-10T16:18:17Z</dc:date>
    </item>
  </channel>
</rss>

