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: 
  • 270,783 members
  • 6,163 online
  • 2,043,616 posts
  • 154,589 Solutions
Announcements
Qlik Named a 7-Time Gartner® Magic Quadrant™ Leader: See the 2026 Report

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    Does Qlik Replicate support direct ingestion to Snowflake China (.cn Domain) as ...

    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... Show More

    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!

    Show Less
  • forum

    Connectivity & Data Prep

    Issue using variable in REST URL with GET method (works with POST)

    Hi all,I’m struggling with a strange behavior when using variables in the REST Connector URL with the GET method. What worksIf the URL variable is a s... Show More

    Hi all,

    I’m struggling with a strange behavior when using variables in the REST Connector URL with the GET method.

     

    What works

    If the URL variable is a static string, the REST call works as expected:

     

    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

    If the URL variable is built using another variable, the REST call fails, even though the resolved URL is identical.
    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)"						
    );

     

    • The TRACE log shows the exact same URL string as the hard‑coded version.
    • The same variable pass‑through works when the REST call uses POST, but fails with GET.
    • The REST connection has “Allow WITH CONNECTION” enabled.
    • No query parameters are involved. The variable is part of the URL.
    • Using SET and LET have the same outcome.

    Is this a known limitation or quirk of the Qlik REST Connector with GET request?
    Thanks in advance!

    Show Less
  • forum

    App Development

    Not up to date DataFiles folder structure

    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 a... Show More

    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

    Show Less
  • forum

    Management & Governance

    Automation and dependencies

    Does anyone have a good solution that makes task scheduling easy?   We need to include QC, QVD load dependencies in several application reloads.  And ... Show More

    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?

    Show Less
  • forum

    Visualization and Usability

    Frustration with responsive behavior

    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, t... Show More

    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.

    ExampleExample

    Why the current functionality is frustrating:

    1. A chart with no axis labels is essentially useless.
    2. When Qlik hides the axis labels it also hides the axis Title which functions as the Alternate Dimension/ Cycle Dimension toggle button which is a crucial UI object for users to toggle the dimension. When its hidden they don't know its there.
    3. The break points are WAY too aggressive and hides components even when there should be enough space to show them.
      PowerBI, Tableau and even QlikView are all capable of rendering a chart of that size while still showing the axis title and labels. I have taken the liberty of recreating the chart in PowerBI and overlaying it on top of Qliksense. The PowerbI chart is able to render the title and axis labels despite being EVEN SMALLER than the equivalent Qliksense chart.

    qliksense_example_2.png

         

    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:

    • open the chart in full screen mode if you want to see the labels
    • we can remove objects to make more space
    • suggest getting a higher res monitor
      They are usually not satisfied with these options and wonder why we had to migrate from Qlikview or why we cant switch to pbi.

    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:

    • have the chart scale the font size based on container size (cqh,cqw) or viewport size (vw,vh) 
    • or at least have more control over the breakpoints for when the chart decides to hide stuff

    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

    Show Less
  • forum

    Mobile

    Problemas Qlik Mobile

    EnglishDear all,Could you please help me? I am currently experiencing issues with some Qlik Sense users on Android devices. It seems that their sessio... Show More

    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.

    Show Less
  • forum

    App Development

    Disappearing Master Items

    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 ... Show More

    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.

     

    Show Less
  • forum

    Qlik Replicate

    AR_H_USER populating as NULL for Microsoft SQL Server source (Log Stream) and Ka...

    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 Microso... Show More

    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

    Show Less
  • forum

    Qlik Replicate

    Table filter expression

    how do you prevent the filter expression from processing a DELETE operation.   When my expression processes a delete it causes the table replication t... Show More

    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

    Show Less
  • forum

    Women Who Qlik

    Welcome Women Who Qlik!

    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.   Wom... Show More

    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:  

    • Quarterly engaging virtual events (LinkedIn Live streams, networking, speaker sessions) 
    • In-person event experiences at Qlik Connect  
    • Career development and Qlik product resources  
    • Opportunities to learn, share, and connect with peers across industries and roles 

     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: 

    1. Introduce yourself! 

             Reply to this post and tell us: 

    • Who you are 
    • What you do 
    • What you hope to learn or share here 
    1. Take our short survey 

             This helps us shape future events, speakers, and topics around you. 

    1. Subscribe to the group 

             Subscribe so you don’t miss event invites, discussions, and announcements. 

    1.  Leadership & Mentorship: A Women Who Qlik Conversation with Sadie St Lawrence 

    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  

    Show Less
Leaderboard

Qlik community MVPs

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

mvp-banner-side-image

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.

Customer Story

Universidad Nacional del Sur is Combining Research and Educational Data

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.

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...

Qlik Connect 2026: Be Bold. Be Different. Be Here.

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.

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...

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.