<?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: data refreshing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167409#M911925</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;Please confirm, Are you asking about Reload process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 08:35:52 GMT</pubDate>
    <dc:creator>muthukumar77</dc:creator>
    <dc:date>2016-06-10T08:35:52Z</dc:date>
    <item>
      <title>data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167408#M911924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , i am having data coming from oltp , i need data refresh&amp;nbsp; for evry one hour&amp;nbsp; not in admin part , i wanto to write in script level?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167408#M911924</guid>
      <dc:creator>mshailaja</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167409#M911925</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;Please confirm, Are you asking about Reload process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 08:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167409#M911925</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-10T08:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167410#M911926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want&amp;nbsp; to refresh the data&amp;nbsp; by writing code in script level , is there any possibility? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 08:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167410#M911926</guid>
      <dc:creator>mshailaja</dc:creator>
      <dc:date>2016-06-10T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167411#M911927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, you cannot do this from script. To initiate the reload process you need to call QV.exe which you can do by manually opening application and hit reload button or you can schedule the job from qlikview server or you can schedule the job from windows task manager by calling the batch script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 08:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167411#M911927</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-10T08:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167412#M911928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow these - &lt;/P&gt;&lt;P&gt;7.1 Command Line Syntax&lt;/P&gt;&lt;P&gt;The QlikView command line invocation can be described by the following syntax (for a description of the&lt;/P&gt;&lt;P&gt;syntax notation used, see Backus-Naur Formalism (page 933)):&lt;/P&gt;&lt;P&gt;[ path ]Qv.exe[ { switch } documentfile ]&lt;/P&gt;&lt;P&gt;The path is the path to the file, either absolute, or relative to the current directory.&lt;/P&gt;&lt;P&gt;documentfile::= [ path ] documentfilename&lt;/P&gt;&lt;P&gt;documentfilename is the name of the document file.&lt;/P&gt;&lt;P&gt;switch is used to mark different options:&lt;/P&gt;&lt;P&gt;/r&lt;/P&gt;&lt;P&gt;Reload switch. The document will be opened and the script reloaded. Thereafter the document will be saved,&lt;/P&gt;&lt;P&gt;and QlikView will close itself.&lt;/P&gt;&lt;P&gt;/rp&lt;/P&gt;&lt;P&gt;The same as above, but with a partial reload.&lt;/P&gt;&lt;P&gt;/l&lt;/P&gt;&lt;P&gt;Load new data. The document will be opened and the script reloaded. The document will not be saved and&lt;/P&gt;&lt;P&gt;QlikView will remain open.&lt;/P&gt;&lt;P&gt;/lp&lt;/P&gt;&lt;P&gt;The same as above, but with a partial reload.&lt;/P&gt;&lt;P&gt;/v&lt;/P&gt;&lt;P&gt;If this switch is immediately followed by a variable name and an assignment, the variable will obtain the&lt;/P&gt;&lt;P&gt;assigned value before the script execution starts.&lt;/P&gt;&lt;P&gt;/nodata&lt;/P&gt;&lt;P&gt;Opens the document without variables, table and field data. This feature is also available for previously&lt;/P&gt;&lt;P&gt;opened documents on The Start Page (page 36).&lt;/P&gt;&lt;P&gt;/NoSecurity&lt;/P&gt;&lt;P&gt;Overrides QlikView security measures against hostile macros and scripts embedded in QlikView documents.&lt;/P&gt;&lt;P&gt;No warning dialogs prompting the user to accept potentially harmful code will be shown. Use this switch&lt;/P&gt;&lt;P&gt;with caution and only with well-known documents.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;qv.exe /r/vMyvar=123 abc.qvw&lt;/P&gt;&lt;P&gt;Note!&lt;/P&gt;&lt;P&gt;In order to avoid error messages to appear when executing scripts in batch mode, always set the script variable&lt;/P&gt;&lt;P&gt;errormode to 0 in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 08:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167412#M911928</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-10T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167413#M911929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can not trigger a reload using script in anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question however is: What is it that you actually / really want to achieve? What is your actual problem?&lt;/P&gt;&lt;P&gt;Maybe there is a different solution to your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 08:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167413#M911929</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-10T08:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: data refreshing</title>
      <link>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167414#M911930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes try calling a command execution parameters with in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:/........Qv.exe /r test.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 09:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-refreshing/m-p/1167414#M911930</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-06-10T09:01:23Z</dc:date>
    </item>
  </channel>
</rss>

