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: 
  • 272,673 members
  • 7,074 online
  • 2,045,968 posts
  • 154,708 Solutions
Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Connect Lounge

    Issue with the unveiled capabilities link

    Posting this here because it's Connect-adjacent. Looks like the link in the top bar is set to point at a non-public page: 
  • forum

    Visualization and Usability

    Can't upload picture

    Hi all,I encounter an issue with the default library for pictures.I can upload pictures from the QMC : content libraries, Default, upload.But if I try... Show More

    Hi all,

    I encounter an issue with the default library for pictures.

    I can upload pictures from the QMC : content libraries, Default, upload.

    But if I try to upload a picture from an app : text and picture, upload, I get a 400 error image (attached picture).

    We are on Qlik Sense Enterpise, and the file I tried to upload is only 2 Ko, far below the 5 Mo limit, so I don't see why I get the error.

    Is there anything I missed, and that I could check to solve this ?

    Best regards.

    Show Less
  • forum

    Visualization and Usability

    Fields from single table not syncing correctly

    Hey all, I have a table that is stored in a qvd file. The setup is as follows: [UpdatedClients]: LOAD [ClientID], [ClientName], [CorporateID], [Co... Show More

    Hey all,

    I have a table that is stored in a qvd file. The setup is as follows:

    [UpdatedClients]:
    LOAD
    [ClientID],
    [ClientName],
    [CorporateID],
    [CorporateName],
    [BusinessClassID],
    [BusinessClass]
     FROM [lib://Operations:DataFiles/UpdatedClients.qvd](qvd);
     
    Upon using this table, with several others associated by ClientID, i created filter panes for ClientID and ClientName as some people use the ID while others use the name. However, when ClientName is selected all data goes blank, and the corresponding ClientID filter pane doesn't reference any ClientID correlated to the client name. Using the ClientID filter pane, everything works as expected with the exception of correlating to the client name filter pane. This is very confusing as they are fields on the same table, and all ClientIDs have a corresponding ClientName. Anyone have any thoughts on why this may be happening? Thanks.
    Show Less
  • forum

    Move to Qlik Cloud Analytics

    Connectivity between Qlik Sense and Google Cloud Platform

    Hello, At present, I am utilizing the enterprise version of Qlik Sense and linking it to our on-premises database for dashboard purposes. Our organiza... Show More

    Hello,

    At present, I am utilizing the enterprise version of Qlik Sense and linking it to our on-premises database for dashboard purposes. Our organization is now transitioning from on-premises to GCP BigQuery. There is a business requirement to connect Qlik Sense with Google Cloud.

    Could someone assist me with the process of connecting Qlik Sense to the Google Cloud platform?

    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
  • forum

    Move to Qlik Cloud Analytics

    Can a staged app be moved to a shared space?

    I can't seem to move a staged app to a shared space. Is this possible?
  • forum

    Qlik Replicate

    Intermittent Special Characters ("NANA") for Blank CHAR(2) Field from DB2 z/OS

    Hi Team,We are encountering an issue while replicating data from DB2 z/OS to the target using Qlik Replicate.In the source DB2 z/OS table, a column wi... Show More

    Hi Team,

    We are encountering an issue while replicating data from DB2 z/OS to the target using Qlik Replicate.

    In the source DB2 z/OS table, a column with data type CHAR(2) contains blank values (spaces) for several records. However, in the target system, we are observing inconsistent behavior:

    • Most records are correctly replicated as blanks
    • But for a few records, the same field is populated with unexpected special characters like "NANA"

    So, not all blank fields are impacted—only a subset of records shows this issue.

    Thanks in Advance

    Show Less
  • forum

    Qlik Automate

    Automating creation of space links (generic links) via Qlik Automate / API

    Hi all,I’m trying to automate the creation of “generic links” inside a Qlik Cloud space.Use case:I have an on-prem Qlik Sense appAt the end of the rel... Show More

    Hi all,

    I’m trying to automate the creation of “generic links” inside a Qlik Cloud space.

    Use case:

    • I have an on-prem Qlik Sense app

    • At the end of the reload script, I trigger a REST call

    • This call invokes a Qlik Automate automation (webhook trigger)

    • The payload contains:

      • link name

      • link URL

      • target space

    Goal:
    Automatically create a link in a Qlik Cloud space pointing to external resources (e.g. dashboards, apps, tools).

    What I found so far:

    • Automations can be triggered via webhook ✔️

    • But I couldn’t find any API or block to create “links” in a space

    Questions:

    1. Is there any supported API to create these links programmatically?

    2. Is this feature planned or intentionally UI-only?

    3. Are there recommended alternatives for this use case?

    Thanks!

     

    Show Less
  • forum

    Management & Governance

    Identifying Analyzer's with minimal consumption

    I am actively monitoring the Entitlement Analyzer to ensure we are utilising our Capacity licences effectively, but I'm struggling to identify where, ... Show More

    I am actively monitoring the Entitlement Analyzer to ensure we are utilising our Capacity licences effectively, but I'm struggling to identify where, either in this or any other app, where I can find Analyzer assigned users who have little to no consumption & would be more beneficial on a Capacity based licence.

     

    How are you all monitoring this?  Using QlikSaaS/Cloud

     

    Thanks

    Show Less
  • forum

    Integration, Extension & APIs

    Qlik Sense Connecting to MS Office 365 Sharepoint URL

    Hello, I need to establish a connection between Qlik Sense and the Office 365 SharePoint URL. I have tested this in my Qlik Sense Test environment, an... Show More

    Hello,

    I need to establish a connection between Qlik Sense and the Office 365 SharePoint URL. I have tested this in my Qlik Sense Test environment, and it is functioning properly.

    However, I have a few questions:

    1. I need to create the Encryption key and executed the command

    "C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage". QvWebStorageProviderConnectorPackage.exe /key {key}

    During this process, a key is generated, but it was indicated that it would be stored at C:\Users\QvService\AppData\Roaming\Qlik\QwcKeys\, whereas the key is actually being stored at C:\Users\QvService\AppData\Roaming\Qlik\Keys\. 

    So, In which folder the key needs to be store ? 

    2. On my production server, I have checked both of the following folders, and the key folder is present: C:\Users\QvService\AppData\Roaming\Qlik\QwcKeys\                            C:\Users\QvService\AppData\Roaming\Qlik\Keys\ Is this the default location?

    If I execute these commands, will it affect the existing setup in any way? 

    3. After completing the above steps, should I restart any services?

    Kindly suggest

    Show Less
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

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.