Climber Worldwide
Climber Blog: What's New in Qlik Cloud January 2026

Whats New in Qlik Cloud

– January 2026 Updates –

 

Welcome to the next edition of the ‘What’s New in Qlik Cloud’ blog for January 2026!

Authors: Roger Gray, BI Manager & Tom Cotterill, BI Consultant, at Climber.

Data Analytics

The January 2026 Qlik Cloud Analytics release introduces updates that support stronger governance, faster development, and simpler analytics delivery. These changes help organisations manage risk, improve efficiency, and scale analytics with confidence.

This release focuses on clear control for administrators, smoother workflows for developers, and better usability for business users.

1. Write Table: Edit Data Inside Analytics Apps

Write Table is now available in Qlik Cloud Analytics.

It allows users to:

  • Edit values directly in an app
  • Add comments or updates
  • See changes sync instantly for all users

Teams can export changes using Qlik Automate. This feature supports collaboration and reduces reliance on spreadsheets and manual processes.

2. Build Dashboards Faster with Sheet Templates

Qlik Cloud now includes Sheet templates. Sheet templates help users start with proven layouts rather than empty sheets.

Users can:

  • Select from multiple template styles
  • Preview layouts before applying
  • Add templates directly to apps

This feature helps teams deliver dashboards faster and apply consistent design across projects.

3. Improved Multivariate Time Series Forecasting

Qlik Predict now includes enhancements to multivariate time series forecasting.

Updates include:

  • Better performance
  • Improved model quality
  • Operations monitoring
  • Time series details in training reports

These changes help analysts understand forecasts more easily and manage models with greater confidence.

4. Faster Interaction with Straight Tables

Straight tables now include actions directly in column headers.

Users can:

  • Sort columns with one click
  • Search values from the header
  • Change cyclic dimensions from the header

Existing tables can enable this feature under Presentation > Accessibility options by turning off Increase accessibility. New tables include this behaviour by default.

5. Track Deprecated Charts Across Your Tenant

Tenant administrators can now see when deprecated charts are used in Qlik Sense apps. A new tenant event records each time a user opens a sheet that contains a deprecated chart. The event shows where and when the chart appears. This visibility helps teams plan clean-up work and reduce technical debt.

For enterprises with shared apps across departments, this feature supports stronger standards and easier platform governance.

6. Clear Permission Control for GeoOperations

Qlik Cloud now includes a dedicated security scope for GeoOperations.

Administrators can assign one of three permission levels:

  • Allowed: Full access to all GeoOperations functions
  • No geocoding: Access to GeoOperations except address lookups
  • Not allowed: No access to GeoOperations

This control helps organisations manage data privacy and location-based processing, which is especially important for regulated industries.

7. Dedicated Engines for All Reloads

Every reload now runs on its own dedicated engine.

This applies to:

  • Scheduled reloads
  • Reloads started from the script editor

Each reload works independently, which reduces delays and improves consistency. Developers benefit from predictable behaviour, even when many apps reload at the same time.

8. Clearer Chart Organisation in the Assets Panel

The Charts section has been reorganised to improve discovery.

Charts now appear under three clear categories:

  • Visualisations: Charts for data analysis
  • Dashboard objects: Objects used to structure and format sheets
  • Legacy: Older charts that remain supported

Charts from the Qlik Visualization Bundle and Qlik Dashboard Bundle now appear in the same place, which reduces time spent searching for the right visual.

9. Better Script Control and Memory Use

The load script now supports improved handling of temporary objects.

You can:

  • Drop mapping tables when they are no longer needed
  • Define script-only variables
  • Explicitly drop variables during reloads

These updates reduce memory use and keep production apps clean. This is useful for large data models and frequent reload schedules.

10. Resizable Properties Panel

The properties panel is now fully resizable. Users can widen the panel to view long field names clearly. This change reduces errors and speeds up app development, especially in data models with detailed naming standards.

11. Data Flow Enhancements for Testing and Preparation

New Sample Processor is available in Data Flow.

It supports:

  • First rows
  • Random ratio
  • Fixed number of random rows
  • Stratified sampling

This processor helps users test pipelines, explore data, and prepare machine learning datasets.

Processor Improvements:

  • Aggregate processor: Easier setup for multi-field aggregation and support for aggregation without group by
  • Qlik script processor: Guided script editing with table selection, field selection, inline help links, undo and redo, search and replace, autocomplete control, and reusable scripts

These updates reduce errors and improve development speed.

Data Integration

New year, new features! Qlik kicks off 2026 with a strong set of enhancements across data integration. This month includes expanded API controls, broader file-based dataset support, and more expressive validation rule capabilities.

These improvements are all designed to improve automation, governance, and ease of use.

1. Expanded authentication and encryption options for Amazon S3 target

The Amazon S3 target connector now supports even more secure ways to access and protect your data. This eliminates the need for long-term credentials by providing temporary, role-based access to AWS resources.

Alongside existing options like Key Pair authentication and AWS PrivateLink, two new authentication methods are now available:

  • IAM Roles Anywhere
  • IAM Roles for EC2

Data encryption has also been enhanced, with support for server-side encryption using either Amazon S3-managed keys or AWS KMS-managed keys, giving teams more control over how data is secured at rest.

More information: Setting Amazon S3 connection properties

2. Expanded validation capabilities for rules

Validation rules now offer more control and flexibility thanks to new features that enable more precise data quality checks.

This release brings two key enhancements:

  • Matches pattern operator: A new operator allows you to validate text fields using regular expressions. It’s available in pullup, with pushdown support not yet available. The operator uses the CEL ‘matches’ string method and adheres to the RE2 standard. A negation version is also available.
  • Closed lookup reference values: You can now define a fixed list of allowed values directly within a validation rule. These values are scoped to the rule and are not reusable across other rules. A negated version of the operator is also available.

These enhancements make validation rules more expressive and self-contained, allowing teams to apply tighter constraints on text formats and accepted values while keeping rules easier to manage.

More information: Working with validation rules

3. Updated API – Resume Replication tasks using the Data integration projects API

The Data Integration projects API now supports the same Advanced run options available in the UI for replication tasks.

With this update, developers can programmatically resume change processing in a replication task using one of the following methods:

  • From a specified timestamp (date and time)
  • From a specific change position: SCN (System Change Number for Oracle) or LSN (Log Sequence Number for SQL Server and other databases)
  • By recovering from a locally stored checkpoint

This enhancement provides greater control when restarting replication tasks via automation or custom tooling.

More information:
Updated API – Resume Replication tasks using the Data integration projects API
API: Start a project task

4. External datasets from file-based sources

Qlik Cloud now supports the creation of external datasets from file-based cloud sources, expanding the connection-based datasets capability introduced in the previous release.

Users can now catalog data directly from the same file connectors available in Qlik Cloud Analytics, including: Amazon S3 (v1 and v2), Azure Storage, Dropbox, Google Cloud Storage, Google Drive and Spreadsheets, Office 365 SharePoint, OneDrive, SFTP, and Direct Access Gateway file paths.

The new interface supports selecting multiple files and folders, defining table format settings during dataset creation, and applying those settings across all selected tables. Supported file formats include: Excel (.xls, .xlsx), CSV / TXT, JSON, XML, QVD / QVX, Parquet, and KML.

This enhancement extends data catalog coverage to a wider range of sources and file types. It is now available to all customers across all license tiers via a rollout flag.

More information: Data quality for connection-based datasets

5. Reload task datasets via API

You can now request the reload of one or more datasets within a Data Integration task using the Qlik Cloud API. This enables programmatic reload requests, matching the behaviour available in the user interface.

The new endpoint: POST /di-projects/{projectId}/di-tasks/{dataTaskId}/actions/request-reload

By default, the API will request a reload of all datasets within the task, but you can target specific datasets by providing their dataset IDs.

For transform tasks, an additional ‘reloadStrategy’ parameter lets you control how the data is reloaded:

  • NONE: No special behaviour applied
  • TRUNCATE: Clears the output table before reloading
  • COMPARE_AND_APPLY: Compares source and target, then applies only the differences

This addition provides greater flexibility and control for automating and managing data refresh workflows.

To learn more, see: Mark datasets for reload on next task run.

Summary

That’s it for the January update. If your new year’s resolution was fewer manual steps and more API magic, then Qlik’s first update is already making good on that promise.

SUBSCRIBE

Want to stay up to date with the latest features that are released in Qlik Cloud?
Subscribe to our blog and get monthly updates directly to your inbox.


WANT TO KNOW MORE? CONTACT US!

Bas Haarhuis

Advisor Data & Strategy
bas.haarhuis@climber.nl
+31 6 39 46 39 65

Gepubliceerd 2026-01-13

Nieuws

What’s New in Qlik Cloud – January 2026
Blog

What’s New in Qlik Cloud – January 2026

New year, new features! Qlik kicks off 2026 with a strong set of enhancements in Qlik Cloud. The January release introduces analytics updates that support stronger governance, faster development, and simpler analytics delivery. Across data integration, this month includes expanded API controls, broader file-based dataset support, and more expressive validation rule capabilities.

>> Read more
Meten is niet sturen: waarom grip in de logistiek vaak ontbreekt
Blog

Meten is niet sturen: waarom grip in de logistiek vaak ontbreekt

Logistieke organisaties behoren tot de meest meetbare organisaties die er zijn. Toch ervaren veel CFO’s, COO’s en CCO’s dat zij ondanks al die data onvoldoende grip hebben op de logistieke besluitvorming.
Dat roept de vraag op: hoe kan het dat organisaties met zoveel data toch onvoldoende grip hebben op hun logistieke besluitvorming?

>> Lees meer
Qlik a Leader in the 2025 Gartner Magic Quadrant for Data Integration Tools
Nieuws

Qlik a Leader in the 2025 Gartner Magic Quadrant for Data Integration Tools

Unsure of how to evaluate the best solution for your needs? Get your free copy of the 2025 Gartner Magic Quadrant report for Data Integration for a quick overview of the landscape and see why Qlik has been named a Leader for the tenth time in a row.

>> Download the report