Partial loads in Qlik Sense

It’s surprisingly difficult to do partial loads in Qlik Sense Enterprise on Windows.
In QlikView that feature was easily available, but in QSEoW it’s currently not possible to create reload tasks that do partial app reloads.

Butler has an API for doing partial reloads of apps. A couple of demo apps are also includedin the GitHub repository.

Partial reload API

The full API documentation is available in the Reference section, here we’re interested in the PUT /v4/app/{appId}/reload endpoint.

Demo apps for partial reloads

A couple of apps showing how to use Butler’s partial load API are included in the GitHub repository.

  • The first app’s load script uses the Butler API to do full and partial reloads of the second app.
  • The second app loads 10 rows of data during a full reload and 5 rows during a partial reload.

alt text

Video showing how to use demo apps

Available at Ptarmigan Labs’ YouTube channel and also in the Butler YouTube playlist.