<?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 Problem with Max Visible property in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180348#M46815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I have a chart that I want to be able to display as a straight table or a bar graph. The problem is to do with the Max Visible Number property.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;If I set it to a particular number, in the straight table it does what I would like it to do - that is, it shows a table with the appropriate number of rows, and if there are more rows than sensibly fit into the chart size, it provides me with a scroll bar. But importantly, the number of rows still is the number of items that I want to show.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Unfortunately, the bar graph behaves differently. If I set it to a small number that will fit within the boundaries it works fine. If I make it larger, but do not enable the scroll bar, it becomes formatted incorrectly, and you can't see all the labels. And if I enable a scroll bar, then it shows me in within the boundaries of the object the number of rows that I want, but the scroll bar now enables me to scroll to the other items in the list that I didn't want to display.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Is there anyway to make the bar graph behave the same was as the straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2009 17:43:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-09T17:43:47Z</dc:date>
    <item>
      <title>Problem with Max Visible property</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180348#M46815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I have a chart that I want to be able to display as a straight table or a bar graph. The problem is to do with the Max Visible Number property.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;If I set it to a particular number, in the straight table it does what I would like it to do - that is, it shows a table with the appropriate number of rows, and if there are more rows than sensibly fit into the chart size, it provides me with a scroll bar. But importantly, the number of rows still is the number of items that I want to show.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Unfortunately, the bar graph behaves differently. If I set it to a small number that will fit within the boundaries it works fine. If I make it larger, but do not enable the scroll bar, it becomes formatted incorrectly, and you can't see all the labels. And if I enable a scroll bar, then it shows me in within the boundaries of the object the number of rows that I want, but the scroll bar now enables me to scroll to the other items in the list that I didn't want to display.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Is there anyway to make the bar graph behave the same was as the straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 17:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180348#M46815</guid>
      <dc:creator />
      <dc:date>2009-09-09T17:43:47Z</dc:date>
    </item>
    <item>
      <title>Problem with Max Visible property</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180349#M46816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange. I'd have thought that would work, but it doesn't. I wonder if it's a bug or working as designed.&lt;/P&gt;&lt;P&gt;And then I'd have thought it was as easy as changing your expression to something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(rank(expression)&amp;lt;=100,expression)&lt;/P&gt;&lt;P&gt;Since it would return null for everything after the first 100, which should then be automatically suppressed. But it isn't being suppressed. It appears to have something to do with the rank() function. If I make the expression rand()&amp;gt;.99, the zero rows suppress just fine. If I make the expression rank(rand())&amp;lt;100, the zero rows show. I wonder if it's a bug or working as designed.&lt;/P&gt;&lt;P&gt;OK, my final approach appears to have worked. Use a calculated dimension like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(aggr(rank(expression),dimension)&amp;lt;=100,dimension)&lt;/P&gt;&lt;P&gt;The number in the expression above is how many rows you want TOTAL. Then set the max number visible to, say, 10, and enable the scrollbar. You should be able to see only 10 bars at a time, but can scroll through the top 100 bars. You can't scroll any farther than that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 05:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180349#M46816</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-09-10T05:05:11Z</dc:date>
    </item>
    <item>
      <title>Problem with Max Visible property</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180350#M46817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Strange. I'd have thought that would work, but it doesn't. I wonder if it's a bug or working as designed.&lt;BR /&gt;And then I'd have thought it was as easy as changing your expression to something like this:&lt;BR /&gt; if(rank(expression)&amp;lt;=100,expression)&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Yes, strange; I also thought this should work.&lt;/P&gt;&lt;P&gt;Can anyone remember if this worked in previous versions?&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 05:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180350#M46817</guid>
      <dc:creator />
      <dc:date>2009-09-10T05:31:28Z</dc:date>
    </item>
    <item>
      <title>Problem with Max Visible property</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180351#M46818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;OK, my final approach appears to have worked. Use a calculated dimension like this:&lt;BR /&gt; if(aggr(rank(expression),dimension)&amp;lt;=100,dimension)&lt;BR /&gt;The number in the expression above is how many rows you want TOTAL. Then set the max number visible to, say, 10, and enable the scrollbar. You should be able to see only 10 bars at a time, but can scroll through the top 100 bars. You can't scroll any farther than that.&lt;BR style="CLEAR:both;" /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="CLEAR:both;"&gt;Great! That seems to have worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 21:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Max-Visible-property/m-p/180351#M46818</guid>
      <dc:creator />
      <dc:date>2009-09-10T21:06:10Z</dc:date>
    </item>
  </channel>
</rss>

