<?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: how to remove the data in script execution windows(while we are reloading the data we the information what we can see)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533873#M199427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Not about the limiting the data in script level,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you reload the script, you can see the Script execution wizard(where it will display the information which data is loaded and which data is loading currently).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to remove that information from the script execution wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 15:05:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-05T15:05:55Z</dc:date>
    <item>
      <title>how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533868#M199422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533868#M199422</guid>
      <dc:creator />
      <dc:date>2013-12-05T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533869#M199423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to remove the data in script execution windows(while we are reloading the data the information what we can see)?*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Adavnce&lt;/P&gt;&lt;P&gt;rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533869#M199423</guid>
      <dc:creator />
      <dc:date>2013-12-05T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533870#M199424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure to understand well your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you want to load a prt of your data (removing some others) you can use the WHERE NOT EXISTS(Reference field, Loading field) clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533870#M199424</guid>
      <dc:creator />
      <dc:date>2013-12-05T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533871#M199425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far as I know, you cannot remove data out from a table.&lt;/P&gt;&lt;P&gt;You need to load it into a new table (without the data you want to remove by using the WHERE clause), drop the "old" table, rename the new table to old one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533871#M199425</guid>
      <dc:creator />
      <dc:date>2013-12-05T14:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533872#M199426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/8914"&gt;http://community.qlik.com/thread/8914&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533872#M199426</guid>
      <dc:creator />
      <dc:date>2013-12-05T14:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533873#M199427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Not about the limiting the data in script level,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you reload the script, you can see the Script execution wizard(where it will display the information which data is loaded and which data is loading currently).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to remove that information from the script execution wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 15:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-the-data-in-script-execution-windows-while-we-are/m-p/533873#M199427</guid>
      <dc:creator />
      <dc:date>2013-12-05T15:05:55Z</dc:date>
    </item>
  </channel>
</rss>

