Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Blogs

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 

Design

The Design blog is all about product and Qlik solutions, such as scripting, data modeling, visual design, extensions, best practices, and more!

Product Innovation

By reading the Product Innovation blog, you will learn about what's new across all of the products in our growing Qlik product portfolio.

Support Updates

The Support Updates blog delivers important and useful Qlik Support information about end-of-product support, new service releases, and general support topics.

Qlik Academic Program

This blog was created for professors and students using Qlik within academia.

Community News

Hear it from your Community Managers! The Community News blog provides updates about the Qlik Community Platform and other news and important announcements.

Qlik Digest

The Qlik Digest is your essential monthly low-down of the need-to-know product updates, events, and resources from Qlik.

Qlik Learning

The Qlik Learning blog offers information about the latest updates to our courses and programs, as well as insights from the Qlik Learning team.

Subprocessors List

Qlik Subprocessors General Data Protection Regulation (GDPR).

Japan

Qlik Community blogs for our customers and partners in Japan.

Recent Blog Posts

  • Image Not found

    Design

    Table Recipe

    A table recipe is an easy, no-code way to prepare a data set for an app, data flow, script or ML experiment. It is a great way for new users to prepare their data and get started building an app without having to write the script to transform the data. It can also be used by experienced users for quick data prep. Table recipe is available in Qlik Cloud Analytics from the Analytics activity center > Prepare data. You can also access it from the + ... Show More

    A table recipe is an easy, no-code way to prepare a data set for an app, data flow, script or ML experiment. It is a great way for new users to prepare their data and get started building an app without having to write the script to transform the data. It can also be used by experienced users for quick data prep. Table recipe is available in Qlik Cloud Analytics from the Analytics activity center > Prepare data. You can also access it from the + Create menu option or + Create New button in the catalog. To begin using it, open table recipe, give it a name and select the space you would like to create it in. Once that is done, you will be prompted to select the data set. Note - the table recipe processes one data set at a time.

    select data.png

    Once a data file is selected, you can view the fields to confirm it is the correct data set and then you can load it into table recipe. Once it is loaded, you will see a pop up indicating the number of rows and columns in the dataset. Note that all the rows may not be loaded into the table recipe editor, but the recipe will be applied to the entire data set when it is run. Below is a look at the table recipe. On the left is the functions panel that includes several functions that can be used to prepare the data. Functions are grouped as general, columns, strings, dates, numbers and math. On the right is where the steps in our recipe will be added.

    editor.png

    Let’s begin with a simple step like deleting a column. I have a Fax column that I do not need so to delete the column; I can click on the column menu (three vertical dots) and select Delete column.

    fax.png

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    The step will appear on the right in the table recipe, and I can click Apply to remove the Fax column.

    delete.png

     

     

     

     

     

     

     

     

     

     

     

     

     

    Next, let’s split a column into two new columns. I have a Contact Name field with the contact’s full name. I would like to split the name into two fields – one for first name and one for last name. To do this, I will select the Split column function from the list of string functions on the left. Then I can update the details and apply the step. I will change the separator to a space since that is what separates the first and last name in the ContactName column.

    split.png

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Once I apply that step, I can see the two new fields it generated.

    new fields after split.png

    I will open the column menu and select Rename column to change the names of the new columns. Once I apply those steps, the columns and the recipe look like the image below. Keep in mind that the table recipe has steps that flow in a specific order. If those steps were to change, you may not get the expected results. For example, if I moved the rename column step above the split column step it would not work because the column I am renaming does not exist yet.

    renamed fields.png

    It is also easy to reorder the columns with the table recipe. The Reorder column function is found in the function group named Columns. Simply, select the column you would like to move and click on the Reorder column function. To move the Address column to the left of the City column, I will select the City column from the Anchor column drop down and then click Apply.

    reorder columns.pngreorder.png 

    We are also able to apply filters to the data if we want to focus on specific rows. In this example, Country has two different values for the United States – USA and US. I would like to change the US values to USA.

    filter.png

     

     

     

     

     

     

     

    After applying the filter, I can see that I have 6 rows with US as the Country. I can use the string Search and replace function to replace US with USA.

    search and replace.png

    This step included my filter, so it only applied it to the rows I have filtered on.

    Let’s perform one more step that I use all the time when loading data. We will extract date parts from the OrderDate field. This will allow us to create other date fields such as month and year fields. If I select the OrderDate field and then select the date function Extract date parts, I am presented with all the possible date part fields I can add as a column to my data set. I simply can toggle on any new fields I would like to add.

    extract date parts.png

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Once this step is applied, I can see the 4 new date fields I added.

    new dates.png

    When all the steps have been added to the table recipe, the next steps are to set the target and run the recipe. Setting the target is nothing more than giving the target file a name and file type (qvd, parquet, txt or csv) and selecting the space to create it in.

    taregt set.png

     

     

     

     

     

     

     

     

    What is nice about the table recipe is the steps are applied and stored in a new file, separate from the original data set, so you do not have to worry about incorrectly modifying the data set. Once the target is set, the Incomplete recipe message at the top of the page will change to Valid recipe and the Run recipe button will be enabled. Once the recipe is run, you can view your new data set and use it accordingly. The target data set will be stored in the desired space and can be accessed anytime via the catalog.

    Notice how all these steps we are creating are very easy and intuitive to build. You do not have to be an expert to perform these steps, and the editor is very user friendly and has a clean flow. What is also nice is that you can see that each step is working as expected when you apply it. Take this product tour to get a feel for the table recipe and then try it for yourself. To learn more, check out Qlik Help.

    Thanks,

    Jennell

    Show Less
  • Image Not found

    Design

    Level Up Your Qlik Experience: Community Resource Spotlight

    Hey guys join @Jennell_Yorkman and I for a quick community resource update as we highlight some of the latest ideas, enhancements, and best practices being shared across the Qlik Design Blog and Qlik Community. From dashboard design and developer capabilities to visualization techniques and platform improvements, this session is a fast-paced roundup of useful content and community-driven insights to help you get more out of Qlik. Whether you’re b... Show More

    Hey guys join @Jennell_Yorkman and I for a quick community resource update as we highlight some of the latest ideas, enhancements, and best practices being shared across the Qlik Design Blog and Qlik Community.

    From dashboard design and developer capabilities to visualization techniques and platform improvements, this session is a fast-paced roundup of useful content and community-driven insights to help you get more out of Qlik. Whether you’re building apps, designing dashboards, or exploring new capabilities, this is a great way to stay connected with what’s happening across the Qlik ecosystem.

    Register here LinkedIn Live

    Show Less
  • Image Not found

    Support Updates

    QlikView server communication interruptions following Microsoft Windows Domain C...

    Edited May 4th, 2026: Added mitigation article, published on the 4th of May. Beginning on April 14, 2026, multiple QlikView customers experienced outages and intermittent disruptions within their QlikView environments. These incidents coincided with the deployment of Microsoft’s April 2026 security patches to Domain Controllers, which affected QlikView Server Service (QVS) communications over port 4747. The Microsoft patches introduced changes ta... Show More

    Edited May 4th, 2026: Added mitigation article, published on the 4th of May.

    Beginning on April 14, 2026, multiple QlikView customers experienced outages and intermittent disruptions within their QlikView environments. These incidents coincided with the deployment of Microsoft’s April 2026 security patches to Domain Controllers, which affected QlikView Server Service (QVS) communications over port 4747.

    The Microsoft patches introduced changes targeting Kerberos authentication and RC4 encryption. See Addendum for a list of patches. As a result, QlikView environments where RC4 remained enabled (such as at the domain account or Windows server level) became unstable or non-functional.

    The impact on QlikView may include, but is not limited to:

    • Failed QlikView Distribution Server distribution tasks with an error code indicating an Authentication Failure.
    • "No Server" message on the QlikView AccessPoint with an error message in the Web server log indicating that the Web server cannot connect to the QlikView Server.
    • Failed Qlik NPrinting distributions to QlikView using a QVP Connection.
    • Problems accessing the QlikView Server settings from the QlikView Management Console, or failures for the QlikView Server to come online after a restart.

     

    What can be done to mitigate this issue?

    We've published an article to help address the issue. See QlikView server communication interruptions following Microsoft Windows RC4 cipher suite deprecation.

    Information in the article is based on Microsoft's remediation steps and has been adjusted and expanded to include QlikView-specific instructions. For the original, see Detect and remediate RC4 usage in Kerberos | learn.microfot.com

     

    What action is Qlik taking?

    RC4 support was deprecated starting with the May 2024 release of QlikView. The root cause in these cases stems from legacy configurations where RC4 remained enabled in the environment, rather than a defect in QlikView itself. No code changes are planned at this time, though improvements to diagnostic logging are under consideration.

     

    Addendum

    Microsoft Patches:

     

     

    If you have any questions, we're happy to assist. Reply to this blog post or take your queries to our Support Chat.

     

    Thank you for choosing Qlik,
    Qlik Support

     

     

     

    Show Less
  • Image Not found

    Support Updates

    Upcoming Maintenance for Talend Cloud and Talend Management Console: March, Apri...

    Update March 4th, 2026: added link to How to get Talend Management Console task schedules and pause and resume during a maintenance window using the API articleUpdated April 24th, 2026: added impact on APIs (all down) and additional clarification on why tasks must be stopped and the impact on remote enginesUpdated May 7th, 2026: added additional information on how to address Remote Engine impactUpdated May 12th, 2026: the anticipated impact for t... Show More

    Update March 4th, 2026: added link to How to get Talend Management Console task schedules and pause and resume during a maintenance window using the API article
    Updated April 24th, 2026: added impact on APIs (all down) and additional clarification on why tasks must be stopped and the impact on remote engines
    Updated May 7th, 2026: added additional information on how to address Remote Engine impact
    Updated May 12th, 2026: the anticipated impact for the remaining maintenance window has increased from 30 minutes to 90 minutes

    Talend Cloud and Talend Management Console will undergo scheduled maintenance in MarchApril, and MayThis infrastructure modernization is a key step in unifying the Talend ecosystem with Qlik.

    The alignment paves the way for a more seamless experience across both platforms. Over the coming months, you will gain access to integrated features that bridge data integration and analytics, enabling unified governance and a streamlined management experience across your entire data lifecycle.

    The maintenance windows will occur per region, during off-peak hours, and are expected to have a maximum of 90 minutes of effective downtime. 

     

    What is the expected impact?

    A full outage of Talend Cloud and Talend Management Console for a duration of up to 90 minutes within a preplanned 4-hour window.

    The following applications will not be accessible: 

    • Talend Management Console (TMC)
    • Talend Data Stewardship (TDS)
    • Talend Data Preparation (TDP)
    • Talend Data Inventory (TDC)
    • Talend Pipeline Designer (TPD)
    • Talend API Designer and Tester
    • Talend Studio
    • Talend Cloud Engines

    All APIs for Talend Cloud will not be available during the outage. APIs impacted:

     

    In detail:

    • Cloud engines will not be available, and executions running on Cloud Engines will be terminated.
    • Talend Studio users may be disconnected from their session, and it will not be possible to open a new Talend Studio session except in local mode.
    • Executions that are already in progress during the outage will terminate correctly except on cloud engines, but all tasks or plans scheduled to start during those periods will be skipped.
    • Skipped executions will not be tagged as failed, since they were never started. For this reason, check the execution status of your tasks and plans to ensure that all important ones are not skipped, or start them manually if necessary. See What do I need to do to prepare? further down in this blog post.
    • Static IP addresses for Cloud Engines corresponding to Disaster Recovery regions will change during maintenance. See What follow-up actions are required? further down in this blog post.

     

    What do I need to do to prepare?

     

    What follow-up actions are required?

    • After the maintenance window, check and monitor the execution status of tasks and plans, as well as the status of your Remote Engines.
      In some instances, Remote Engines might require a restart if marked as unavailable in the Talend Management Console or if tasks cannot be executed as expected.

      If restarting the Remote Engine does not resolve the complication, follow the pairing instructions in Pairing Remote Engines using a dedicated web service to reset the key and re-pair the Remote Engine.

      If your Remote Engine Gen2 is unavailable or cannot execute tasks, then:

      1. Upgrade your Remote Engine Gen2 to the latest 2026-04 release: Updating the Remote Engine Gen2 when installed using the execution script)
      2. And re-establish the pairing: Re-establish the pairing of Remote Engine Gen2

    • If you use a predefined static IP on Cloud Engine, you will need to allow the new Disaster Recovery Region's IP addresses, which will have changed at this point. While this does not immediately affect production, it will impact any potential Disaster Recovery process.

      After the maintenance window, check your static IPs (Disaster Recovery) as documented in Using predefined static IP addresses for execution containers and update your firewalls accordingly.

      No change is required for the active region's IP addresses. They will be migrated and will work as of today, ensuring no production interruption.

     

    When will the maintenance take place?

    Each region will undergo maintenance for 4 hours during off-peak hours, with a maximum of 90 minutes of effective downtime.

     

    Region Maintenance Start Maintenance End
    Talend Cloud - AWS - Asia Pacific (Sydney)

    au.cloud.talend.com


    Wednesday 25 March 2026
     
    22:00 AEDT (Sydney)

    UTC: 25/03/26 - 11:00


    Thursday 26 March 2026
     
    02:00 AEDT (Sydney)

    UTC: 25/03/26 - 15:00

    Talend Cloud - AWS - Asia Pacific (Tokyo)

    ap.cloud.talend.com


    Monday 20 April
    2026 
    22:00 JST (Tokyo)

    UTC: 20/04/26 - 13:00


    Tuesday 21 April
    2026 
    02:00 JST (Tokyo)

    UTC: 20/04/26 - 17:00

    Talend Cloud - AWS - US East (N. Virginia)

    us.cloud.talend.com


    Monday 27 April 2026
     
    02:00 EDT

    UTC: 27/04/26 - 6:00


    Monday 27 April
    2026 
    06:00 EDT

    UTC: 27/04/26 - 10:00

    Talend Cloud - AWS - Europe (Frankfurt)

    eu.cloud.talend.com


    Tuesday 26 May
    2026 
    21:00 CEST

    UTC: 26/05/26 - 19:00


    Wednesday 27 May
    2026 
    01:00 CEST

    UTC: 26/05/26 - 23:00

    To identify which region your tenant is affected by, cross-reference Accessing Talend Cloud applications.

    To track further updates during the scheduled Qlik Cloud Maintenance, please visit our Qlik Cloud Status page. This blog post will be updated with additional information where necessary. 

     

    Thank you for choosing Qlik,
    Qlik Support

    Show Less
  • Image Not found

    Support Updates

    Introducing enhanced subscription options for the Qlik Cloud Status Page (per re...

    Hello Qlik Cloud users and admins, We’ve enhanced the Qlik Cloud Status page subscription experience to give you more control over the notifications you receive. Previously, subscribing meant you received incident and maintenance notifications for all Qlik Cloud regions. With the updated Statuspage experience, you can now choose specific Qlik Cloud regions you want to follow. This helps reduce unnecessary notifications in your inbox and puts the ... Show More

    Hello Qlik Cloud users and admins,

    We’ve enhanced the Qlik Cloud Status page subscription experience to give you more control over the notifications you receive.

    Previously, subscribing meant you received incident and maintenance notifications for all Qlik Cloud regions. With the updated Statuspage experience, you can now choose specific Qlik Cloud regions you want to follow.

    This helps reduce unnecessary notifications in your inbox and puts the focus on the Qlik Cloud deployment regions you have active tenants in.

    How do I subscribe or modify my current subscription?

    To subscribe:

    1. Visit status.qlikcloud.com
    2. Click Log In in the top right of the page and authenticate with your Qlik ID
    3. Click Subscribe to Updates
    4. Select your preferred notification method (Email or RSS feed)
    5. Confirm the method
    6. Choose which deployment region you wish to be notified for
    7. Click Save

    To update your preferences:

    1. Visit status.qlikcloud.com
    2. Click Log In in the top right of the page and authenticate with your Qlik ID
    3. Click Subscribe to Updates
    4. Select your preferred notification method (Email)
    5. Enter the email address associated with your subscription and click Subscribe via Email; this will send a One-Time Passcode (OTP) to your registered email address and may prompt a CAPTCHA
    6. Complete the CAPTCHA (if applicable) and click Subscribe to Update 
    7. Retrieve the One-Time Passcode (OTP), then enter your email address and your OTP
    8. Click Verify OTP and Subscribe, and complete the CAPTCHA
    9. Select or deselect the Qlik Cloud regions you want to follow
    10. Save your updated preferences

    For a full guide, see Qlik Cloud and Qlik Talend Cloud Status.

     

    Thank you for choosing Qlik,
    Qlik Support 

     

    Show Less
  • Image Not found

    Product Innovation

    Qlik Sense May 2026 (Client-Managed) now available!

    Smarter Data, More Flexible Analytics, Better User Experiences We’re excited to introduce the May 2026 release of Qlik Sense Enterprise on Windows (client-managed). This release delivers meaningful enhancements across data scripting, visualization flexibility, and user experience helping your teams move faster from data to insight while improving performance, governance, and usability. Below is a breakdown of what’s new, why it matters, and how y... Show More

    Smarter Data, More Flexible Analytics, Better User Experiences

    We’re excited to introduce the May 2026 release of Qlik Sense Enterprise on Windows (client-managed). This release delivers meaningful enhancements across data scripting, visualization flexibility, and user experience helping your teams move faster from data to insight while improving performance, governance, and usability.

    Below is a breakdown of what’s new, why it matters, and how your teams can benefit.

    Show Less
  • Image Not found

    Support Updates

    Action required: Snowflake authentication migration guide for Qlik Analytics fol...

    Snowflake is rolling out stronger authentication requirements as part of their platform security initiative. Starting May 2026, new connections using only username and password will no longer be accepted, and all existing password-only connections will stop working between August and October 2026. For the full rollout schedule, see Snowflake's authentication enforcement timeline. If your Qlik Sense Cloud Analytics, Qlik Sense Enterprise on Window... Show More

    Snowflake is rolling out stronger authentication requirements as part of their platform security initiative. Starting May 2026, new connections using only username and password will no longer be accepted, and all existing password-only connections will stop working between August and October 2026.

    For the full rollout schedule, see Snowflake's authentication enforcement timeline.

    If your Qlik Sense Cloud AnalyticsQlik Sense Enterprise on Windows, or QlikView environment connects to Snowflake, you will need to update those connections to use either key-pair authentication or OAuth before this change takes effect.

     

    Who does this apply to?

    This applies to any Qlik Cloud Analytics, Qlik Sense Enterprise on Windows, and QlikView connection to Snowflake, where the authentication method is set to Username and Password only. Connections that already use key-pair authentication or OAuth do not need to change.

    To check your connections, review the Data connections and look for any Snowflake connections using username and password authentication.

     

    What are my migration options?

    There are two supported authentication methods you can migrate to. 

     

    Key-Pair Authentication

    Key-pair authentication uses an RSA private/public key pair assigned to the Snowflake user account. It is the most straightforward migration path and does not require an identity provider. This option is recommended for most customers.

    For setup steps, see Snowflake key-pair authentication documentation and the Qlik Snowflake connector guide.

     

    OAuth

    OAuth integrates with your existing identity provider (such as Okta or Azure AD) and is well-suited for organisations that want centralised access control and token-based authentication. It requires an OAuth security integration to be configured in Snowflake.

    See the Qlik Snowflake connector guide and Snowflake OAuth documentation.

    OAuth support for Snowflake will be introduced to Qlik Sense Enterprise on Windows with our Q2 2026 release.

     

    If you have any questions, we are, as always, happy to assist. Reply to this blog post or take your queries to our Support Chat.

     

    Thank you for choosing Qlik,
    Qlik Support

    Show Less
  • Image Not found

    Support Updates

    Techspert Talks - Monitoring Qlik Cloud Capacity

    Hi everyone, Want to stay a step ahead of important Qlik support issues? Then sign up for our monthly webinar series  where you can get first-hand insights from Qlik experts. Next Thursday, May 28 Qlik will host another Techspert Talks session and this time we are looking at Monitoring Qlik Cloud Capacity.   But wait, what is it exactly?Techspert Talks is a free webinar held on a monthly basis, where you can hear directly from Qlik Techsperts on ... Show More

    Hi everyone,
    Want to stay a step ahead of important Qlik support issues? Then sign up for our monthly webinar series  where you can get first-hand insights from Qlik experts.

    Next Thursday, May 28 Qlik will host another Techspert Talks session and this time we are looking at Monitoring Qlik Cloud Capacity.

     

    But wait, what is it exactly?
    Techspert Talks is a free webinar held on a monthly basis, where you can hear directly from Qlik Techsperts on topics that are relevant to Customers and Partners today.

    In this session we will cover:

    • Understanding capacity usage
    • Explore the reporting app
    • Tips for managing consumption

     

    Choose the webinar time that's best for you

     

    The webinar is hosted using ON24 in English and will last 30 minutes plus time for Q&A.
    Hope to see you there!!

     

    Community400x200.png

    Show Less
  • Image Not found

    Support Updates

    Qlik Automate: Execution tokens will become header parameters on February 1st, 2...

    Hello Qlik Users, As announced previously (see Qlik Automate execution token changes), execution tokens will become header parameters on February 1st, 2026. When triggering a triggered automation through the trigger URL (see the endpoint below), the execution token must be sent as a header parameter. Currently, it is possible to send the execution token as a query parameter. Starting February 1st, 2026, sending execution tokens as header paramete... Show More

    Hello Qlik Users,

    As announced previously (see Qlik Automate execution token changes), execution tokens will become header parameters on February 1st, 2026.

    When triggering a triggered automation through the trigger URL (see the endpoint below), the execution token must be sent as a header parameter. Currently, it is possible to send the execution token as a query parameter. Starting February 1st, 2026, sending execution tokens as header parameters will be enforced.

    api/v1/automations/{id}/actions/execute
    Any Button objects using the built-in Run Automation feature are not affected by this change.

    Don't hesitate to reach out if you have any questions or address our experts directly in the Qlik Automate forum.

     

    Thank you for choosing Qlik,
    Qlik Support

    Show Less
  • Image Not found

    Japan

    【BookLive / Gakken / 日清食品のユーザー事例講演が決定!】AI Reality Tour Tokyo 2026

    6/10 (水)開催 AI Reality Tour Tokyo 2026BookLive / Gakken / 日清食品のユーザー事例講演が決定! 来たる 6/10(水)、「AI Reality Tour Tokyo 2026」を開催いたします。 本イベントでは、Qlik のエキスパートによる基調講演、Qlik ユーザーの先進的な事例、Qlik 技術部門による最新の製品情報、Qlik のパートナー企業による最新のソリューションや展示ブースなど、AI がもたらす価値と現実とのギャップを解消し、AI を実現・加速・適応する最先端のソリューションをご紹介します。 詳しい講演概要・お申し込みはこちら  Qlik の AI ビジョンと戦略 - 企業全体の AI 活用を成功に導く実践的な手法  最新のエージェンティック - 今すぐ活用できる最新のイノベーションが切り拓く新たな可能性  先進的な顧客事例 - Qlik を活用してビジネス変革を実現している企業の事例  新たなつながり - 新たな知見... Show More

    6/10 (水)開催 AI Reality Tour Tokyo 2026

    BookLive / Gakken / 日清食品のユーザー事例講演が決定!

    来たる 6/10(水)、「AI Reality Tour Tokyo 2026」を開催いたします。

    本イベントでは、Qlik のエキスパートによる基調講演、Qlik ユーザーの先進的な事例、Qlik 技術部門による最新の製品情報、Qlik のパートナー企業による最新のソリューションや展示ブースなど、AI がもたらす価値と現実とのギャップを解消し、AI を実現・加速・適応する最先端のソリューションをご紹介します。

    詳しい講演概要・お申し込みはこちら

    •  Qlik の AI ビジョンと戦略 - 企業全体の AI 活用を成功に導く実践的な手法
    •  最新のエージェンティック - 今すぐ活用できる最新のイノベーションが切り拓く新たな可能性
    •  先進的な顧客事例 - Qlik を活用してビジネス変革を実現している企業の事例
    •  新たなつながり - 新たな知見をもたらす Qlik のエキスパートや同業他社との交流

    AIRT2026_Blog_v2.jpg

    お申し込みの締め切りは、6月 2日(火)17:00 までです。お早めにお申し込みください。

    【開催概要】

    日時:
    2026年 6月 10日(水)13:00 - 18:30(受付開始 12:00)
                                                     懇親会 18:30 - 19:30
    会場:
    有明セントラルタワーホール&カンファレンス
              東京都江東区有明3-7-18 有明セントラルタワー3F・4F

    参加費:無料
    お問い合わせMarketingjp@qlik.com までお問い合わせください。

    今すぐ申し込む

    Show Less
  • qlik-community-blogs.jpg

    Explore Qlik Gallery

    Decomposition Tree with AI Splits

    Decomposition Tree with AI Splits AnyChart Users drill into any metric across any dimensions, in any order — and find what drives the numbers. All on a single sheet, all on their own. With AI Splits revealing the key impacts automatically. Discoveries Well-known from Power BI, decomposition trees aren't available in Qlik natively. This extension fills that gap — letting users drill down across multiple dimensions in any order, with AI... Show More

    🔗 >> EXPLORE THIS APP LIVE OR DOWNLOAD .QVF <<

    🔗 >> SEE MORE DEMO APPS <<

    Show Less
  • Image Not found

    Qlik Academic Program

    New Centers of Excellence in India

    This year, in April, we inaugurated two new Centers of Excellence ( CoE) under the Qlik Academic Program, in the Silicon Valley of India, i.e Bangalore. The new CoEs mark a new beginning for training and skilling students in Qlik technologies along with other activities like datathons. Reva University is one of the leading Universities in the State of Karnataka and is ranked among the top universities in the region. The School of Computer Science... Show More

    This year, in April, we inaugurated two new Centers of Excellence ( CoE) under the Qlik Academic Program, in the Silicon Valley of India, i.e Bangalore. The new CoEs mark a new beginning for training and skilling students in Qlik technologies along with other activities like datathons.

    Reva University is one of the leading Universities in the State of Karnataka and is ranked among the top universities in the region. The School of Computer Science and Engineering took the lead in this initiative and has established the CoE. Strategic Partner of the Qlik Academic Program, ICT Academy established the connection with Reva and ensured that arrangements were made as per the requirements of the CoE. 

    reva pic.JPG

     

    The second CoE was established in Sai Vidya Institute of Technology ( SVIT) which is a well known institution for engineering students. Many students have earned their degree qualification from here. The Department of Computer Science Engineering have been coordinating to establish the CoE. Many initiatives are planned by SVIT to take this engagement ahead. 

    pic1.jpg

     

    The previous CoEs are functioning successfully in VJIT Hyderabad, Anurag University Hyderabad and Kristu Jayanti University Bangalore. Many students have got trained and qualified from the CoEs here. Along with this, they have hosted various events including datathons successfully. 

    We hope to establish more CoEs this year and create a physical space for students to get trained under the Qlik Academic Program.

    To learn more about the academic program, please visit: qlik.com/academicprogram 

    Show Less
  • Image Not found

    Product Innovation

    May the Data Flow: Qlik Replicate's May 2026 Technical Preview is Live

    It's May — and just like a certain galaxy far, far away, things are heating up. The Qlik Replicate May 2026 Technical Preview has landed, and it's ready for you to put through its paces.
  • Image Not found

    Support Updates

    Qlik Talend Administration Center - Security Patches Available

    The following two Qlik Talend Administration Center security issues have been identified and subsequently resolved. Patches are already available.   URL access control vulnerability (CVE-2026-9057) A broken access control issue has been identified in Qlik Talend Administration Center, which allows a user with View permission to modify the Qlik Talend Studio update URL. Affected Software  All versions of Qlik Talend Administration Center before P... Show More

    The following two Qlik Talend Administration Center security issues have been identified and subsequently resolved. Patches are already available.

     

    URL access control vulnerability (CVE-2026-9057)

    A broken access control issue has been identified in Qlik Talend Administration Center, which allows a user with View permission to modify the Qlik Talend Studio update URL.

    Affected Software 

    • All versions of Qlik Talend Administration Center before Patch_20251121_QTAC-1471_R2025-11_v1-8.0.1.

    See Security fix for Qlik Talend Administration Center URL access control vulnerability (CVE-2026-9057) for details. 

     

    Cross-site scripting vulnerability (CVE-2026-9056)

    A stored cross-site scripting security issue in the Qlik Talend Administration Center has been identified.

    Affected Software

    • All versions of Qlik Talend Administration Center before Patch_20260123_QTAC-1883 (cumulative patch)_R2026-01_v1-8.0.1 are affected.

    See Security fix for Qlik Talend Administration Center cross-site scripting vulnerability (CVE-2026-9056) for details.

     

    Recommendation

    Upgrade at the earliest. The following table lists the patch versions addressing the vulnerabilities.

    Always update to the latest version. Before you upgrade, check if a more recent release is available.
     Product Patch Release Date
    Qlik Talend Administration Center 
    URL access control vulnerability
    QTAC-1471 November 21, 2025
    Qlik Talend Administration Center 
    cross-site scripting vulnerability
    QTAC-1883 January 23, 2026

     

    Thank you for choosing Qlik,
    Qlik Support

    Show Less
  • Image Not found

    Support Updates

    Qlik Automate: Automation ownership changes for Analytics Admins May 2026

    Qlik introduced a change in how automation permissions are handled for the Analytics Admin role. When was the change introduced? The change is already live as of the 11th of May, 2026.   What does that mean for me? Analytics Admins can now claim ownership of another user's automation. After claiming ownership, they can make necessary changes to it and enable the automation. However, they can no longer transfer ownership to another user.   How do ... Show More

    Qlik introduced a change in how automation permissions are handled for the Analytics Admin role.

    When was the change introduced?

    The change is already live as of the 11th of May, 2026.

     

    What does that mean for me?

    Analytics Admins can now claim ownership of another user's automation. After claiming ownership, they can make necessary changes to it and enable the automation. However, they can no longer transfer ownership to another user.

     

    How do I claim ownership of an automation?

    As an Analytics admin, to claim ownership of an automation:

    1. Navigate to the Automations section in the Administration Console
    2. Locate the automation you want to claim ownership of, and click the Actions menu (...)
    3. Choose Claim ownership

      claim ownership.png

     

    This behavior change only applies to Analytics Admins. Tenant admins can still transfer ownership to any user with the appropriate access rights in the tenant.

     

    If you have any questions, we're happy to assist. Reply to this blog post or take your queries to our Support Chat.

     

    Thank you for choosing Qlik,
    Qlik Support

    Show Less
  • qlik-community-blogs.jpg

    Explore Qlik Gallery

    Predicting London ULEZ effects on emissions.

    Predicting London ULEZ effects on emissions.C40 CitiesUse historic emissions data and the expansion of Londo's Ultra Low Emissions Zone program to predict its effects on air quality in each of London's boroughs.DiscoveriesWe have been able to corroborate the model's accuracy using real data from the first ULEZ expansion, so we are confident it will predict the second expansion effects effectively.ImpactThis app and the ML experiment behind it has... Show More
    Show Less
  • Image Not found

    Product Innovation

    From Raw Data to AI-Ready: Accelerating GenAI and Agentic Initiatives with Qlik ...

    Most enterprise AI projects don’t fail because the model is wrong. They fail because the data isn’t ready. Data engineering leaders are now being asked to support a new wave of generative and agentic workloads that demand fresher data, broader source coverage, tighter governance, and richer context than traditional BI ever required — and to deliver it without growing the team. Qlik Talend Cloud Data Integration was built to close that gap. It pro... Show More

    Most enterprise AI projects don’t fail because the model is wrong. They fail because the data isn’t ready. Data engineering leaders are now being asked to support a new wave of generative and agentic workloads that demand fresher data, broader source coverage, tighter governance, and richer context than traditional BI ever required — and to deliver it without growing the team.

    Qlik Talend Cloud Data Integration was built to close that gap. It provides a single, governed pipeline from operational sources to an open lakehouse — and on to the vector indexes, feature stores, and APIs that your AI systems actually consume. Combined with Qlik Open Lakehouse on Apache Iceberg, it turns your AI inputs into reusable AI data products: named, versioned, governed assets that any RAG application or agent can consume off the shelf.

    This post walks through the reference architecture, the pipeline that produces those data products, and a worked example that takes raw CRM and product data all the way to a working RAG copilot and an agentic workflow — both running off the same Iceberg foundation.

    Show Less
  • Image Not found

    Product Innovation

    Unlocking Qlik Open Lakehouse Access from Talend Studio

    Talend Studio now connects natively to Qlik Open Lakehouse — query Iceberg-managed data directly from your existing Standard and Big Data jobs, with no manual JDBC configuration required. Learn how this integration works and what it means for your data workflows.
  • Image Not found

    Support Updates

    Watch! Q&A with Qlik: Qlik Cloud Migration

    Don't miss our latest Q&A with Qlik! Pull up a chair and chat with our panel of experts to help you get the most out of your Qlik experience.   WATCH HERE    
  • Image Not found

    Japan

    SAP S/4HANA 移行の「壁」を突破する!テストデータ管理を劇的に変える!

    2027年の「SAP 2027年問題」のタイムリミットが迫る中、多くの企業が S/4HANA への移行プロジェクトを進めています。しかし、移行の現場で深刻なボトルネックとなっているのが「テスト環境の構築」と「データの肥大化」です。