<?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: can chart pulls only 500 random records? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363486#M135195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 14:45:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-23T14:45:52Z</dc:date>
    <item>
      <title>can chart pulls only 500 random records?</title>
      <link>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363482#M135191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sheet object (chart with dimension and expression).Depending upon the user selection,it brings back records.Few months before user specified they only want to see any 100 random records in that object.To achieve this, added a slider with max range 100.As per user selection in the slider,chart shows that many records and user exports those many records to xls easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now user wants to export 500 random records.With slider can not do that as in the chart presention tab &lt;SPAN style="text-decoration: underline;"&gt;Max number &lt;/SPAN&gt;is set 1-100.Even though changed the slider settings to 500,chart could not show more than 100 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know whether there is a way that doc can pull all the records but chart only show any 500 random records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 21:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363482#M135191</guid>
      <dc:creator />
      <dc:date>2012-03-21T21:08:36Z</dc:date>
    </item>
    <item>
      <title>can chart pulls only 500 random records?</title>
      <link>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363483#M135192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently u will be using the varibale of the slider in the Max Number&amp;nbsp; now in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression use the Rank function to limit the records&amp;nbsp; i.e&amp;nbsp; say ur varibale is Limit&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this varibale will be given in the Max Number and in the expression&amp;nbsp; give a condition like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&amp;nbsp; $(Limit) &amp;lt;=100 , sum(amount) ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&amp;nbsp; $(Limit) &amp;gt;=100 or ( Rank( sum(amount) &amp;gt;100 and Rank( sum(amount)) &amp;lt;=500 ) , sum(amount) , 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have understood ur example wrongly let me know &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 06:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363483#M135192</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2012-03-22T06:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: can chart pulls only 500 random records?</title>
      <link>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363484#M135193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.I am little confused ...here I have attached a sample chart which has 4355 records.Can you please modify this sample with your code.Just need to export random 500 records to xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 14:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363484#M135193</guid>
      <dc:creator />
      <dc:date>2012-03-22T14:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: can chart pulls only 500 random records?</title>
      <link>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363485#M135194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file for the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 06:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363485#M135194</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2012-03-23T06:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: can chart pulls only 500 random records?</title>
      <link>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363486#M135195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 14:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-chart-pulls-only-500-random-records/m-p/363486#M135195</guid>
      <dc:creator />
      <dc:date>2012-03-23T14:45:52Z</dc:date>
    </item>
  </channel>
</rss>

