<?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: Direct Discovery: Show top n rows on a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731507#M261976</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;As far as I know, you cannot limit in the load script. But you can use Calculation Conditions on each chart that uses the Direct Discovery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2018 14:26:17 GMT</pubDate>
    <dc:creator>cristian_av</dc:creator>
    <dc:date>2018-10-01T14:26:17Z</dc:date>
    <item>
      <title>Direct Discovery: Show top n rows on a table</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731504#M261973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to show only top 100 rows that come from Direct Discovery on a table box. I defined those field as DETAIL on script.&lt;/P&gt;&lt;P&gt;How can I define top 100 rows limitation in the "DIRECT QUERY" script? Is it possible? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731504#M261973</guid>
      <dc:creator>matteogm</dc:creator>
      <dc:date>2014-10-30T10:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery: Show top n rows on a table</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731505#M261974</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;Could you share your query ? &lt;/P&gt;&lt;P&gt;Thx, &lt;/P&gt;&lt;P&gt;Marwen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731505#M261974</guid>
      <dc:creator>marwen_garwachi</dc:creator>
      <dc:date>2014-10-30T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery: Show top n rows on a table</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731506#M261975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Direct query on Qlikview script is:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DIRECT QUERY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DIMENSION&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DETAIL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Access&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM generated;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Title is also a filter on dashboard.&lt;/P&gt;&lt;P&gt;I would Like to retrieve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Access&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM generated&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LIMIT 100;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;(MySQL)&lt;/P&gt;&lt;P&gt;WHERE conditions come from Title selection filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is possible to define LIMIT 100 in Direct Discovery?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 09:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731506#M261975</guid>
      <dc:creator>matteogm</dc:creator>
      <dc:date>2014-10-31T09:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery: Show top n rows on a table</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731507#M261976</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;As far as I know, you cannot limit in the load script. But you can use Calculation Conditions on each chart that uses the Direct Discovery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Show-top-n-rows-on-a-table/m-p/731507#M261976</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2018-10-01T14:26:17Z</dc:date>
    </item>
  </channel>
</rss>

