<?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 Partial reload on QlikView Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-reload-on-QlikView-Server/m-p/506122#M1270818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using qmsedx.exe to trigger the reload task on QlikView Server. This trigger is innitiated by pressing the button (in Ajax client interface) and running the macro (qmsedx command). The reload works perfectly. &lt;/P&gt;&lt;P&gt;However, I would like to run not full, but &lt;STRONG&gt;partial reload&lt;/STRONG&gt;. Is it possible to run a partial reload on QV Server using qmsedx.exe? I could not find any parameters in qmsedx.exe and no such option and setting in QlikView Management Console. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: I have a simple QlikView Server, without Publisher license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Milda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>mvitalyte</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Partial reload on QlikView Server</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-on-QlikView-Server/m-p/506122#M1270818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using qmsedx.exe to trigger the reload task on QlikView Server. This trigger is innitiated by pressing the button (in Ajax client interface) and running the macro (qmsedx command). The reload works perfectly. &lt;/P&gt;&lt;P&gt;However, I would like to run not full, but &lt;STRONG&gt;partial reload&lt;/STRONG&gt;. Is it possible to run a partial reload on QV Server using qmsedx.exe? I could not find any parameters in qmsedx.exe and no such option and setting in QlikView Management Console. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: I have a simple QlikView Server, without Publisher license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Milda&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/Partial-reload-on-QlikView-Server/m-p/506122#M1270818</guid>
      <dc:creator>mvitalyte</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reload on QlikView Server</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-on-QlikView-Server/m-p/506123#M1270822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Milda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task must be configured to be partial reload. I know where the setting is in Publisher but I'm not sure about it without Publisher. In any case, it does not depend on the trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can work that around and warp several pieces of script using IF and variables you can pass using &lt;A href="https://github.com/braathen/qv-edx-trigger"&gt;this tool&lt;/A&gt; instead of QMSEDX.exe, so you only load what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13747072801942594" jivemacro_uid="_13747072801942594"&gt;&lt;P&gt;IF '$(vReloadMaster)' = 'YES' THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterData:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/braathen/qv-edx-trigger"&gt;qv-edx-trigger.exe&lt;/A&gt; command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13747073308844340" jivemacro_uid="_13747073308844340"&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;CODE&gt;QvEDXTrigger.exe --task="PartialReload" --variable=vReloadMaster --values='YES'&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 23:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-on-QlikView-Server/m-p/506123#M1270822</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-07-24T23:10:58Z</dc:date>
    </item>
  </channel>
</rss>

