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: 
  • 275,101 members
  • 9,893 online
  • 2,049,492 posts
  • 154,924 Solutions
Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    Qlik Replciate - Export using QEM APIs - Endpoints issue

    Hi,We are using Qlik enterprise manager APIs for exporting/importing Qlik replicate tasks from DEV to QA. We are using following methods:Export: https... Show More

    Hi,

    We are using Qlik enterprise manager APIs for exporting/importing Qlik replicate tasks from DEV to QA. We are using following methods:

    Export: https://{host}/attunityenterprisemanager/api/v1/servers/{ServerName}?action=export

    Import: https://{Host}/attunityenterprisemanager/api/v1/servers/{ServerName}?action=import

    Using above we were able to migrate all tasks and endpoints from DEV to QA. Using python we changed IPs from DEV to QA in JSON, then manually set passwords in QA (because passwords are encrypted in JSON).

    Problem here is next time when we will again import repository it will overwrite passwords and we have to manually set again.

    Is there any way to export all tasks using 1 API but it should not impact endpoints only update tasks?

    Looking forward for guidance on this please.

    Regards,

    Ghassan

    Show Less
  • forum

    App Development

    Changing Monetary Values to Numerical Abbreviations on X-Axis

    Hi,  I'm building a scatter plot and have large values of money on the X-axis. I want to change those values from being $20,000,000,000 to $20B but ca... Show More

    Hi, 

     

    I'm building a scatter plot and have large values of money on the X-axis. I want to change those values from being $20,000,000,000 to $20B but can't seem to get that to work.

     

    Measure:  Sum({<ModelDiscretionaryAcctFlag={'N'}>} AccountValue)

    Number formatting: Money, $#,##0;-$#,##0

    Tried using Number formatting: Custom Format: $#,##0.0a

    Neither seems to give me what I want. Any thoughts? 

     

    Show Less
  • forum

    Qlik Replicate

    DB2 XML COLUMN Getting internal Error cannot parse

    Hi,I have created log stream based task that reads from DB2 LUW(source end point) and loads in DB2 LUW(ODBC target end point). Type of 1 column in sou... Show More

    Hi,

    I have created log stream based task that reads from DB2 LUW(source end point) and loads in DB2 LUW(ODBC target end point). Type of 1 column in source is XML, in Transform column type appears CLOB . Running task in full load, and getting error could not parse XML , invalid EOF internal error. 

    Taks structure:
    task 1: source DB2 -> logstream 

    task 2: DB2 source (with logstream of task 1) -> odbc(target DB2)

    getting error in task 2

    If anyone faced similar error please do guide how to handle XML column in Qlik Replicate.

     

    Thanks

     

    Show Less
  • forum

    Management & Governance

    CyberArk IDP SCIM provisioning with Qlik Cloud SaaS

    Hi ,I am configuring CyberArk Identity as an OIDC IdP for Qlik Cloud SaaS. The OIDC authentication and IdP validation were completed successfully, and... Show More

    Hi ,

    I am configuring CyberArk Identity as an OIDC IdP for Qlik Cloud SaaS. The OIDC authentication and IdP validation were completed successfully, and users can authenticate through CyberArk.

    The issue is with SCIM provisioning. The CyberArk SCIM connection verification succeeds, and Role Mappings are configured with users assigned to the relevant role. However, every provisioning sync fails for both users and groups.

    The Job Report shows this error:

    error: no such route
    message: The requested API endpoint does not exist


    I tried different SCIM Service URL formats, like : https://xxxx.il.qlikcloud.com/api/v1/scim/v2

    including the Qlik tenant URL and SCIM related paths, but the same error remains. 

    Has anyone successfully configured CyberArk Identity as a SCIM provisioning client for Qlik Cloud SaaS, or is SCIM provisioning officially supported only with Microsoft Entra ID?

    Thanks.

    @Benoit_C  Qlik Cloud 

    Show Less
  • forum

    Integration, Extension & APIs

    Full Guide: Qlik Cloud MCP + Gemini CLI + Antigravity via OAuth

    This guide covers the Qlik Cloud OAuth client setup, Antigravity CLI and IDE config, Gemini CLI config, and the most common failure modes.Full guide:h... Show More

    This guide covers the Qlik Cloud OAuth client setup, Antigravity CLI and IDE config, Gemini CLI config, and the most common failure modes.

    Full guide:
    https://www.datavoyagers.net/post/how-to-connect-qlik-cloud-mcp-to-gemini-cli-and-antigravity-via-oauth

    Related Community thread:
    https://community.qlik.com/t5/Integration-Extension-APIs/Connect-Qlik-MCP-in-Gemini-CLI/td-p/2550115

    Big thanks to @Daniele_Purrone and @Laurent_Cornilleau - the OAuth documentation link and the confirmation that it actually works were what got me over the line.


    Regards,

    Mark Costa

    Show Less
  • forum

    Installing and Upgrading

    Updating TAC Server

    I am trying to do a software update for TAC using the server patch. I have all the configurations for the software update green checked but I keep get... Show More

    I am trying to do a software update for TAC using the server patch. I have all the configurations for the software update green checked but I keep get this message from the Software update > server patch page:
    Software update repository cannot be reached (https://talend-update.talend.com/nexus)Screenshot 2026-06-04 151910.pngScreenshot 2026-06-04 151844.png

    Show Less
  • forum

    Integration, Extension & APIs

    Triggering and Validating Qlik App Reloads via PowerShell

    Hi everyone, We are working on building auto-generated Qlik Sense apps using simple scripts that pull data based on user selections. These scripts gen... Show More
    Hi everyone,
     
    We are working on building auto-generated Qlik Sense apps using simple scripts that pull data based on user selections. These scripts generate table logic that is written out to a file, which the app then loads via a `[Must_Include]` statement pointing to that file location.
     
    Our goal is to build an automated test that runs as apps are created and reports whether the app reload completed successfully. Specifically, we want to:
     
    • Trigger an app reload programmatically
    • Validate that the load script (including the dynamically included file) executed without errors
    • Capture success/failure details as part of an automated workflow
    We are looking to do this from PowerShell, ideally by calling Qlik APIs or supported command-line methods.
     
    Has anyone in the community attempted to trigger a Qlik Sense app reload from PowerShell? If so, could you share:
    • Which API or approach you used (QRS, Engine API, etc.)
    • How you authenticated
    • How you checked reload status and handled errors
    Any examples, lessons learned, or pointers to documentation would be greatly appreciated.
     
    Thanks in advance!
    Show Less
  • forum

    Integration, Extension & APIs

    Connect Qlik MCP in Gemini CLI

    Has anyone already connected the Qlik MCP to Gemini CLI?I’m trying to retrieve Qlik information within my Gemini setup.I created a user with the appro... Show More

    Has anyone already connected the Qlik MCP to Gemini CLI?

    I’m trying to retrieve Qlik information within my Gemini setup.

    I created a user with the appropriate permissions, as described in the Qlik Help documentation, to connect Gemini to Qlik using OAuth.

    I then generated a token using the client ID and client secret of the user, and added it to the Gemini configuration like this:

    {
      "mcpServers": {
        "qlik-cloud": {
          "httpUrl": "https://<MY_TENANT_QLIK>.qlikcloud.com/api/ai/mcp",
          "headers": {
            "Authorization": "Bearer <MY_TOKEN_OAUTH>"
          }
        }
      }
    }

     

    However, when I run /mcp list, Gemini indicates that Qlik Sense is disconnected.

    Has anyone experienced this issue before or managed to get it working?

    Show Less
  • forum

    Talend Studio

    Talend Studio with route use cftp

    Hi.I have an route jobs that have cftp to connect and directory in other server and copy this file using cfile to destination folder. But How can I co... Show More

    Hi.

    I have an route jobs that have cftp to connect and directory in other server and copy this file using cfile to destination folder. But 

    How can I control this since the file in the source is always being copied to the destination? Of course, the file will always exist in the source directory. It should only be copied again if the file in the source is replaced.

    lguevara_0-1779823600911.png

     

    thanks

     

    Show Less
  • forum

    Visualization and Usability

    Script Measur

    Hi @rubenmarin  i have measure calculated  in script  sum(cash)   as  cashnow i want to use direct cash field in pivot table  .  its giving me null va... Show More

    Hi @rubenmarin  i have measure calculated  in script 

     

    sum(cash)   as  cash

    now i want to use direct cash field in pivot table  .  its giving me null values.

    i tried using

    max(cash)

    first(Cash)

    sum(Cash)

    count(cash)

     

    nothing worked any other alternate for this? 

    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.