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: 
  • 280,118 members
  • 13,317 online
  • 2,052,453 posts
  • 155,143 Solutions
Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work

Welcome to Qlik Community

Recent Discussions

  • forum

    Connectivity & Data Prep

    REST connection in a data flow using WITHCONNECTION

    Hi,In Qlik Sense Cloud, within the "Prepare Data" section of Analytics, I am trying to create a data flow where one of the sources is a REST connectio... Show More

    Hi,

    In Qlik Sense Cloud, within the "Prepare Data" section of Analytics, I am trying to create a data flow where one of the sources is a REST connection. The issue is that, with a standard load script, I can easily modify this REST connection using the WITHCONNECTION clause, for instance, to fetch data for the current date.

    Is it possible to apply this WITHCONNECTION variation from within a data flow source block?

    Show Less
  • forum

    App Development

    Chart types to analyze performance vs. target

    A KPI number on its own cannot be judged. It needs a target, a set of bands, or its own recent history.We put together a guide to the charts that supp... Show More

    chart-types-for-performance-vs-target

    A KPI number on its own cannot be judged. It needs a target, a set of bands, or its own recent history.

    We put together a guide to the charts that supply that reference: bullet chart, gauge, variance column chart, sparkline, and waterfall. For each one, the question it answers, where it misleads you, and what to reach for when it does not fit.

    👉 Performance vs. Target Charts: Showing If You Are On Plan

    (The choices are tool-agnostic and read the same in Qlik Sense, of course.)

    Show Less
  • forum

    Put Agentic AI to Work

    Create a workflow. Earn the Agentic AI Adopter badge.

    Once you've activated agentic AI capabilities, it's time to put them to work on something real, even something small. Post your use case or workflow i... Show More

    Once you've activated agentic AI capabilities, it's time to put them to work on something real, even something small.

    Post your use case or workflow ideas here and we'll award you our newest Qlik Community badge: Agentic AI Adopter.

    Tell us in the comments:

    • What are you exploring? (Forecasting, anomaly detection, natural-language Q&A, something else entirely?)
    • What did you build, or what are you planning to build?
    • What's your top tip for a fellow Community member trying this for the first time?

    A few ideas if you're staring at a blank page:

    • Ask Qlik Answers a question you'd normally build a whole sheet to answer
    • Point Discovery Agent at a metric you check every week and see what it surfaces
    • Create a Data Product within Qlik Analytics

    This doesn’t need to be polished. A simple “I tried this, and here’s what happened” works just fine!

    Everyone who posts a first workflow, use case, or related project planning here gets the Agentic AI Adopter badge to display on your profile. 

    Badges-Community-Agentic-adopter (1).png

    Show Less
  • forum

    Management & Governance

    Monitoring apps fail after enabling SSO (SAML/Entra ID)

    Hi,We're running Qlik Sense Enterprise on Windows, November 2025. Since IT enabled SSO (SAML) on the server, all monitoring apps (Content Monitor, Lic... Show More

    Hi,

    We're running Qlik Sense Enterprise on Windows, November 2025. Since IT enabled SSO (SAML) on the server, all monitoring apps (Content Monitor, License Monitor and Operations Monitor) fail to reload with the following errors.:

    Content Monitoring --> Connection 'monitor_apps_REST_app' not found

    License Monitor --> Connection 'monitor_apps_REST_license_user' not found

    Operations Monitor --> Connection 'monitor_apps_REST_user_condensed

    What we've already checked/tried, without success:

    • The data connections (e.g. monitor_apps_REST_*) exist in the QMC, correctly named, no typo.
    • No security rule has been added or modified since the SSO switch
    • All apps have been exported and reimported but still failing identically on their respective monitor_apps_REST_* connections.
    • Owner is INTERNAL\sa_repository (default, unchanged).
    • Connection string uses the default pattern: provider=QvRestConnector.exe;url=https://localhost/qrs/license/useraccesstype/full;...;authSchema=ntlm;...
    • Tested with an explicit port on the URL (:4243) — same error.
    • Checked virtual proxies: we have Central Proxy (Default) (prefix mgmt, Authentication method = Ticket, Windows authentication pattern = Windows, this field is grayed out/system-managed) and Entra ID (SAML, no prefix). The default proxy already natively supports the Windows authentication pattern fallback, so it doesn't look like a virtual proxy/NTLM config issue.
    • Temporarily created a dedicated virtual proxy (Windows-only, separate prefix) to isolate REST/API traffic from the SSO flow — same "Connection not found" error persisted, so we rolled it back.

    Has anyone met this ? if you could help please

    BR,

    Hamid

     

    Show Less
  • forum

    Visualization and Usability

    Tab Container and NPrinting On-Demand reorting

    We are currently using Qlik Sense November 2025 Patch 7. The requirement is to export the corresponding NPrinting On-Demand report depending on the cu... Show More

    We are currently using Qlik Sense November 2025 Patch 7. The requirement is to export the corresponding NPrinting On-Demand report depending on the current selection.

    Since the On-Demand Reporting object from the Qlik Dashboard Bundle only allows a single fixed On-Demand report to be configured, we previously created one button for each NPrinting report and controlled the visibility of the buttons using the old Tab Container.

    As the old Tab Container will be removed in a future version, we need to migrate to the new Tab Container or another alternative. However, neither the new Tab Container nor the Layout Container supports the On-Demand object.

    Is there any alternative solution for this use case, or is support for the On-Demand object planned for future releases?

    TimB_0-1779271341645.png

     

    Show Less
  • forum

    QlikView

    Customize your text formatting (advanced)

    Hi Guys,as I already read in the community, that QlikView offers custom text formatting, I asked myself if it is possible to take it one step beyond.I... Show More

    Hi Guys,

    as I already read in the community, that QlikView offers custom text formatting, I asked myself if it is possible to take it one step beyond.

    I already know the following customizations

    ='<U> '&' <U>'  --> Underline

    ='<B>' & <B>' --> Big

    ='<I>' & '<I>' --> Italic

    Colors + If-clauses eg.

    Since those customizations don't offer much options (unlike HTML & CSS). I tried to use some HTML-Statements which normally lead to a custom change of our text. In this case the goal is to achieve a double underlining.

    <html>

    <head>

    <title>Double Underlined Text Example</title>

    <style type="text/css">

    .double_underline {

        border-bottom: 3px double;

    }

    </style>

    </head>

    <body>

        <span class="double_underline">Double Underlined Text</span>

    </body>

    </html>

    But...

    It's not working, altough I put it in QV-Synthax!

    Anyhow, the problem doesn't seem to be trivial.

    Since I'm not only asking for my specific problem but for general customization of  text formatting options, I'd be really happy to get answers regarding any option QV offers to its developers.

    Hope somebody has a clue making things work out.

    Greetz

    Show Less
  • forum

    Qlik Automate

    Extract data from a Qlik Sense straight table and insert it into an Excel table ...

    Hi everyone,I am working on a Qlik Sense Automation workflow to extract data from a Qlik Sense straight table and insert it into an Excel table using ... Show More

    Hi everyone,

    I am working on a Qlik Sense Automation workflow to extract data from a Qlik Sense straight table and insert it into an Excel table using the Microsoft Excel – Add Rows To Excel Worksheet Table block.

    I am processing the data in batches using nested loops, but I am facing an inconsistent issue with the second batch onward.

    Workflow Structure

    My current workflow is approximately:

    1. Get Straight Table Data

    2. Loop Batch

    3. Loop 2 – Iterate through each row in the batch

    4. Initialize/reset ExcelPayload

    5. Loop 3 – Iterate through the column values of the current row

    6. Append each column value to ExcelPayload

    7. Print ExcelPayload using an Output block

    8. Add Rows To Excel Worksheet Table

    The Excel table contains 26 columns, and the payload is already in a 2D array format, as required by the Excel block.

    Issue

    The first batch is inserted into Excel correctly.

    However, from the second batch onward, I am experiencing the following problems:

    • The first batch is added correctly.

    • In the second batch, the Output block prints data, but the rows that appear in Excel are different from what is printed in the Output.

    • Sometimes, Excel inserts random blank rows.

    • The issue does not occur consistently; it appears intermittent.

    • The Output payload appears to be reset correctly, and the data printed in the Output looks correct.

    • The Rows input of the Excel block is mapped to ExcelPayload.

    • The Excel block is configured with the correct Drive ID, Item ID, Worksheet, and Table ID.

    For example:

    Output block:

    [
    ["4725", "ABD", "TITANIUM", "..."],
    ["3847", "WERE", "BITUMEN", "..."]
    ]

    However, the rows inserted into Excel do not always correspond to the same rows shown in the Output. In some cases, blank records are also inserted.

    What I have already checked

    • ExcelPayload is reset for each row.

    • The payload is already a 2D array.

    • The Output block shows the expected data.

    • The Excel Rows field is mapped to ExcelPayload.

    • The first batch is processed correctly.

    • The issue starts intermittently from the second batch onward.

    I am not sure whether this is related to:

    1. Loop Batch processing or nested loop execution.

    2. The Excel connector's handling of multiple requests.

    3. Concurrent or overlapping Excel API requests.

    4. The Add Rows block processing the payload differently from the Output block.

    5. Excel table insertion or connector retry behavior.

    6. Some issue with the way the payload is passed between batches.

    Questions

    1. Has anyone experienced a situation where the Output block displays the correct payload, but the Excel Add Rows To Excel Worksheet Table block inserts different rows?

    2. Can Qlik Automations execute Excel insertion requests out of order or process overlapping requests when nested loops are used?

    3. Is there any recommended delay, batching approach, or sequential execution method for inserting multiple batches into an Excel table?

    4. What is the best way to debug the exact payload received by the Excel connector for each execution?

    5. Could the Microsoft Excel connector insert blank rows intermittently when multiple Add Rows requests are executed against the same table?

    Any guidance on how to troubleshoot this would be greatly appreciated.

    Thank you.

    Show Less
  • forum

    Visualization and Usability

    Tooltip on a Button

    Hello , I have a Button object in Qlik Sense . I want to display a tooltip text when hovering the mouse over the button (for example : display "Mobile... Show More

    Hello , I have a Button object in Qlik Sense . I want to display a tooltip text when hovering the mouse over the button (for example : display "Mobile" when hovering the Mobile button).

    Show Less
  • forum

    Women Who Qlik

    The Power of Feedback

    Feedback can be one of the most powerful tools for growth when handled effectively. Today, we’ll explore how to professionally respond to negative fe... Show More

    Community Forum Banner_Career_Growth_Series (2).png

    Feedback can be one of the most powerful tools for growth when handled effectively. Today, we’ll explore how to professionally respond to negative feedback, turning challenging moments into opportunities for development. You’ll learn practical strategies for communicating with confidence, and using feedback as a catalyst for stronger leadership, improved performance, and continuous growth.

     

    Related Content: 

    Article: How to Professionally Respond to Negative Feedback at Work: A Comprehensive Guide

    Article: The Power Of Feedback: A Catalyst For Growth In Leadership And Employee Development

    TedTalk: TedTalks: The secret to giving great feedback

     

    Share your thoughts in the comments: What strategies do you use to share feedback with your team?

    Show Less
  • forum

    Administering and Monitoring

    How integrate TAC 8 with Azure AD (entra id)

    Hi,I want to integrate for authentication the talend Administration Center with Azure AD (entra id). What steps could be do. thanks.
Leaderboard

Qlik community MVPs

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

mvp-banner-side-image