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

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 270,654 members
  • 5,306 online
  • 2,043,451 posts
  • 154,583 Solutions
Announcements
Qlik Named a 7-Time Gartner® Magic Quadrant™ Leader: See the 2026 Report

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    "transactional apply" mode is not supported, but task is in batch apply

    Since a few weeks, we're getting this error frequently: The task however is in batch apply. There is no further information in the logging. source is ... Show More

    Since a few weeks, we're getting this error frequently: 

    Schermafbeelding 2026-03-09 090359.png

    The task however is in batch apply. There is no further information in the logging. 

    source is Oracle cdc, using logstream

    target is databricks lakehouse (delta)

    How to resolve this recurring issue?

    Show Less
  • forum

    App Development

    How to calculate Sales Weight Calculation

    Hello everyone,I received a requirement to calculate weighted availability, meaning:The percentage of total sales in the stores where the selected pro... Show More

    Hello everyone,

    I received a requirement to calculate weighted availability, meaning:

    The percentage of total sales in the stores where the selected product is sold, out of the total sales across all stores.

    The expression needs to be displayed in two charts:

    1. A Bar chart with Sector as the dimension.

    2. A Line chart with Sector and Year as dimensions.

    I was able to create the bar chart using the following expression:

    ({1<[Material]=P({1<[Product_Division]={'10','12','13','16','26','30','35'}>}[Material]), CustKey=P({<[Customers.Name] -= {"*Marlog*"}, [Customer_H6_Desc.]={'Private'}>} CustKey),
    , Year = $::Year>}

    [Sales])
    /
    {1< [Material]=P({1<[Product_Division]={'10','12','13','16','26','30','35','40'}>}[Material]), CustKey = P({1<[Customers.Name] -= {"*Marlog*"}, [Customer_H6_Desc.]={'Private'}>}CustKey), Year = $::Year>}
    [Sales]

    However, I was not able to make it work properly for the line chart.

    There are Three additional constraints:

    • [Sales] is already a master measure and cannot be modified.

    • The line chart should ignore Year selection (So the trend will always be visible).

    • There may be selections on different product levels (Category, Barcode, etc.).

    •  

    I would appreciate a solution or an alternative expression that might work better in this scenario.

    Thanks in advance!

    Show Less
  • forum

    Qlik Replicate

    DB2 z/OS can LOAD LOG(YES) be replicated

    HelloI have a DB2 z/OS source table, that is maintained by a LOAD job. There are multiple Steps in the Job. First it does a LOAD REPLACE and after tha... Show More

    Hello

    I have a DB2 z/OS source table, that is maintained by a LOAD job. There are multiple Steps in the Job. First it does a LOAD REPLACE and after that there are several LOAD RESUME steps. None of this is by default captured by the Log Stream task that is reading the source.

    However these changes should be visible to Qlik Replicate. My expectation would be to have a reload of the table triggered after the LOAD REPLACE finished and the LOAD RESUME could be handled as mass inserts.

    Is there any possibility to achieve this?

    Show Less
  • forum

    Visualization and Usability

    Qlik Sense Straight Table Cell Edit (Comments Field)

    Hi, I have one sales table (straight table) in Qlik Sense similar to given below table. Now, my user wants to write comments in the comments column. D... Show More

    Hi,

    I have one sales table (straight table) in Qlik Sense similar to given below table.

    Now, my user wants to write comments in the comments column. Do you know, how to enable Comments column for text writing?

    Sales Table:

    Product ID Product Name Sales Date Comments
    1 Apple 101 30.01.2023  
    2 Orange 102 30.01.2023  

     

    Or is it possible to create new table with product id and comments column with editable comments cell? if yes, then how to achieve this ?

     

    Thanks

    Show Less
  • forum

    Visualization and Usability

    Comment to a post

    HelloI would like my users to be able to enter a comment to a project in a report via an inputbox. My first thought was if it was possible to include ... Show More

    Hello

    I would like my users to be able to enter a comment to a project in a report via an inputbox. My first thought was if it was possible to include variables when you share a link to the report. That would be good enough. I tried the share button but it seem to only include selections and not variables. Or am I doing something wrong? 

    Any other ideas on how to achieve this? Can it be done?

    Show Less
  • forum

    Visualization and Usability

    Release managment and source control with Qlik Sense

    My company is going to build a platform that has 2 layers (development and production) and we are going to have source control with that (git). so I s... Show More

    My company is going to build a platform that has 2 layers (development and production) and we are going to have source control with that (git). so I started to search for solutions.

    First, I found QDF which is great to have modules but again all other parts (like visualization, measures, dimensions, ..) remain binary and we should ignore them. 

    Second, I found serializeapp which converts an app to some JSON files but It didn't give any solution about how should we restore it.

    Third, I found QMC Utilities which have a plugin for backup/restore in JSON files. However it's an alpha version and when I tried to test, it didn't work correctly (I made a new app and I published it but It didn't appear in the list for backup and restore!! after I found the API for getting the list and run it manually, the list in QMCU is also updated!). Also, I don't want to use an application because then some parts of the work will be manual.

    Finally, I learned about QRS APIs I couldn't figure out what is the way to backup/restore APP in JSON files. I think the documentation is not good enough. 

    So, do you have any solution or know an API which is my solution?

    Show Less
  • forum

    App Development

    QlikSense Source Control and CI/CD

    In our Qlik Sense app development life-cycle, we are thinking that there must be a way to build a Continuous Integration/Continuous Deployment pipelin... Show More

    In our Qlik Sense app development life-cycle, we are thinking that there must be a way to build a Continuous Integration/Continuous Deployment pipeline and include some basic automated testing within the promotion workflow.

    1) Determine how to integrate Qlik with a Source Control (like BitBucket) to ensure apps are source controlled

    2) Determine if it would be possible to have more than one developer working on one app at the same time. Would Bit Bucket be able to determine and solve merge conflicts?

    3) Research and POC an eventual CI\CD pipeline for Qlik to be able to automatically promote apps across environments, potentially by making use of Qlik APIs

    Can you please refer to current best practices and assets we can leverage in building a continuous deployment pipeline for Qlik Sense?

    Show Less
  • forum

    Management & Governance

    Source control in Qlik Sense

    Hi techies,I opened a discussion on source control with Qlik Sense two years ago https://community.qlik.com/t5/New-to-Qlik-Sense/Version-Control-in-Ql... Show More

    Hi techies,

    I opened a discussion on source control with Qlik Sense two years ago https://community.qlik.com/t5/New-to-Qlik-Sense/Version-Control-in-Qlik-Sense/td-p/1459203

    I was looking for solution how to do source control in Qlik Sense as we do with github or bitbucket for text file.

    I didn't get any solution or any tool suggestion that time.

    I am looking for same solution again after two years. I hope people have created source control solution for Qlik Sense.

    Please suggest me tool, either Windows or Web based which can help a developer to do source controlling.

     

    Thanks in advance

    Rohit

    Show Less
  • forum

    QlikView

    QlikView May 2023 SR2 (12.80.20200) in Windows Server 2025

    Hello,Currently we are running our QlikView May 2023 SR2 (12.80.20200) in Microsoft Windows Server 2019 Standard. Now we plan to reinstall QlikView Ma... Show More

    Hello,

    Currently we are running our QlikView May 2023 SR2 (12.80.20200) in Microsoft Windows Server 2019 Standard. Now we plan to reinstall QlikView May 2023 SR2 (12.80.20200) in Microsoft Windows Server 2025 Standard. We cannot upgrade our QlikView due to licensing reasons.

    Would it cause some kind of some kind of issues or risks if QlikView May 2023 SR2 (12.80.20200) would be launched Microsoft Windows Server 2025 Standard? Anyone are running QlikView that way?

     

    QlikView 

     

    Show Less
  • forum

    Qlik Answers

    How can I manage my multiple EML files?

    It’s very difficult to manage multiple EML files as it requires a lot of time to manage and back up those files. By converting your EML files into Out... Show More
    It’s very difficult to manage multiple EML files as it requires a lot of time to manage and back up those files. By converting your EML files into Outlook PST, it will become easy to handle those multiple email files in a single PST file. Outlook provides a lot of features that will help in easy management. Features like scheduling calendar, task management, contact linking, etc are available in Outlook. To convert your EML files into PST format, you require an email migration tool that allows you to convert those emails into Outlook. I had a great experience with ToolsCrunch's MAC EML file to PST Converter. It converts multiple files at once and processes them speedily. It is compatible with both Mac OS and Windows OS without any system errors and has a simple UI that is easy to use by anyone. It protects the data from loss and harm during the conversion and preserves all the email details authentically after the conversion.
    Show Less
Leaderboard

Qlik community MVPs

Qlik Community MVPs — trusted experts driving collaboration, learning, and innovation.

mvp-banner-side-image

Customer Story

Hapag-Lloyd Enables Smart Decisions With Qlik

Global container shipping giant delivers data transparency to enable confident decision-making and operational efficiency.

Customer Story

Students See Data Come to Life With Qlik Academic Program

Qlik turns raw data into valuable learning experiences, empowering both students and faculty at TTUHSC.

Customer Story

MillerKnoll Unifies Data with Qlik Talend

MillerKnoll partnered with Qlik Talend® data solutions to unify data across its diverse systems, accelerating critical processes and nearly eliminating data integration issues organization-wide.

Customer Story

Radiall Embraces the Cloud and Improves Operational Efficiency

Migration to Qlik Cloud Analytics optimizes analytics applications within months.

Customer Story

French Ministry of Armed Forces Develops a Data-Centric Culture

With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.

Customer Story

Universidad Nacional del Sur is Combining Research and Educational Data

Through the Qlik Academic Program and Qlik Sense, Universidad Nacional del Sur transforms complex data into interactive insights while preparing students for the modern workforce.

Your Place, Your People

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Qlik en México

Qlik en México

Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.

All are welcome

Hello from Japan

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Parlons Données

Parlons Données

Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.

open to all

Did you know...

Qlik Connect 2026: Be Bold. Be Different. Be Here.

Join us April 13–15, 2026 in Kissimmee, Florida for 2+ immersive days of innovation, hands-on learning, and powerful connections shaping the future of data and AI.

Did you know...

Qlik Free Trials

You can test-drive Qlik for free? Try Qlik Talend Cloud to integrate and clean data without code, or explore Qlik Cloud Analytics to create AI-powered visualizations and uncover insights hands-on.

Did you know...

Mastering Change Data Capture

You can move beyond batch processing and harness real-time data to power AI and faster decisions? Discover how in our new eBook, Mastering Change Data Capture.