Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we add a Snowflake China as target endpoint to Qlik Replicate? and Does it support the Staging Type = Internal Snowflake Stage for Snowflake China?
It seems that the Task failed with error "The Snowflake server value is not valid. The value must end with .snowflakecomputing.com"
If it is not supported with Snowflake China (.cn), what would be the recommendation from Qlik Replicate for the ingest to Snowflake China? Thank you!
Hi all,
I’m struggling with a strange behavior when using variables in the REST Connector URL with the GET method.
What works
set vURL=https://mktorest.com/bulk/v1/leads/export/abc123/file.json;
LIB CONNECT TO 'Marketo File';
RestConnectorMasterTable:
SQL SELECT
"company",
"email",
"firstName",
"lastName"
FROM CSV (header on, delimiter ",", quote """") "CSV_source"
WITH CONNECTION (
URL "$(vURL)"
);
What does NOT work
let vExportID='abc123';
set vURL=https://mktorest.com/bulk/v1/leads/export/$(vExportID)/file.json;
TRACE vURL: $(vURL);
LIB CONNECT TO 'Marketo File';
RestConnectorMasterTable:
SQL SELECT
"company",
"email",
"firstName",
"lastName"
FROM CSV (header on, delimiter ",", quote """") "CSV_source"
WITH CONNECTION (
URL "$(vURL)"
);
Is this a known limitation or quirk of the Qlik REST Connector with GET request?
Thanks in advance!
Hi all,
I'm working on streamlining some QVD's in the DataFiles folder on Qlik SaaS. I'm noticing that my folders that I create through storing QVD's are not visible when I open the DataFiles folder to navigate through them when I want to lookup the QVD's for my app. However when I change the path manually I am able to get to that folder.
My question is how I can synchronize the folders again. Is that supposed to be done automatically? Or is there some workflow that is in place to synchronize the folder structure.
I hope someone can help me.
Kind regards
Does anyone have a good solution that makes task scheduling easy? We need to include QC, QVD load dependencies in several application reloads. And the QVD are used in multiple different applications. As well as used in 2 different cloud platforms. We are looking for a tool that is also a no code type of scheduler. Does anyone have any recommendations?
I'm curious if other qs devs have the same frustration or any work arounds for this.
I am referring to how QlikSense automatically hides axis labels, titles, legends etc.. based on some hidden predetermined breakpoints. See the screenshot below, and how the axis title is missing from the middle chart, and the axis labels are missing in the charts at the middle bottom and top right.
Example
Why the current functionality is frustrating:
And here is a random example I found from Tableau Public (https://public.tableau.com/app/profile/john.johansson/viz/HRAttritionDashboard_17728329067570/HRAttrition)
Look at the header with the tiny bar charts. As far as I am aware, out of the box Qliksense is incapable of rendering a bar chart that small. It will hide the axis way before it even gets close to that size.
4. Even if I manage to get the chart to fully render everything on MY monitor, if an end user has even a slightly different resolution or browser zoom it might still be hidden on THEIR screen. I then have to explain that this is just how QlikSense works and propose the following options:
QlikSense just seems very inflexible in regards to the types of layouts you can create unless you are ok with the charts having no Axis labels/titles or having very few charts. I wish there was a way to do some combination of the following:
So does anyone else have this same complaint/struggle?
There was an ideation request related to this back in 2020 that seemed to get traction at the time:
https://community.qlik.com/t5/Suggest-an-Idea/Allow-always-show-legend-and-X-Y-Labels/idi-p/1686483
Migrated Ideation link:
https://ideation.qlik.com/app/#/case/275038?cpid=bc5e21c7-f3a3-4242-a6bd-5046411c0ba3
English
Dear all,
Could you please help me? I am currently experiencing issues with some Qlik Sense users on Android devices. It seems that their sessions are not closing properly, and they receive the message: “You have signed in on too many devices.”
As a temporary workaround, we have been closing the active sessions from the user account under Settings → Qlik Analytics on Mobile. This helps temporarily, but it is not the correct long-term solution.
Has anyone experienced a similar issue or found a better way to solve it?
Thank you very much in advance.
Español
Estimados,
Por favor, su ayuda. Actualmente estoy experimentando inconvenientes con algunos usuarios de Qlik Sense en dispositivos Android. Al parecer, las sesiones no se están cerrando correctamente y les aparece el mensaje: “Ha iniciado sesión en demasiados dispositivos.”
Como solución temporal, hemos aplicado el workaround de cerrar las sesiones activas desde la cuenta del usuario en Configuración → Qlik Analytics on Mobile. Esto nos ayuda momentáneamente, pero no es la solución definitiva.
¿Alguien ha tenido un problema similar o sabe cómo resolverlo de una mejor manera?
Muchas gracias de antemano.
Hi all,
I keep encoutering the following problem with a Qlik Sense app : whenever I export the QVF file, and then import it on another environment, I lose some of the master items along the way.
Interestingly, it is always the same master items that are lost, even if I tried solutions such as deleting and re-creating them.
At first I thought it may have something to do with the way the master item is created (directly from a field, or with a calculus), but I have differently created master items among those that are systematically lost.
Thankfully, only one app is concerned, but I would like some help on this case, is there something I am missing ?
Best regards,
Martin.
We have a task that is replicating data to Kafka using a Microsoft SQL Server source (reading from a Log Stream file, which was populated by a Microsoft SQL Server task, not CDC).
We want to apply a global rule that filters out all changes committed by a specific user.
I started off with testing this against one table instead of a global rule filter, however, the filter was not working.
So, then I switched it over to be a simple Add Column Transformation where I am mapping `$AR_H_USER` to a new column named `QLIK_AR_H_USER`.
When looking at the messages being sent to Kafka, the new `QLIK_AR_H_USER` column is showing as null.
I thought maybe I had done something incorrectly, so I added another Transformation column which mapped `$AR_H_OPERATION` to a new column named `QLIK_AR_H_OPERATION`. After stopping the task and reloading the target, I reviewed the messages sent to Kafka and I properly see `QLIK_AR_H_OPERATION` getting populated with appropriate values, yet `QLIK_AR_H_USER` is still null.
I also made sure to test both with implicit transactions as well as explicit transactions, neither made any difference.
Our server is running version 2024.11.0.577 and the source Microsoft SQL Server is running SQL Server 2022.
I can't seem to find anyone else complaining about this issue. The only thing I could find is that for the May 2021 release this was a known issue that was "fixed":
Qlik Replicate Release notes - May 2021 Initial Re... - Qlik Community - 1981408
how do you prevent the filter expression from processing a DELETE operation. When my expression processes a delete it causes the table replication to suspend with error message:
Table 'ods_owner'.'ppd_entry_bob' (subtask 0 thread 1) is suspended. Cannot compute expression, not all column values are in the data record.
my expression is: $upsert_user!='qlikreplicate'
where upsert_user is a string field in the ppd_entry_bob table
Welcome to all new members and hello to our OGs!
We’re happy to have you here and excited for you to be part of this growing, global community.
Women Who Qlik exists to connect, support, and empower women and allies across the Qlik ecosystem through shared experiences, learning opportunities, career growth, and access to expertise and resources. Our mission is to create an inclusive space where women can learn from one another, amplify their voices, and grow their careers while deepening their impact with Qlik.
The Women Who Qlik Community Group is the place to access all the exciting events and content around the Women Who Qlik program.
Throughout the year, you can look forward to:
All members will receive the Women Who Qlik badge to share on your social shortly, as well as one to share on Community. We will send you your social Credly badge via email. If you have any objections, please let us know!
How to get started:
Reply to this post and tell us:
This helps us shape future events, speakers, and topics around you.
Subscribe so you don’t miss event invites, discussions, and announcements.
Join us for an exclusive conversation on mentorship and leadership with Sadie St. Lawrence, tech influencer and founder of Women in Data and founder/CEO of the Human Machine Collaboration Institute. On March 26 at 10am EST/4pmCET get ready to share your thoughts and experiences in a discussion with Women Who Qlik leaders right here in the Women Who Qlik Community!
I’m excited to get to know you all throughout the year!
Warm regards,
Sarah
See why Qlik was named a Leader in the 2026 Gartner® Magic Quadrant™ for Augmented Data Quality Solution
Data heroes, suit up. Hackathons and Late-Night Lunacy events are back. Seating is limited — register now to lock in your spot
Introducing a new agentic experience in Qlik Answers and open AI access through MCP. Later this March: Discovery Agent and trusted data products embedded into analytics.
Think you’ve got game? Step into the Performance Zone — a data-driven sports arena on the show floor featuring Qlik customers Topgolf, the Malmö Redhawks, and Pinarello-Q36.5 Pro Cycling
Yesterday’s innovations are today’s table stakes. BARC reveals modern ISVs’ most essential capabilities.
Your journey awaits! Join us by Logging in and let the adventure begin.
Global container shipping giant delivers data transparency to enable confident decision-making and operational efficiency.
Qlik turns raw data into valuable learning experiences, empowering both students and faculty at TTUHSC.
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.
Migration to Qlik Cloud Analytics optimizes analytics applications within months.
With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.
Through the Qlik Academic Program and Qlik Sense, Universidad Nacional del Sur transforms complex data into interactive insights while preparing students for the modern workforce.
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.
Join us April 13–15, 2026 in Kissimmee, Florida for 2+ immersive days of innovation, hands-on learning, and powerful connections shaping the future of data and AI.
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.
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.