<?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: Omitting data from a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551085#M39737</link>
    <description>Thanks for your answer! But what I want is to simply drop certain rows with certain names, not an entire field.&lt;BR /&gt;&lt;BR /&gt;I tried the "where &amp;lt;&amp;gt; 'datatoomit';" statement, but that didn't work either.&lt;BR /&gt;&lt;BR /&gt;What could I be doing wrong?</description>
    <pubDate>Fri, 01 Mar 2019 13:01:42 GMT</pubDate>
    <dc:creator>Qlikierick</dc:creator>
    <dc:date>2019-03-01T13:01:42Z</dc:date>
    <item>
      <title>Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551056#M39732</link>
      <description>&lt;P&gt;Hi! I am trying to omit data in a table I have loaded in my app, but I can't figure out how to do it properly. I have tried editing the script, such as adding the line "set HidePrefix='datatoomit' ;" beneath the LOAD section of the script, but the data still remains in a table that I use in my app.&lt;/P&gt;&lt;P&gt;How can I accomplish this?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551056#M39732</guid>
      <dc:creator>Qlikierick</dc:creator>
      <dc:date>2019-03-01T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551068#M39734</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;Do you have a sample of the data in the file and the data you would ideally want? If you want to omit certain rows then you can put it in you where clause under the load and if you want to remove rows you can obviously not use them in the first place in your load statement or you can use DROP FIELDS &amp;lt;FieldName&amp;gt;; after your load.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551068#M39734</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-03-01T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551069#M39735</link>
      <description>What do you mean omit data?&lt;BR /&gt;To remove data from your data models to may:&lt;BR /&gt;1. Not load it and select only the fields you need.&lt;BR /&gt;2. After using the fields you might Drop them from your data model.&lt;BR /&gt;3. To not include some data you can use Where sentence in the back end.&lt;BR /&gt;4. If you can HidePrefix variable also might be useful.&lt;BR /&gt;Read here how to use HidePrefix statement &lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/HidePrefix.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/HidePrefix.htm&lt;/A&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551069#M39735</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-03-01T12:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551085#M39737</link>
      <description>Thanks for your answer! But what I want is to simply drop certain rows with certain names, not an entire field.&lt;BR /&gt;&lt;BR /&gt;I tried the "where &amp;lt;&amp;gt; 'datatoomit';" statement, but that didn't work either.&lt;BR /&gt;&lt;BR /&gt;What could I be doing wrong?</description>
      <pubDate>Fri, 01 Mar 2019 13:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551085#M39737</guid>
      <dc:creator>Qlikierick</dc:creator>
      <dc:date>2019-03-01T13:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551086#M39738</link>
      <description>Thanks for your answer!</description>
      <pubDate>Fri, 01 Mar 2019 13:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551086#M39738</guid>
      <dc:creator>Qlikierick</dc:creator>
      <dc:date>2019-03-01T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551101#M39740</link>
      <description>I should also say that the error message when I try to reload the data says: "there is no open data connection".</description>
      <pubDate>Fri, 01 Mar 2019 13:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551101#M39740</guid>
      <dc:creator>Qlikierick</dc:creator>
      <dc:date>2019-03-01T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551105#M39741</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you want to omit certain rows then you can use a Where statement, but you need to specify the field/column name that shouldn't have the '&lt;SPAN&gt;datatomit' value. For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x &amp;lt;&amp;gt; 'datatomit';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As for the data connection part, try adding the data using the Data Manager and then unlock the script and edit it in the Data Load Editor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mauritz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551105#M39741</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-03-01T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Omitting data from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551131#M39742</link>
      <description>&lt;P&gt;Yes, that's exactly how I wrote my code, so I think there's something wrong with loading the data, as you say. Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 14:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omitting-data-from-a-table/m-p/1551131#M39742</guid>
      <dc:creator>Qlikierick</dc:creator>
      <dc:date>2019-03-01T14:00:59Z</dc:date>
    </item>
  </channel>
</rss>

