<?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 How to populate a customerised message into the script execution progress window? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033278#M943091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Do you know if there is anyway I can populate a customerised message into the script execution progress window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Qlikview program actually called a store procedure before it download the data and the store procedure may take up to 10 mins before to finish. Therefore, I want to populate a message to the script execution progress window so that the user know it will take up to10 mins before he/she click the "Close" button. Anyone know how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2016 07:22:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-20T07:22:22Z</dc:date>
    <item>
      <title>How to populate a customerised message into the script execution progress window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033278#M943091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Do you know if there is anyway I can populate a customerised message into the script execution progress window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Qlikview program actually called a store procedure before it download the data and the store procedure may take up to 10 mins before to finish. Therefore, I want to populate a message to the script execution progress window so that the user know it will take up to10 mins before he/she click the "Close" button. Anyone know how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033278#M943091</guid>
      <dc:creator />
      <dc:date>2016-01-20T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a customerised message into the script execution progress window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033279#M943092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include Trace Statement with Message to be displayed before reload start.&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P class="Code"&gt;trace "Execution will take 20 Mins"&lt;/P&gt;&lt;P class="Code"&gt;trace "Load Started" etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033279#M943092</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-20T07:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a customerised message into the script execution progress window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033280#M943093</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;Try TRACE Statement like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE S&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;cript execution in progress it will take up to10 mins&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 20 Jan 2016 07:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033280#M943093</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-20T07:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a customerised message into the script execution progress window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033281#M943094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget the terminating semicolon, or a big part of your script may become a trace message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE is still a statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033281#M943094</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-20T07:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a customerised message into the script execution progress window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033282#M943095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everyone for all of your help!. My problem resolved. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 22:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-populate-a-customerised-message-into-the-script-execution/m-p/1033282#M943095</guid>
      <dc:creator />
      <dc:date>2016-01-20T22:53:08Z</dc:date>
    </item>
  </channel>
</rss>

