<?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 Show only specific rows from a binary load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950695#M78337</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I tried searching for sample scripts but found none. Is there a way to show only the selected/specific rows that contain some values. So basically, I have an app which has over 20 million rows and another app that does the binary load. I don't want to show the entire rows on my sheet because data is huge, I only have to look for 2-10 IDs from that 20 million rows. How do I achieve this?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 10:47:00 GMT</pubDate>
    <dc:creator>qliknubi</dc:creator>
    <dc:date>2022-07-01T10:47:00Z</dc:date>
    <item>
      <title>Show only specific rows from a binary load</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950695#M78337</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I tried searching for sample scripts but found none. Is there a way to show only the selected/specific rows that contain some values. So basically, I have an app which has over 20 million rows and another app that does the binary load. I don't want to show the entire rows on my sheet because data is huge, I only have to look for 2-10 IDs from that 20 million rows. How do I achieve this?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 10:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950695#M78337</guid>
      <dc:creator>qliknubi</dc:creator>
      <dc:date>2022-07-01T10:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show only specific rows from a binary load</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950844#M78357</link>
      <description>&lt;P&gt;A binary load fetched always the entire data-model with all data and couldn't be customized in any way. But you could remove the unwanted data afterwards, for example with a noconcatenate resident-load of your fact-table with an appropriate where-clause and then deleting the origin table or maybe filtering the data with an inner join load.&lt;/P&gt;
&lt;P&gt;An alternatively might be to apply a section access which could remove the unwanted records during the opening of the application.&lt;/P&gt;
&lt;P&gt;Both methods will have their costs - so you may also considering not to apply a binary load else loading the wanted data from qvd's.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 15:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950844#M78357</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-07-01T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show only specific rows from a binary load</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950969#M78370</link>
      <description>&lt;P&gt;You have 2 very easy Options&lt;/P&gt;
&lt;P&gt;1) Inner Join(TableName)&lt;/P&gt;
&lt;P&gt;2) Inner Keep(TableName)&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 05:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-specific-rows-from-a-binary-load/m-p/1950969#M78370</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-07-02T05:10:50Z</dc:date>
    </item>
  </channel>
</rss>

