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: 
  • 276,798 members
  • 6,652 online
  • 2,050,958 posts
  • 155,019 Solutions
Announcements
Data Works for AI is here - Join the discussion and enter to win a pair of Qlik kicks: Join the Conversation!

Welcome to Qlik Community

Recent Discussions

  • forum

    Management & Governance

    After Qlik Sense Enterprise May 2026 upgrade

    Dear.I was upgraded to May 2026 from Nov 2025 in my test environments.I know that the published app does not service data load editor & data manager m... Show More

    Dear.

    I was upgraded to May 2026 from Nov 2025 in my test environments.
    I know that the published app does not service data load editor & data manager menu.

    I found one issue.
    after publishing the app, I can access data load editor & data manager menu.

    what's the problems?

    hanna_choi_0-1779410963465.png

     

     

     

    Show Less
  • forum

    Reporting Service & Alerting

    PixelPerfect report ignores Qlik script DecimalSep and forces comma instead of p...

    Hi everyone, I am experiencing an issue with decimal formatting in a PixelPerfect template in Qlik Cloud. In my Qlik Sense application script, my regi... Show More

    Hi everyone,

    I am experiencing an issue with decimal formatting in a PixelPerfect template in Qlik Cloud.

    In my Qlik Sense application script, my regional variables are correctly set to use a period as the decimal separator and a comma for thousands:

    SET ThousandSep=',';
    SET DecimalSep='.';
     

    However, when designing my PixelPerfect report, any XRLabel component using custom formatting displays a comma instead of a period. For example, using a Text Format String like {0:.00} or {0:.##} outputs ,21 instead of .21.

    It seems the reporting engine is overriding the Qlik application's DecimalSep variable and using a culture-dependent layout based on the cloud tenant region or server locale.

    Is there a definitive way to force a literal period (.) as the decimal separator directly within the PixelPerfect designer properties, or is this a known limitation of the cloud reporting service locale settings?

    Any help or workarounds to solve this without modifying the format in every single Qlik expression beforehand would be highly appreciated.

    Thanks in advance!

     

    Show Less
  • forum

    Water Cooler

    FIXED: Three Questions, Three Pairs of Sneakers: You're Cleared to Comment

      Good news, threads are back open. The glitch that was blocking comments is fixed. If you tried to reply earlier and it wouldn't go through, give it... Show More

    DSC02492_cropped.jpg

     

    Good news, threads are back open.

    The glitch that was blocking comments is fixed. If you tried to reply earlier and it wouldn't go through, give it another shot, you're all set now.

    Three threads, three questions, three pairs of kicks up for grabs! Here's what we're asking:

    1. Do you trust the data you'd have to act on?
    2. Are you still building the same thing over and over, or have you gotten ahead of it?
    3. Did you make the window when it mattered, or watch it close?

    Every comment on a thread is an entry, winners drawn weekly, per thread.

    Join the conversation

    Show Less
  • forum

    Brasil

    Geração PNG diretório Local

    Boa tarde,Estou utilizando o qlikcloud, e preciso gerar arquivos .png em um diretório local de minha rede. Tentei fazer via automação, porém, não cons... Show More

    Boa tarde,

    Estou utilizando o qlikcloud, e preciso gerar arquivos .png em um diretório local de minha rede.

    Tentei fazer via automação, porém, não consegui salvar localmente.
    Verifiquei em que é possível via pyton, gerando uma rotina dentro de algum servidor local, para que todo dia, a rotina abra o Qlik e gere a imagem.

    Porém, gostaria de tentar fazer algo mais "simples" tentando via automação.

    Até mesmo, se salvar .png no google drive, já resolveria.

    Alguém já passou por alguma necessidade semelhante?

    Show Less
  • forum

    Visualization and Usability

    variable input and other components vanished after upgrade from May 2023 to May ...

    Hello I've lost some components after the upgrade from May 2023 to May 2026 Patch 2How to reactivate it ?I've tried to remove the patch and repair the... Show More

    Hello

     

    I've lost some components after the upgrade from May 2023 to May 2026 Patch 2

    How to reactivate it ?

    I've tried to remove the patch and repair the installation, then reapply the patch, but it didn't work

    Is there a way to download an exe to re-install the Qlik dashboard bundle + vizualisation bundle ?

    Chotana2_0-1783934243699.png

    Chotana2_1-1783934287101.png

     

    In previous version

     

    Chotana2_2-1783934353330.png

     

    Thanks

    Show Less
  • forum

    Talend Studio

    Talend REST service prevent context variables overwritten by simultaneous reques...

    It's been some time since I've developed regularly in Talend, so happy to rework the job as much as possible to achieve this. This is 100% an issue wi... Show More

    It's been some time since I've developed regularly in Talend, so happy to rework the job as much as possible to achieve this. This is 100% an issue with how I've designed the job and not a Talend bug.

    I have a Talend Studio REST job that works correctly when requests are processed one at a time, however when two requests are sent almost simultaneously, request/response context variables responsible for passing logging info can be overwritten while the first request is still running. This causes data from one operation to be mixed into the other request’s processing, logging, or response. 

    Is there a recommended Talend native way to keep request specific values isolated for the full lifetime of each REST request, or to make a new request wait until the current request has finished processing?

    I understand Routes could potentially solve this issue, but jobs work better from a design perspective for our current goals. I'm thinking of scrapping storing the logging data in context variables and passing it all through the main component flows to avoid subsequent calls overwriting the data.

    When requests overlap, those context values may be replaced by the second request before the first request reaches the update Joblet. This can cause the wrong log record to be updated or cause response and logging data to become mixed between requests.

    For further context, at the beginning of each request, an insert logging Joblet creates a database record with values such as an ID, timestamp, operation, request details, and initial status.

    At the end of the flow, an update logging Joblet updates that same record with the final response, HTTP status, outcome, duration, error details, and completion timestamp.

    Screenshot of part of the job attached.

    ajkerr_0-1783953671406.png

    Any help would be much appreciated. Thanks in advance.

    Show Less
  • forum

    Qlik Answers

    How can I restrict Qlik MCP Server to expose only AI-ready apps?

    Hi everyone,We're using Qlik MCP Server (connected to ChatGPT) with Qlik Cloud . The connection works well, and we've built a dedicated semantic-layer... Show More

    Hi everyone,

    We're using Qlik MCP Server (connected to ChatGPT) with Qlik Cloud . The connection works well, and we've built a dedicated semantic-layer-ready Qlik app that is designed specifically for AI analysis. It contains governed KPI definitions, business terminology, synonyms, and interpretation rules to ensure consistent answers.

    Our goal is for the MCP server to expose only this app to the LLM.

    The challenge is that the MCP server currently discovers all Qlik apps that the authenticated user has access to. This means the AI can potentially use "regular" Qlik apps that were never designed for conversational AI. Those apps may contain different KPI definitions, incomplete business logic, or development content, which could lead to misleading or inconsistent answers.

    Using a separate service account isn't currently a practical option because our environment uses SSO.

    My questions are:

    1. Is there a supported way to configure the Qlik MCP Server so it exposes only specific apps (or a specific space)
    2. Is app or space allowlisting planned for a future release?
    3. What is the recommended governance approach when only a subset of Qlik apps is intended for AI consumption?

    Ideally, we'd like to maintain a curated set of AI-approved apps while preventing the MCP server from exposing all other applications that the user can access.

    Thanks in advance for any recommendations.

    Show Less
  • forum

    Management & Governance

    Qlik sense consuming all system resources

    Hi We have a client who is running Qlik Sense 14.254.6, installed by a Qlik partner and not ourselves. We have a recurring problem with this system si... Show More

    Hi

    We have a client who is running Qlik Sense 14.254.6, installed by a Qlik partner and not ourselves. We have a recurring problem with this system since the installation. The server (win 2022 vm + 64gb memory) will run out of resources and stop responding to connections. The only way to get access to the system is to log into the vm console and to either stop the qlik engine or kill the process. Immediately after restarting everything returns to normal. CPU and IO usage by the engine are zero but it consistently fixes the issue, no other steps required.

    I know nothing about qlik but have passed on what little info I gathered to the partner who installed this package. I don't think they've done anything and this issue has been ongoing for months now.

    so, I have a few basic questions

    - Is this a knowm issue?

    - They're running 14.254.6, should they be running a more recent version?

    - Is there any way to limit system resource consumption?

    If we can't find any other solution I've proposed spinning up a qlik dedicated vm so that it can't affect any other systens but thats a significant cost jump for a small company.

    thanks in advance.

    Show Less
  • forum

    Visualization and Usability

    Nprinting Excel Report - Sort by Column

    Hi,I have a report in nprinting excel. I developed for it a table in qliksense. I need to sort the report by certain column in descending order. But w... Show More

    Hi,

    I have a report in nprinting excel. I developed for it a table in qliksense. I need to sort the report by certain column in descending order. But when I right click on the cell and do sort by A->Z, nothing changes. Please advise.

    Qlik NPrinting 

    Thanks

    Inna

    Show Less
  • forum

    Qlik Replicate

    Moving Repository using repctl

    Hi. My team have been tasked with moving our existing Replicate solutions to a new sever.During the training, we were advised that we could use repctl... Show More

    Hi. 

    My team have been tasked with moving our existing Replicate solutions to a new sever.

    During the training, we were advised that we could use repctl to create a repository file, and import it into the new enviornment.

    repctl -d  D:\Attunity\Data\LogStreams exportrepository
    repctl -d importrepository json_file=c:\temp\repositoryfile.JSON

    My only concern, is that we'd like to guarantee that, when we import the repository into the new location, that none of the tasks are automatically resumed.

    I'd also prefer not to stop the tasks prior to running the first command.

    If the service account in the new environment does not have access to the target databases, will that suffice as a method? Will that guarantee that any writing tasks won't start?

    Thanks.

    Show Less
Leaderboard

Qlik community MVPs

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

mvp-banner-side-image

Customer Story

Data Drives the Reconstruction of an Entire State

Data Restores Confidence: How SEFAZ-RS Used Qlik to Support the Rebuilding of a State.

Customer Story

Qlik platform helps structure an analytics ecosystem to support diagnostic medicine and healthcare.

AFIP revolutionizes management, optimizes resource allocation and strengthens data-driven culture

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.

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

AI Reality Tour

Zurich

Join data and AI leaders in Zurich on June 10, 2026 to learn how to scale AI and drive real enterprise impact.