<?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 Restrict Data during loading process in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185492#M49948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By Report level, I'm assuming you mean the document level ('Report" is an object type in a QV document).&lt;/P&gt;&lt;P&gt;You can exclude data from a document by making selections. If you want to make the selections "hard", you can lock the selections and also use bookmarks to make the selections easy to apply. If you want to remove the data entirely for certain users (User Joe does not see any rows where OrderType="Transfer") then look at Section Access security in the reference guide.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 04:19:10 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2011-01-26T04:19:10Z</dc:date>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185489#M49945</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 have a Revenue Fact table I am loading from a Data Warehouse. But I want to restrict the data from loading like we do where clause in SQL.&lt;/P&gt;&lt;P&gt;Example: Table NAme: REVENUE_FACT&lt;/P&gt;&lt;P&gt;Field name/Column Name : 1.Revenue, 2.COGS, ORDER_TYPE etc&lt;/P&gt;&lt;P&gt;Now while loading the script I want to restrict the ORDER_TYPE not equal to Transfer Order.&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 03:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185489#M49945</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2011-01-26T03:05:49Z</dc:date>
    </item>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185490#M49946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to do this is to continue to do the filtering in the SQL statement.&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM REVENUE_FACT&lt;BR /&gt;WHERE ORDER_TYPE &amp;lt;&amp;gt; 'Transfer Order';&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 03:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185490#M49946</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-01-26T03:13:14Z</dc:date>
    </item>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185491#M49947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;Also is there a way we can restrict it at a Report level?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 03:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185491#M49947</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2011-01-26T03:21:49Z</dc:date>
    </item>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185492#M49948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By Report level, I'm assuming you mean the document level ('Report" is an object type in a QV document).&lt;/P&gt;&lt;P&gt;You can exclude data from a document by making selections. If you want to make the selections "hard", you can lock the selections and also use bookmarks to make the selections easy to apply. If you want to remove the data entirely for certain users (User Joe does not see any rows where OrderType="Transfer") then look at Section Access security in the reference guide.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 04:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185492#M49948</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-01-26T04:19:10Z</dc:date>
    </item>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185493#M49949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way to restrict inclusion of records from excel file data loading?&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;LOAD Cycle, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Team, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TerrCode as Terr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rep_Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD_Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specialty, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Cycle 9 Call Report$])&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the sample load statement but i need to restrict Terr&amp;lt;&amp;gt;'specific value'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 07:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185493#M49949</guid>
      <dc:creator>rotero</dc:creator>
      <dc:date>2011-12-05T07:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185494#M49950</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;WHERE clause will work with excel files as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Table:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD Cycle,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Team,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TerrCode as Terr,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rep_Name,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD_Name,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specialty,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target,&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;FROM&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;(biff, embedded labels, table is [Cycle 9 Call Report$]) &lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;WHERE Terr &amp;lt;&amp;gt; 'Something';&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 08:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185494#M49950</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-05T08:12:28Z</dc:date>
    </item>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185495#M49951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my first attempt is i use alias Terr rather TerrCode and it fail&lt;/P&gt;&lt;P&gt;then i tried the orig fieldname and its works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BIG THANKS!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185495#M49951</guid>
      <dc:creator>rotero</dc:creator>
      <dc:date>2011-12-05T10:36:22Z</dc:date>
    </item>
    <item>
      <title>Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185496#M49952</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;Use the Limited Option in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit Script -&amp;gt; Debug -&amp;gt; Limit Load -&amp;gt; Select and give number of rows to be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loads the given number of rows in all tables.&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, 05 Dec 2011 11:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185496#M49952</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-05T11:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185497#M49953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to avoid any further confussion, that will limit the load regardless the value in a field, loading only the first &lt;EM&gt;n&lt;/EM&gt; lines from the source, and that is not the case. If you only want to load records where Company = 'A', in either an excel file, a qvd file or any other data source, you need to do that using the WHERE clause, either in the source query (SQL for example) or in the LOAD part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 11:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185497#M49953</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-05T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Data during loading process</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185498#M49954</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 are correct Miguel. &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, 05 Dec 2011 11:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-Data-during-loading-process/m-p/185498#M49954</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-05T11:17:45Z</dc:date>
    </item>
  </channel>
</rss>

