<?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: Table Column Fixed Number Limitation TIE BREAKER in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1664239#M49967</link>
    <description>&lt;P&gt;You could probably configure the limitation via the fixed value expression but I think you'd end up likely using the Rank function in that to get what you want, so it would be simpler to just use the Rank function which will give you more flexibility. Your measure would be something like:&lt;/P&gt;&lt;P&gt;if(rank([Non-compliant tickets],2) &amp;lt; 6, [Non-compliant tickets], null())&lt;/P&gt;&lt;P&gt;and uncheck Add-ons -&amp;gt; Data Handling -&amp;gt; include zero values.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2020 20:47:25 GMT</pubDate>
    <dc:creator>Rodj</dc:creator>
    <dc:date>2020-01-09T20:47:25Z</dc:date>
    <item>
      <title>Table Column Fixed Number Limitation TIE BREAKER</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1663844#M49920</link>
      <description>&lt;P&gt;I have a table where I want to show the top 5, but there are ties.&amp;nbsp; Qlik Sense still returns 5, but there is no discernible logic to how it breaks the tie for the 5th spot.&amp;nbsp; See screenshot.&amp;nbsp; Is there a way to configure this to show all ties, even if the top 5 actually ends up being a top 9 with the ties included?&amp;nbsp; THANKS!!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik Sense Column Limitation TIES.PNG" style="width: 691px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26564iF0E24D5C0FB218D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik Sense Column Limitation TIES.PNG" alt="Qlik Sense Column Limitation TIES.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1663844#M49920</guid>
      <dc:creator>jdean1012</dc:creator>
      <dc:date>2024-11-16T19:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column Fixed Number Limitation TIE BREAKER</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1663848#M49921</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80778"&gt;@jdean1012&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I assume you are using the Rank function for this? Have you seen&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Tie-Breaker-in-Rank-Function/m-p/1157385" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Tie-Breaker-in-Rank-Function/m-p/1157385&lt;/A&gt;? It might point you in the right direction.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 23:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1663848#M49921</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2020-01-08T23:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column Fixed Number Limitation TIE BREAKER</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1664109#M49950</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88402"&gt;@Rodj&lt;/a&gt;&amp;nbsp;, thanks for the reply.&lt;/P&gt;&lt;P&gt;No, I am using the native limitation controls in the Qlik interface.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik Sense Column Limitation Control.PNG" style="width: 255px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26614i8111930597837934/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik Sense Column Limitation Control.PNG" alt="Qlik Sense Column Limitation Control.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 13:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1664109#M49950</guid>
      <dc:creator>jdean1012</dc:creator>
      <dc:date>2020-01-09T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column Fixed Number Limitation TIE BREAKER</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1664239#M49967</link>
      <description>&lt;P&gt;You could probably configure the limitation via the fixed value expression but I think you'd end up likely using the Rank function in that to get what you want, so it would be simpler to just use the Rank function which will give you more flexibility. Your measure would be something like:&lt;/P&gt;&lt;P&gt;if(rank([Non-compliant tickets],2) &amp;lt; 6, [Non-compliant tickets], null())&lt;/P&gt;&lt;P&gt;and uncheck Add-ons -&amp;gt; Data Handling -&amp;gt; include zero values.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 20:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-Fixed-Number-Limitation-TIE-BREAKER/m-p/1664239#M49967</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2020-01-09T20:47:25Z</dc:date>
    </item>
  </channel>
</rss>

