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: 
  • 278,536 members
  • 20,634 online
  • 2,051,596 posts
  • 155,090 Solutions
Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Answers

    Qlik Answers REST invoke only uses the knowledge base

    Summary Basically I'm building a mashup web app using qlik, and I'm trying to build an assistant using Qlik Answers but with a custom layout using the... Show More
    Summary

    Basically I'm building a mashup web app using qlik, and I'm trying to build an assistant using Qlik Answers but with a custom layout using the REST API.

    The problem is when using the same assistant, asked the same question by the same user, gives two different
    answers depending on how it is reached:

    - Via <qlik-embed ui="ai/agentic-assistant"> — the assistant answers correctly
    from the Qlik App configured as its data source.
    - Via the REST API (`POST /api/v1/assistants/{assistantId}/threads/{threadId}/actions/invoke`)
    — the assistant answers only from the knowledge base documents. Questions
    that require the app data come back as "I'm sorry, I don't have any information to answer that question, but I could help with something else.".
    I would like to know if I can reach the app knowledge over REST at all, and if so, how.

     

    Environment
    Qlik Answers assistant(not legacy) configured with:
    - a knowledge base;
    - a Qlik app;
     
    - Frontend: Angular, `@qlik/embed-web-components`
    - Backend: .NET, calling the Qlik REST API server-to-server
     
     
    Auth:
    - OAuth2 machine-to-machine client using the 
    oauth user-impersonation grant.
    - Scopes: 
    user_default, apps, assistants, knowledgebases;
     

    What I have already ruled out:
    Not permissions. The token is the end user's own via impersonation, and the same token is what the working embed uses. The assistant is listed by GET /api/v1/assistants with that token.
    Not the wrong assistant. Identical assistantId in both paths.
    Not a malformed request. The invoke returns 200 and a coherent answer — it just never consults the app.
    Not thread context. Reproduces on a brand new thread, first question.
    Not the app itself. The embed answers the same question from the same app.


    Questions
    - Is POST /api/v1/assistants/{id}/threads/{id}/actions/invoke limited to knowledge base sources by design, with app data sources available only through the agentic experience?

    Does ai/agentic-assistant component call a different (unpublished/internal) endpoint, or the same one with additional parameters? 
    - Is there a promptType value, or any other body field, that enables the app-data path over REST?
    - If there is no REST equivalent today, is one planned? Metering and auditing per user is not possible with a browser-to-Qlik embed, so a server-side path matters for anyone building a multi-tenant product on Qlik Answers.

     

     
    Show Less
  • forum

    Integration, Extension & APIs

    How to get applications reload status through API

    Hi everyone,Is there a way in Qlik Cloud to retrieve app reload information (such as reload status, last reload timestamp, etc.) through the APIs?I'd ... Show More

    Hi everyone,

    Is there a way in Qlik Cloud to retrieve app reload information (such as reload status, last reload timestamp, etc.) through the APIs?

    I'd like to build a monitoring app that tracks the reload status of multiple apps across different spaces and provides a consolidated overview.

    Has anyone did something similar or can point me to the correct API endpoints?

    Thanks!

    Show Less
  • forum

    Management & Governance

    Problem with uploading an external certificate

    The external certificate works in the Qlik May 2024 Patch 8 environment. I do the same thing in the new environment: I import the MMC certificate, gra... Show More

    The external certificate works in the Qlik May 2024 Patch 8 environment. I do the same thing in the new environment: I import the MMC certificate, grant permissions for QseService, add it in Proxy/Security/ThumbPrint, and after that, I can't log in to Qlik using the new URL with the external certificate. I enter the login password and it keeps returning to the "enter the login password" window. The proxy logs are empty, nothing. Please help me figure out what the problem is. I'm currently using the May 2026 Patch 1 version.

    Show Less
  • forum

    App Development

    different calculations by fiscal year

    HelloI got a pivot table with Fiscal Year as dimensionwhat i want to acocmplish is the followoing:for fiscal years before current fiscal year should d... Show More

    Hello
    I got a pivot table with Fiscal Year as dimension
    what i want to acocmplish is the followoing:
    for fiscal years before current fiscal year should display the sum({<scenario={actual}>}amount)
    while for current fiscal year and future ones I need to display sum({<scenario={budget}>}amount)

    I wrote the following expression:
    sum({<scenario={actual},fiscal_year={"<2026"}>}amount)
    +

    sum({<scenario={budget},fiscal_year={">=2026"}>}amount)

    this returns the correct results
    However if the user selects the fiscal year 2026, he is still able to see the results for 2025,2024,...
    what would the set analysis be so that the user only sees the result of the selected fiscal year
    or if he selects 2026 and 2025 he only sees 20206, and 2025 exclusively and not 2024 and others because these are <2026

    Show Less
  • forum

    Qlik Replicate

    Qlik Replicate – backup_set_id sequencing breaks after AG failover recovery (Alw...

    Hi Qlik Support team, We're running into a recurring issue with a SQL Server source task in Qlik Replicate related to how backup_set_id is tracked acr... Show More

    Hi Qlik Support team,

     

    We're running into a recurring issue with a SQL Server source task in Qlik Replicate related to how backup_set_id is tracked across an Always On Availability Group failover event, and we'd like guidance on the correct way to handle this, as we haven't found documentation that covers our specific scenario end-to-end.

     

    Environment / configuration
    - SQL Server source endpoint using an Always On Availability Group listener
    - Internal parameter AlwaysOnSharedSynchedBackupIsEnabled is enabled
    - Readable secondaries are currently configured with HA off (not serving read traffic)
    - Transaction log backups are currently running on the primary replica

     

    What happened
    1. Log backups were running normally on the primary replica, and Replicate was consuming them without issue.
    2. We had to temporarily redirect backups to the secondary replica for a short period.
    3. We then moved backups back to the primary replica.
    4. Because msdb is not shared across AG replicas, the two backups taken on the secondary during that window were never recorded in the primary's msdb. Following the approach described in your official article "Qlik Replicate and SQL Server AG HA Handling", we manually inserted the missing backup records into the primary's msdb so Replicate could locate them.
    5. Replicate picked up and processed those two manually inserted backups. However, it then stopped processing entirely. On investigation, we found this was because the backup_set_id values on the manually inserted rows were significantly higher than the primary's own backup_set_id sequence. Once backups resumed on the primary afterward, the primary's native backup_set_id values were lower than the ones Replicate had already consumed, and the task would not move past this point.

     

    Workaround we used
    As a manual recovery, we identified the specific LSN the task was waiting for from the task log, stopped the task, and used Advanced Run to restart the task from that required LSN. This got us moving again, but it's a manual, reactive fix rather than a supported procedure, and it's not something we want to rely on every time backups need to move between replicas temporarily.

     

    Where we need help
    - The AG HA Handling article explains how to register secondary-replica backups into the primary's msdb, but it doesn't address what happens to backup_set_id sequencing when backups subsequently move back to the primary. Is there a recommended way to insert those records (e.g. allowing the identity column to generate a new, in-sequence backup_set_id rather than carrying over the secondary's original value) that avoids this conflict?
    - Is backup_set_id actually used by Replicate as an ordering/watermark value for determining the "next" backup to process, or is this purely LSN-driven under the hood? Understanding this would help us avoid the issue proactively.
    - Is there a supported/documented way to resume a task from a specific LSN or backup set after this kind of conflict, rather than relying on Advanced Run as a workaround?
    - More generally, could this end-to-end scenario (temporary backup failover to a secondary, manual msdb registration, then failback to primary) be documented as a supported procedure, since it seems like a fairly common operational event for AG environments and the current article only covers the first half of it?

    Show Less
  • forum

    Talend Cloud

    [TDS] Mode Hybride

    Bonjour,Dans mon Talend Cloud, il y a trois Data Stewardship (Le classique et 2 supplémentaires) de paramétré.En utilisant les URL Data Stewardship su... Show More

    Bonjour,

    Dans mon Talend Cloud, il y a trois Data Stewardship (Le classique et 2 supplémentaires) de paramétré.

    En utilisant les URL Data Stewardship supplémentaires, pour avoir accès à l'interface TDS, l'authentification me demande mon user et mdp (ce qui est tout à fait normal), je passe le contrôle, je vois l'URL de mon TDS sup mais pas d'affichage et repasse à l'authentification, et cela boucle. Je n'ai jamais accès à mes TDS supplémentaires.

    Avant cela fonctionnait, mais je ne peux pas vous dire depuis quand cela ne fonctionne plus, nous utilisons TDS supplémentaires que très très rarement (uniquement lors d’évolution de notre flux).

    Les derniers changements qui ont été fait sur notre compte, nous sommes en migration entre Talend V7 et Talend V8. 

    Pouvez vous m'indiquer la marche à suivre afin de pouvoir avoir accès à tous mes TDS ?

    Prenez soin de vous.

     

    Show Less
  • forum

    Qlik Automate

    Scheduled email notifications in Qlik Sense Enterprise on Windows

    Hi all,I would like to confirm whether Qlik Sense Enterprise on Windows / Client-Managed has any native feature for scheduled email notifications.Our ... Show More

    Hi all,

    I would like to confirm whether Qlik Sense Enterprise on Windows / Client-Managed has any native feature for scheduled email notifications.

    Our requirement is:

    1. Send an email notification based on a schedule.
    2. The email could be used for task status, reload result, or report notification.
    3. Ideally, we would like to know whether this can be done directly in Qlik Sense Enterprise on Windows, without using Qlik Cloud.
    4. If it is not supported natively, what is the recommended approach?

    I have seen some possible options such as:
    - Qlik NPrinting
    - Qlik Alerting
    - SMTP / log4net configuration
    - Qlik Application Automation / Qlik Automate
    - Third-party tools

    Could anyone clarify which option is recommended for Qlik Sense Enterprise on Windows?

    Environment:
    - Product: Qlik Sense Enterprise on Windows
    - Version: [please fill in your version]
    - Requirement: scheduled email notification / scheduled report email / reload task notification

    Thanks in advance.

    Show Less
  • forum

    Qlik Replicate

    Latency in applying changes to logstream folder.

    Hi team, We are running a Qlik Replicate LogStream task with Oracle as the source and approximately 370 tables configured.We are observing significant... Show More

    Hi team,

     

    We are running a Qlik Replicate LogStream task with Oracle as the source and approximately 370 tables configured.

    We are observing significant latency while changes are being applied to the LogStream target folder. However, when we run a separate Oracle → PostgreSQL replication task using the same source database, there is no latency and changes are applied in near real-time.

    Could you please suggest possible causes for this behavior?

    Show Less
  • forum

    App Development

    Label of Bar chart and line chart in enterprise Qlik sense

    How can I prevent data labels from overlapping and automatically rotating vertically in a combo chart? I don't find any option to custom this.Here is... Show More

    datanoob_0-1781496302245.png

    How can I prevent data labels from overlapping and automatically rotating vertically in a combo chart? I don't find any option to custom this.
    Here is setting in my enterprise version

    datanoob_1-1781496791736.png

    If we don't have setting to customize this, do we have any way to work around this issue?

    Show Less
  • forum

    Qlik Automate

    Alerting

    Is there a way that Qlik can send alerts to a Microsoft Teams account? 
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.