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,901 members
  • 5,760 online
  • 2,051,053 posts
  • 155,037 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

    App Development

    How to apply set analysis filters on a field marked as 'Always one selected valu...

    Hi,We have a filterpane which will allow users to select a field. There are two requirements:1. The filter uses single selection field, hence it is ma... Show More

    Hi,

    We have a filterpane which will allow users to select a field. There are two requirements:

    1. The filter uses single selection field, hence it is marked as 'Always one selected value'.

    2. The values available for selection depend on the value(s) of another field, hence set analysis may be necessary to exclude certain values from the filter pane. 

    This appears to be incredibly difficult as we cannot find a solution that satisfies both of the 2 requirements. If the field is not a single selection field, I can manage to write a set analysis selection such as: 

    Aggr(Only({$<[MyOtherField] ={"Value"}>} [MySingleSelectionField]), [MySingleSelectionField])

    However, this will not work with single selection field though, as the filter will just contain the currently selected field and nothing else. I also tried to add {1} before [MySingleSelectionField] to bypass the currently selected field constraint, but this does not work either, the field values will show up but only the currently selected value is selectable. To make things worse, the filter appears to behave like multi-selection again, even though it seems only currently selected value is available.

    Now I am completely out of idea, and I wonder if this is even doable? Can someone help?

     

    Show Less
  • forum

    Talend Studio

    How to get the required zip file for HDFS connection [Custom Distribution]

    Hi, I'm trying to connect HDFS to Talend, following the official documentation. "If you have the zip file of the custom Hadoop distribution you need t... Show More

    Hi,

     

    I'm trying to connect HDFS to Talend, following the official documentation.

     

    "If you have the zip file of the custom Hadoop distribution you need to connect to, select Import from zip. Talend community provides this kind of zip files that you can download from http://www.talendforge.org/exchange/index.php.", the documentation states.

     

    I'm wondering how I can get this zip file in order to establish a connection between Talend and HDFS.

    Thank you in advance for your help!

    Show Less
  • forum

    Visualization and Usability

    Plotting values on a radar diagram - qliksense

    HiI want to use a radar chart to plot question scores and the max score for each question is 4 so I would like to only show 4 segments in my radar cha... Show More

    Hi

    I want to use a radar chart to plot question scores and the max score for each question is 4 so I would like to only show 4 segments in my radar chart

    When I update the range to be between 0 and 4 it repeats the value 1 and 3 as shown below

    lisab80_0-1784114533278.png

    I have seen online that it says change your measure from auto or number to custom but I am only getting the auto or number options in the drop down list there is no custom option.

    The only way it doesn't repeat if I set the range from 0 to 6 but that leaves alot of white space.

    Is there a way to show the axis without repeating values?

    Any help appreciated.

    Show Less
  • forum

    App Development

    Export including totals fails for imported QVF table objects from Qlik Sense Ent...

    We can successfully export the table data to Excel. However, selecting Export including totals fails with the message "Something went wrong. Please tr... Show More

    We can successfully export the table data to Excel. However, selecting Export including totals fails with the message "Something went wrong. Please try again." The totals row is correctly displayed in the visualization. The table that I use in QS Enterprise is the new model of table that accept Cloud (Simple Table). If we recreate the same table in Qlik Cloud (creating a new table, or simply converting the table to the same type in Cloud), Export including totals works as expected. 

    Show Less
  • forum

    Administering and Monitoring

    Handling API Rate Limits (429 Errors) gracefully in Qlik Sense REST Connector re...

    Hi everyone, I am currently setting up a monitoring dashboard in Qlik Sense to track e-commerce transactional data, inventory, and API performance met... Show More

    Hi everyone,

    I am currently setting up a monitoring dashboard in Qlik Sense to track e-commerce transactional data, inventory, and API performance metrics.

    Our data source is the backend API for our e-commerce site, Yumi Nutrition. While administering the reload tasks in QMC (Qlik Management Console), I am running into intermittent reload failures specifically during peak traffic times.

    The task fails with a timeout or a `Custom Connector error: HTTP protocol error 429 (Too Many Requests)` because we are hitting the API rate limits on our server during high-volume data fetches.

    Currently, my load script loop looks something like this:

    Let vPage = 1;
    Do while vPage <= vTotalPages

    LIB CONNECT TO 'Yumi_API_Connection';

    Data_Temp:
    SQL SELECT
    "id",
    "created_at",
    "total_price"
    FROM JSON (wrap on) "orders"
    WITH CONNECTION(
    Url "https://yuminutrition.com/api/v2/orders.json?page=$(vPage)"
    );

    Set vPage = vPage + 1;
    Loop

    My questions for the administrators and developers here:

    1. What is the best practice to build a "retry/backoff" mechanism directly into the Qlik Sense script so the reload task pauses (e.g., using a Sleep command) instead of failing immediately when a 429 error is returned?
    2. Is there an administrative setting in the Qlik Sense REST Connector configuration file on the server to automatically handle retries or extend the timeout threshold globally?

    Any advice, script templates, or server configuration tips would be greatly appreciated!

    Thanks in advance.

    Show Less
  • forum

    Data Movement & Streaming

    Using and IDp

    Hi Community,We want to invite external users to our tenant and as we have an IDp already we can't send email invitations, the problem is that I don't... Show More

    Hi Community,

    We want to invite external users to our tenant and as we have an IDp already we can't send email invitations, the problem is that I don't know how to use the IDp that we have:

     

    I am attaching an image of the IDp,  Can someone help me how to use it?

     

    Thanks

    Show Less
  • forum

    Visualization and Usability

    Does "Number of axis values" (Custom/Max/Auto) distribute points on the X-axis b...

    I have a line chart in Qlik Sense showing two measures (Avg Quality Score and Fail Rate) over 4 months (Apr–Jul). Since the X-axis dimension has few v... Show More

    I have a line chart in Qlik Sense showing two measures (Avg Quality Score and Fail Rate) over 4 months (Apr–Jul). Since the X-axis dimension has few values, the points cluster on the left half of the chart, leaving a lot of empty space on the right and making the distribution look unbalanced. On the X-axis, changing "Number of axis values" from Auto to Custom and setting a "Maximum number" (e.g., 12) makes the points spread across the full width of the chart instead of clustering on the left. The issue is that this field seems to truncate the number of values displayed when there are more categories than the defined maximum. Is this expected behavior, and is there a way to get the full spread without limiting the points?

     

    Captura de tela 2026-07-15 113112.png

    Captura de tela 2026-07-15 112929.png

    Captura de tela 2026-07-15 112913.png

    Show Less
  • forum

    Integration, Extension & APIs

    Copilot + Qlik MCP Server: response quality much lower than Claude or Qlik Answe...

    Hi everyone,We implemented the integration between Microsoft 365 Copilot and Qlik's MCP Server by following the excellent guide : Connecting Microsoft... Show More

    Hi everyone,

    We implemented the integration between Microsoft 365 Copilot and Qlik's MCP Server by following the excellent guide : Connecting Microsoft 365 Copilot to Qlik's MCP Server with the Agents Toolkit

    The setup works as described: the connection is established, the declarative agent can access our Qlik apps, and responses are generated.

    The issue

    We've noticed that the quality of Copilot's responses is significantly lower than what we get with:

    • Claude (connected to the same Qlik MCP Server)
    • Qlik Answers

    Copilot's answers are often less accurate, less structured, and sometimes incomplete — even though the underlying data source and MCP tools are identical.

    Our questions

    Has anyone experienced the same? We'd appreciate any guidance on:

    • Best practices to improve answer quality in Copilot via MCP
    • Recommended prompting techniques or agent instructions (beyond Microsoft's general guidance)
    • Known limitations of Copilot with MCP — could the 4,096-token shared context limit of declarative agents explain this gap?
    • Configuration adjustments worth trying (e.g., would a custom engine agent give better results?)
    • Any upcoming enhancements or roadmap items for this integration

    Thanks in advance for your help!

    Céline

    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

    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
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.