Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
I have a SQL Server source table that has 5 columns:
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
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?
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.
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
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
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
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
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.
FREE TRIAL
Data has stories to tell—let Qlik help you hear them. Start your FREE TRIAL today!
Dare to unleash a new professional you in 2026. Join Connect April 13–15 and supercharge your skill sets.
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Data Integration Tool.
Trends 2026 Alert! Plug into this rewired framework for driving ROI from AI.
Learn why legacy data platforms can’t meet today’s AI and analytics demands and how Qlik provides a modern, independent, future-ready alternative.
Solve the real-world need for real-time data with Change Data Capture (CDC). What is CDC and how to master it?
Your journey awaits! Join us by Logging in and let the adventure begin.
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.
By implementing Qlik Analytics, Atria Convergence Technologies improves insight into churn, revenue, and downtime, driving faster decisions and more proactive customer support.
Hydronorth uses Qlik to replace disconnected data systems with a single source of truth, improving alignment, speeding up decisions, and reducing manual work.
With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.
Join one of our Location and Language groups. Find one that suits you today!
Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.
Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。
Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.
The Qlik Product Recap showcases the newest features with quick demos and shareable resources to help you stay current?
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.
Salesforce’s acquisition of Informatica could put your flexibility on hold? Qlik makes it easy to keep your data initiatives moving forward.
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.