<?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: Script Execution Progress window blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075562#M1315920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always have the 'close on reload completion' disabled and the document that inspirded me to write this post does have a GROUP BY clause however that is right at the end of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 08:42:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-21T08:42:02Z</dc:date>
    <item>
      <title>Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075558#M1315908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I have had this issue on more than one computer and in two versions of QlikView.&amp;nbsp; I am currently on QV12 SR1 and I find it very frustrating that the sometimes the progress window stays blank until the document is fully loaded.&amp;nbsp; I can only assume this is some sort of bug that remains unfixed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;It also makes identifying a QlikView crash difficult on the odd occasion...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Has anyone else experienced this or am I calling bug when in fact something else is to blame?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Oli&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075558#M1315908</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075559#M1315911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to occur more often if you have more than one QV.exe running, though it does sometimes occur with just s single exe running.&lt;/P&gt;&lt;P&gt;You can view the document log whilst the reload is in progress, a workaround, but not ideal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075559#M1315911</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-21T08:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075560#M1315913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this also happens if you disabled the option to close the progress-window after finishing the reload? There are some types of loadings, for example group by loadings which will be executed at first in a (temporary) intermediate table and only if this is finished (it could be take some time) it will be loaded into the real table and might then be unnoticed from you before the window is closed again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075560#M1315913</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-21T08:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075561#M1315917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin&lt;/P&gt;&lt;P&gt;Thanks for the tip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075561#M1315917</guid>
      <dc:creator />
      <dc:date>2016-04-21T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075562#M1315920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always have the 'close on reload completion' disabled and the document that inspirded me to write this post does have a GROUP BY clause however that is right at the end of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075562#M1315920</guid>
      <dc:creator />
      <dc:date>2016-04-21T08:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075563#M1315923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another try could be to size these window a little smaller/bigger. If it's then be updated is the reason an issue from the graphics card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075563#M1315923</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-21T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075564#M1315926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also found that it makes a difference whether the reload is started from the Script Editor screen (which usually updates the progress) or from the application screen (which doesn't always update the progress)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075564#M1315926</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-21T09:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075565#M1315928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been a recurring issue across several versions&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/154725"&gt;Script Execution Progress&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075565#M1315928</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-21T09:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075566#M1315931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I had noticed that too.&amp;nbsp; I also use the debug screen but am currently experiencing another problem there (Invalid window handle ODBC CONNECT TO ...) which looking on the forum seems to be a known QV12 bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075566#M1315931</guid>
      <dc:creator />
      <dc:date>2016-04-21T09:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Progress window blank</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075567#M1315932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We upgraded to QV12 SR3 (from QV11 SR4) over the weekend and we're experiencing this issue now - worked ok at first but no cigar now - even tried blanking the WindowPos entries in the settings.ini as mentioned elsewhere but still no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Progress-window-blank/m-p/1075567#M1315932</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2016-06-14T12:05:20Z</dc:date>
    </item>
  </channel>
</rss>

