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: 
  • 267,685 members
  • 10,273 online
  • 2,047,843 posts
  • 154,478 Solutions
Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Pivot Table Values - while there are sales values

    Hi,I have Current Sales Value and Previous Value in the Pivot table.The problem is: when there is no current sales value 12.01.2026 then there is no v... Show More

    Hi,

    I have Current Sales Value and Previous Value in the Pivot table.

    The problem is: when there is no current sales value 12.01.2026 then there is no values for the previous day value while there is previous day sales value. The problem is my assumption Qlik has no value for today then it is like - for the current date and it is not showing anymore for the previous value. While, I see there are values for the 11.01.2026.

    I enclosed expression with "alt" while it is not working because there is no values:

    alt(sum({<previous_flag = {1}>} sales), 0)

     

    How to fix this situation?

     

    Thanks

    Show Less
  • forum

    Qlik Replicate

    Information about issue https://customerportal.qlik.com/article/Qlik-Enterprise-...

    hello i need some information about resolution of this issue Qlik Enterprise Manager disconnects from Qlik Replicate and fails to monitorVersion 2025.... Show More

    hello

     

    i need some information about resolution of this issue Qlik Enterprise Manager disconnects from Qlik Replicate and fails to monitor

    Version 2025.5 or 2025.11 of Qlik replicate/EM are also affected by this issue or is it definitively resolved with them ?

    Are there any news/update about QB-26321 and/or  QB-27571 ?

    We are migrating Qlik EM+Replicate from 2024.5 to 2025.5 and we like tro know if in the targer version this issue is resolved.

    Thanks in advance

    Alessandro

     

    Show Less
  • forum

    Qlik Replicate

    TRY_CAST resulting in a NULL value and causing the NULL result in a non-nullable...

    I have a SQL Server source table that has 5 columns:   3 non-nullable INTEGER columns  1 non-nullable DATETIME column that records the database inser... Show More

    I have a SQL Server source table that has 5 columns: 

    1.  3 non-nullable INTEGER columns
    2.  1 non-nullable DATETIME column that records the database insert date 
    3. 1 nullable DATETIME column that records the update date

    The MERGE statement looks like this (the names were changed to protect the innocent): 

    MERGE INTO "dbo"."my_table_name" T
    USING (
    SELECT *
    FROM "public"."attrep_changes6004D92ED521268C"
    WHERE "table_id" = 1
    ) S
    ON (T."ASSIGNMENTID" = IFF("table_id" = 1, TRY_CAST(S."seg1" AS NUMBER(38, 0)), NULL))
    AND (T."PERIODID" = IFF("table_id" = 1, TRY_CAST(S."seg2" AS NUMBER(38, 0)), NULL))
    WHEN MATCHED AND "replicate_op" = 0 AND "table_id" = 1
    THEN DELETE
    WHEN MATCHED AND "replicate_op" <> 0 AND "table_id" = 1
    THEN UPDATE SET
    T."NumericColumn1" = IFF("table_id" = 1, TRY_CAST(S."col1" AS NUMBER(38, 0)), NULL),
    T."NumericColumn2" = IFF("table_id" = 1, TRY_CAST(S."col2" AS NUMBER(38, 0)), NULL),
    T."NumericColumn2" = IFF("table_id" = 1, TRY_CAST(S."col3" AS NUMBER(38, 0)), NULL),
    T."DatabaseInsertDate" = IFF("table_id" = 1, TRY_CAST(S."col4" AS TIMESTAMP(3)), NULL),
    T."DatabaseUpdateDate" = IFF("table_id" = 1, TRY_CAST(S."col5" AS TIMESTAMP(3)), NULL)
    WHEN NOT MATCHED AND "replicate_op" <> 0 AND "table_id" = 1
    THEN INSERT (
    "NumericColumn1",
    "NumericColumn2",
    "NumericColumn3",
    "DatabaseInsertDate",
    "DatabaseUpdateDate"
    )
    VALUES (
    IFF("table_id" = 1, TRY_CAST(S."col1" AS NUMBER(38, 0)), NULL),
    IFF("table_id" = 1, TRY_CAST(S."col2" AS NUMBER(38, 0)), NULL),
    IFF("table_id" = 1, TRY_CAST(S."col3" AS NUMBER(38, 0)), NULL),
    IFF("table_id" = 1, TRY_CAST(S."col4" AS TIMESTAMP(3)), NULL),
    IFF("table_id" = 1, TRY_CAST(S."col5" AS TIMESTAMP(3)), NULL)
    );

    I figured that the issue is caused by TRY_CAST and that the TRY_CAST is returning a NULL for my DatabaseInsertDate.   The FULL load works fine, but from what I can see the full load is doing a COPY INTO and not running a TRY_CAST.  I have tried adding a transformation on the Table Settings for this table to 

    strftime('%Y-%m-%d %H:%M:%f', $DatabaseInsertDate) 

    ...but that has not helped. 

    The public.attrep_changes6004D92ED521268C table goes away as soon as the error occurs so I cannot see the data behind the issue.  

    Please help.  Thanks

    Show Less
  • forum

    App Development

    Master Measures & Dimension Definitions

    Is there a way we can update Master Item descriptions for Master dimensions & Measures like we can add { Comment Field } descriptions for Table dimens... Show More

    Is there a way we can update Master Item descriptions for Master dimensions & Measures like we can add { Comment Field } descriptions for Table dimensions & measure in Qlik script?

    Show Less
  • forum

    Qlik Replicate

    Qlik Replicate Replication Scheduler

    Does the Qlik replicate scheduler have a file or something that can be access and edited manually? I need to create a schedule - one to stop and one t... Show More

    Does the Qlik replicate scheduler have a file or something that can be access and edited manually? I need to create a schedule - one to stop and one to start selected tasks on the first and fourth Saturday and of each month for maintenance. 

    Show Less
  • forum

    Talend Studio

    Talend studio merge results dialog closed by accident

    Hi,Talend StudioVersion: 8Build id: 20250218_0945-patchSometimes developers close the merge results dialog by accident.Is it possible to re-open the m... Show More

    Hi,

    Talend Studio

    Version: 8

    Build id: 20250218_0945-patch

    Sometimes developers close the merge results dialog by accident.

    Is it possible to re-open the merge results dialog without re-doing the merge?

    Thanks

    Show Less
  • forum

    Qlik Replicate

    Is there a typo in the upgrade path in the release notes for Qlik Enterprise Man...

    Hi, I noticed that the upgrade steps in the QEM Nov 2025 release notes show that in order to upgrade to QEM November 2025 from November 2023, you will... Show More

    Hi,

     

    I noticed that the upgrade steps in the QEM Nov 2025 release notes show that in order to upgrade to QEM November 2025 from November 2023, you will first need to do:

    1) QEM Nov 2023 -> QEM May 2024

    2) QEM May 2024 -> QEM November 2025

    MoeE_0-1768441697834.png

    Does this not break the 2 version upgrade rule? Upgrading straight from QEM May 2024 to QEM Nov 2025 goes through 3 versions at once. QEM Nov 2024, QEM May 2025, and QEM Nov 2025.

    I had the understanding that you can only upgrade 2 versions at a time. For example, my expected upgrade path would be:

    1) QEM Nov 2023 -> QEM Nov 2024 

    2) QEM Nov 2024 -> QEM Nov 2025

     

    Help with this is appreciated. Thank you.

    Kind regards,

    Mohammed

     

    Show Less
  • forum

    Qlik Replicate

    Existing Qlik tasks has failed out of sudden

    We are observing two of the Qlik tasks has failed overnight with error "cannot start" out of sudden. There was no change on these tasks. However, we d... Show More

    We are observing two of the Qlik tasks has failed overnight with error "cannot start" out of sudden. There was no change on these tasks. However, we did add additional more new tasks in the Qlik replicate server. We have about 100+ tasks in Qlik replicate. 

    Could we be hitting a limit on the number of tasks that Qlik server could handle?

    Regards
    Desmond

    Show Less
  • forum

    Talend Studio

    Error Download jar talendagent, talendboot, talend CBP

    No se logra descargar jar talendagent, talendboot, talend CBP me pueden indicar en donde las puedo obtener
  • forum

    Qlik Automate

    SFTP connection sessions Qlik Automation

    I have a question about sessions in Qlik Automation.I'm connected via SFTP, but I'm getting an error about too many sessions. I'm not sure if this is ... Show More

    I have a question about sessions in Qlik Automation.

    I'm connected via SFTP, but I'm getting an error about too many sessions. I'm not sure if this is due to Qlik Automation or another external program.

    I'd like to know if, when I run the automation with several loop blocks (read, write, move, etc.) via SFTP, each block is a separate session, or if the execution of the continuous blocks is a single session.

    There's also a loop where I repeat the process several times. I'd like to know if this also maintains the same session, or if each repetition is a separate session.

    Generally speaking, the automation summarizes about 500 PDFs with Qlik answers. It first summarizes PDF A and saves it to an SFTP folder, then repeats the same process with the other PDFs.

    Also, if the session is closed at the end of the entire Qlik Automation process.

    I would appreciate it if you could reply, thank you very much. Regards.

    cristianj23a_0-1768423737379.png

     

     

     

    Show Less

FREE TRIAL

Data has stories to tell—let Qlik help you hear them. Start your FREE TRIAL today!

Leaderboard

Qlik community MVPs

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

mvp-banner-side-image

Customer Story

Afcons Boosts Efficiency with Qlik

Afcons Infrastructure partnered with Qlik to unify its data and build dynamic dashboards, reducing review times from weeks to hours and enabling on-demand reporting across its global operations.

Customer Story

Enhancing Customer Experience Through Smarter Insights

By implementing Qlik Analytics, Atria Convergence Technologies improves insight into churn, revenue, and downtime, driving faster decisions and more proactive customer support.

Customer Story

Breaking Down the Data Bottlenecks

Hydronorth uses Qlik to replace disconnected data systems with a single source of truth, improving alignment, speeding up decisions, and reducing manual work.

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

Did you know...

Catch the Latest from Qlik

The Qlik Product Recap showcases the newest features with quick demos and shareable resources to help you stay current?

Did you know...

Qlik Free Trials

You can test-drive Qlik for free? Try Qlik Talend Cloud to integrate and clean data without code, or explore Qlik Cloud Analytics to create AI-powered visualizations and uncover insights hands-on.

Did you know...

Turn change into opportunity

Salesforce’s acquisition of Informatica could put your flexibility on hold? Qlik makes it easy to keep your data initiatives moving forward.

Did you know...

Mastering Change Data Capture

You can move beyond batch processing and harness real-time data to power AI and faster decisions? Discover how in our new eBook, Mastering Change Data Capture.