<?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 Box Limiting Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810364#M286068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To display the custom error message or info use Error messages button in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table Box Properties -&amp;gt; General -&amp;gt; Error Messages -&amp;gt; Select Calculation Condition Unfulfilled and give your Custom Message like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"Please select atleast one value Field1."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 01:40:04 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-03-02T01:40:04Z</dc:date>
    <item>
      <title>Table Box Limiting Records</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810362#M286066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use Qlikview as a spur of the moment lookup tool on a file we received from a client. There are 2.8 million records that I have in a Table Box, it takes a bit to pull up, but it eventually does. I set up a Search Object on an access code, but as I am typing in the search, it is looking though all the records on the fly and taking forever. I know in other Chat types you can limit the # of records displayed. Is there anything similar I could do for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe a way to only display the Table box once a selection is made? I have 2 tables, 1 that contains the 10 account info fields, then another tables that links on a control number and adds an access code, maybe combining these two tables into one, that way they are not doing the lookup in memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2015 22:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810362#M286066</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2015-03-01T22:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Limiting Records</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810363#M286067</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;You can use the &lt;STRONG&gt;Calculation Condition&lt;/STRONG&gt; option to restrict the users to select some filters before the Table box populates the data.&amp;nbsp; You can implement this by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Box Properties -&amp;gt; General -&amp;gt; Calculation Condition -&amp;gt; Give some condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Field1) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for two fields selection restriction&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Field1) &amp;gt; 0 AND GetSelectedCount(Field2) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 01:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810363#M286067</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-02T01:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Limiting Records</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810364#M286068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To display the custom error message or info use Error messages button in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table Box Properties -&amp;gt; General -&amp;gt; Error Messages -&amp;gt; Select Calculation Condition Unfulfilled and give your Custom Message like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"Please select atleast one value Field1."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 01:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Limiting-Records/m-p/810364#M286068</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-02T01:40:04Z</dc:date>
    </item>
  </channel>
</rss>

