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,368 members
  • 6,867 online
  • 2,045,558 posts
  • 154,688 Solutions
Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    Refer the value of Previous Year months value in Pivot table

    Hi,I have a requirement to show the sales for Group, ItemCategory wise monthly data in pivot table.I could easily do for the actual sales. Where as  i... Show More

    Hi,

    I have a requirement to show the sales for Group, ItemCategory wise monthly data in pivot table.

    I could easily do for the actual sales. Where as  i have to calculate for feature year month's  based on Last fiscal yea's value (2025/03).

     

    John_Peter_0-1776055001943.png

     

    In the above figure i have to consider the value of 2025/05 for the Year month 2027/04.

    Is there any feasibility to get the value of previous Year Months data 

    I know i can use Before(Column(index)), But i need a solution without Column(Index).Because i need to show the correct value even the user selects any year month ,If i use column index it wont work.

     

    Thanks,

    John.

     

     

    Show Less
  • forum

    App Development

    Issue with Area Map in Qlik Sense

    We are currently facing an issue with the Area Map in Qlik Sense. We have checked both the Area Map and Point Map functionalities:The Point Map is wor... Show More

    We are currently facing an issue with the Area Map in Qlik Sense. We have checked both the Area Map and Point Map functionalities:

    • The Point Map is working as expected.
    • The Area Map is not working.

    This issue is occurring both in Qlik Sense Desktop and Qlik Sense hub.

    Since the Area Map is required, could you please check and share the RCA from your side at your convenience?

    Please let us know if you need any additional information from our side.

     

    Screenshot.png

     

     

    Show Less
  • forum

    App Development

    Ignore duplicates in a chart

    Hello, I'm no set analysis expert and I'm struggling to find a solution to this problem, so here I am!I have a dataset with duplicate values. My datas... Show More

    Hello,

    I'm no set analysis expert and I'm struggling to find a solution to this problem, so here I am!

    I have a dataset with duplicate values. My dataset has a PersonId and a RelationshipType, each PersonId can have multiple, different RelationshipTypes. Let's say my table is as follows:

    PersonID RelationshipType
    772 Partner
    772 Child
    771 Parent
    773 Other
    774 Child
    775 Other
    775 Child

     

    I want a visualisation to return these results - i.e., only counting each person once and excluding duplicates, returning the first RelationshipType, sorted on PersonId:

    RelationshipType Count
    Child 1
    Partner 1
    Parent 1
    Other 2
    TOTAL 5


    I'm more than comfortable with Count (DISTINCT PersonId), which returns the unique count of PersonId, so the total displays the correct number when combined with RelationshipType, however, understandably, I currently get this:

    RelationshipType Count
    Child 3
    Partner 1
    Parent 1
    Other 2
    TOTAL 5


    Is there some set analysis statement to achieve this? I've tried so many combinations of functions and syntax but with no luck and I'm starting to feel like I'm banging my head up against a brick wall!

    PS - my dataset is around 400,000 records per month and contains over 50 variables, but this is a simplified version! I also need the duplicates for every other visualisation in my app, so I can't remove them in the data load.

    Thanks in advance!
    Jen

    Show Less
  • forum

    Talend Cloud

    implementaion of three-tier model (Load data, schema, application) on Qlik clou...

    We work with Qliksense On Preim in the three-tier model (Load data, schema, application)How do you implement in the cloud?As I understand it, there ar... Show More

    We work with Qliksense On Preim in the three-tier model (Load data, schema, application)
    How do you implement in the cloud?
    As I understand it, there are 3 types of spaces:
    Shared, managed, data

    Shared – development environment

    Managed – publishing to customers

    Data – data creation and storage

    Personal – personal environment, parallel to work

    Our architecture:
    load data - shared space
    Schema – shared space
    Qvd files, excels and all data files – data space
    Applications – managed spaces

    Is this the right way?
    And do you create shared, Data and managed spaces for each environment (dev, test, prod)

    Show Less
  • forum

    Qlik Answers

    How to push a file/QVD to a space in the Qlik Cloud using tQlikOutput component?

    I am using the tQlikOutput component in Talend to upload a qvd file to Qlik Cloud.I want the file to be uploaded a QVD into a "Talend_Space" in the Ql... Show More

    I am using the tQlikOutput component in Talend to upload a qvd file to Qlik Cloud.
    I want the file to be uploaded a QVD into a "Talend_Space" in the Qlik cloud .

    I can push it to the personal space, but requirement is to publish the QVD in tha shared or managed space in Qlik.


    What is the correct way to map a QVD upload to a specific space using tQlikOutput?
    Looking for the proper configuration method to ensure the file is pushed directly into Talend_Space.

    Talend Studio     Qlik Cloud  

    Show Less
  • forum

    Talend Studio

    Big Data Batch Spark Exit Code = 1 Caused by: java.lang.reflect.InaccessibleObje...

    i have put properties "spark.driver.extraJavaOptions", "spark.executor.extraJavaOptions" and JVM Arguments with this  --add-opens=java.base/java.nio=A... Show More

    i have put properties "spark.driver.extraJavaOptions", "spark.executor.extraJavaOptions" and JVM Arguments with this 

    --add-opens=java.base/java.nio=ALL-UNNAMED
    --add-opens=java.base/java.lang=ALL-UNNAMED
    --add-opens=java.base/java.util=ALL-UNNAMED
    --add-opens=java.base/java.lang.invoke=ALL-UNNAMED
    --add-opens java.base/java.net=ALL-UNNAMED
    --add-opens=java.base/sun.nio.ch=ALL-UNNAMED

    but job still error

    fatah16x_0-1775994907841.png

     

     

    Show Less
  • forum

    App Development

    Calling Stored procedure from Impala using shell script or bat file

    Hello All,I am looking to run stored procedure script(DB Impala) from Qlik Sense On-Prem environment using Shell Script or Bat file or any other mode ... Show More

    Hello All,

    I am looking to run stored procedure script(DB Impala) from Qlik Sense On-Prem environment using Shell Script or Bat file or any other mode and post that show the data in Qlik Sense UI. 

    Is there any way or solution to achieve this? 

     

    #!/bin/bash

    # -----------------------------

    # Impala Connection Details

    # -----------------------------

    #IMPALA_HOST="impala-hostname"

    #IMPALA_PORT="21000"

    DATABASE="kan_adhoc"

    impala_cli="impala-shell -i kancdhdatap6.kanhadoopprd.net -d default -k --ssl"

     

    # -----------------------------

    # Impala CREATE TABLE

    # -----------------------------

     

    SQL_QUERY1="DROP TABLE IF EXISTS ${DATABASE}.aca_type;"

     

    SQL_QUERY="CREATE TABLE IF NOT EXISTS ${DATABASE}.aca_type as select * from kan_ref.aca_type ;"

     

    # -----------------------------

    # Execute Query

    # -----------------------------

    #impala-shell \  -i ${IMPALA_HOST}:${IMPALA_PORT} \  -q "${SQL_QUERY}"

     

      $impala_cli -q "${SQL_QUERY1}"

     

      $impala_cli -q "${SQL_QUERY}"

     

    # -----------------------------

    # Status Check

    # -----------------------------

    if [ $? -eq 0 ]; then

      echo " Table created successfully in Impala."

    else

      echo " Failed to create table in Impala."

      exit 1

    fi

    Show Less
  • forum
  • forum

    Data Movement & Streaming

    Setup Qlik Cloud MCP & LLM Copilot

    Hi team,I tried to set up this LLM but currently, to make the test with Swagger on Power Automate to authorize the OAuth session, it indicates that th... Show More

    Hi team,

    I tried to set up this LLM but currently, to make the test with Swagger on Power Automate to authorize the OAuth session, it indicates that the redirect URI is not registered, and I made this in the before steps.

    Some have the same problem or know other steps to work with Qlik Cloud MCP and Copilot.

    Thanks

    Show Less
  • forum

    Management & Governance

    Seeking Validation: Backup Checklist for Upgrading to Qlik Sense November 2025 (...

    Hi everyone,I am currently preparing for an upgrade to Qlik Sense November 2025 (Shared Persistence) and am following the official Qlik Help documenta... Show More
    Hi everyone,

    I am currently preparing for an upgrade to Qlik Sense November 2025 (Shared Persistence) and am following the official Qlik Help documentation.

    Based on my review, I’ve compiled the following backup checklist. I would appreciate it if the community could validate if I am missing any critical locations or steps.

    1. Certificates

    • Full export of Qlik Sense certificates (including private keys) from the MMC (Computer Account).

    2. Repository Database Dumps (PostgreSQL)

    I plan to run pg_dump for the following databases:

    • QSR
    • SenseServices
    • QSMQ
    • Licenses

    3. File Share (Shared Root Folder)

    • Full backup of the folder specified in QMC > Service Cluster (e.g., C:\QSRoot), ensuring \Apps, \ArchivedLogs, and \StaticContent are included.

    4. Supporting Content & Configuration Files

    I have identified the following local server paths for backup. Are there any specific service-level configuration files or sub-folders I might be missing here?

    • Logs & Bundled DB Configs: C:\ProgramData\Qlik
    • Connectors & Data Connections: C:\Program Files\Common Files\Qlik
    • Service Configs: C:\Program Files\Qlik\Sense (specifically checking for modified .config files in Repository, Proxy, and Scheduler folders).

    5. Question on Centralized Logging (QLogs)

    I noticed that the February 2020 documentation mentioned backing up the QLogs database, but this is absent from the November 2025 guide.

    • Is it safe to assume QLogs is no longer required for a modern upgrade due to the deprecation of Centralized Logging, or should I still include it as a precaution?

    Any advice or "lessons learned" from those who have already moved to the 2025 releases would be greatly appreciated!

    Thanks in advance,

    Poonam

    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.