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: 
  • 251,509 members
  • 4,891 online
  • 2,033,622 posts
  • 153,109 Solutions
Announcements
Qlik Launches Open Lakehouse and advanced agentic AI experience in Qlik Answers! | LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Row Count in Dynamic Straight Table

    Hi,we've got the following problem:- Straight Table where the user can select the Columns which are displayed in the straight table- The possible sele... Show More

    Hi,

    we've got the following problem:

    - Straight Table where the user can select the Columns which are displayed in the straight table

    - The possible selections are up to 30 Dimensions and 20 Measures

    - We want to show the table only, if the row count is below 100.000 rows

    Normally I would use getselectedcount on an Field that is always present, but with the user selecting the columns that is not possible. 

    Any Idea how to:

    - Get the row count of a straight table into an variable

    - Get the NoRows outside of an straight table

    Thx for your help.

    Show Less
  • forum

    App Development

    Qlik data load

    I have to load 3 tables like below. Can you suggest what is the best method to load these tables, do I have to load them independently and join (syncr... Show More

    I have to load 3 tables like below. Can you suggest what is the best method to load these tables, do I have to load them independently and join (syncretized keys will come) or do I need to concatenate and load them as one single table?

    TABLE A   YEAR MONTH REGION PRODUCT DEPARTMENT SALES SALES_QUANTITY

     

    TABLE B       YEAR   MONTH   REGION   PRODUCT   DEPARTMENT ORDER   ORDER_QUANTITY

                   

    TABLE C   YEAR MONTH REGION PRODUCT DEPARTMENT CUSTOMOER ID CUSTOMER NAME PRESHIMPMENT VOLUME PRESHIMENT_QUANTITY

    Show Less
  • forum

    Application Automation

    How to compare UAT and PROD apps in Qlik sense automatically

    Hi All,I have a dashboards name is "Integrated" and this Dashboard having UAT and PROD environment.This app is refreshed monthly base. now i want to c... Show More

    Hi All,

    I have a dashboards name is "Integrated" and this Dashboard having UAT and PROD environment.

    This app is refreshed monthly base. now i want to check the dashboard in UAT and PROD like for example integrated dashboard having 5 sheets and each sheet having different objects.

    Now i want to check in UAT and PROD dashboards having same sheets and same objects having in every sheet. As of now we are checking manually, but we want automatically in Qliksense side.

    Can you please suggest me how to do automatically compare two dashboards in Qliksense side

     

    Thanks & Regards,

    Lakshman

    Show Less
  • forum

    Data Quality

    Resources for learning Qlik Cloud?

    I'm new to an organization that migrated from Qlik View to Qlik Cloud. While I have a intermediate grasp of SQL some of the scripting and expressions ... Show More

    I'm new to an organization that migrated from Qlik View to Qlik Cloud. While I have a intermediate grasp of SQL some of the scripting and expressions in Qlik Cloud are hurting my brain. To make matters a more challenging I'm trying to learn based on a previous data developers code. It's all hieroglyphics at this point.

    If anyone could point me to an online course, a content creator, a book, anything with more information I would appreciate it.

    Show Less
  • forum

    Qlik Replicate

    Automate updating task permissions in Qlik Enterprise manager

    We can do the task permissions using the QEM GUI. Is there a way to automate updating the task permissions via QEM?  We would like to update all the r... Show More

    We can do the task permissions using the QEM GUI. Is there a way to automate updating the task permissions via QEM?

     

     We would like to update all the replicate tasks in a server to retain access to admin only in case of emergency maintenance so that users with operator or designer permission cannot resume the tasks.

     

    Show Less
  • forum

    Qlik Replicate

    May 2025 Release Upgrade Warning

    This message appears 2x in the Windows application event log during the upgrade from the November 2025 release.  Is this a concern?  Asking because I ... Show More

    This message appears 2x in the Windows application event log during the upgrade from the November 2025 release.  Is this a concern?  Asking because I see this item was resolved in a prior release back in 2021.

    https://community.qlik.com/t5/Release-Notes/Qlik-Replicate-Release-notes-November-2021-Initial-Release-to/ta-p/1980489

     

    FCMA_Steve_0-1747768060233.png

     

    Show Less
  • forum

    Data Quality

    How to download EasyQlik Qviewer exe file so that I can view the qvds

    HelloCould anyone please suggest how to download EasyQlik Qviewer exe file so that I can view the qvds.The latest version I tried from one qlik commun... Show More

    Hello

    Could anyone please suggest how to download EasyQlik Qviewer exe file so that I can view the qvds.

    The latest version I tried from one qlik community site doesn't allow me to filter any column value when any qvd is open in easyqlik qviewer.

    Also I want to sort any column in the qviewer.

    Can someone please guide me with the link form where i can download (mainly for windows 11).

    Many Thanks

    Ani

    Show Less
  • forum

    Talend Studio

    Reading multiple files one by one in talend

    Hello All, i have a scenario, i have to read multiple files one by one through a Talend Studio job and POST to an API.So read the 1st file , POST to A... Show More

    Hello All,

     

    i have a scenario, i have to read multiple files one by one through a Talend Studio job and POST to an API.

    So read the 1st file , POST to API and then delete/archive the file, then read the second file, POST to an API. and delete/archive the file and so on...

     

    i have designed a job to generate json files in a folder which is working fine. Now, when i try to loop the files, it is posting incorrect result to API as its not looping correctly. for 2 files, it is looping 3 times, for 3 files, it is looping 6 times and so on..

    Basically i am not getting how to delete/archive the file after it has read and POSTED the file to an API.

     

    my job design is :

    tFilelist(List of files)-->tInputRaw-->tlogrow-->tFlowiterate-->tRest-->tLogrow-->on component ok-->tFileCopy

    but tFilecopy is not working. Can someone please help?

    Show Less
  • forum

    Talend Studio

    Null pointer exception in tPostgresqlOutput

    Hi, I am trying to toad data from csv file to postgres table. There is no null data in input file still i am getting Null pointer exception.  Here is ... Show More

    Hi,

    I am trying to toad data from csv file to postgres table. There is no null data in input file still i am getting Null pointer exception. 

    Here is the Error :

    Exception in component tPostgresqlOutput_3 (emp_filter)
    java.lang.NullPointerException
    at my_practice_test.emp_filter_0_1.emp_filter.tFileInputDelimited_2Process(emp_filter.java:652)
    at my_practice_test.emp_filter_0_1.emp_filter.runJobInTOS(emp_filter.java:1461)
    at my_practice_test.emp_filter_0_1.emp_filter.main(emp_filter.java:1310)

    Any Idea how to resolve?

    SD29_1-1747740176297.png

     

    SD29_2-1747740206674.pngSD29_3-1747740266656.png

     

    SD29_4-1747740326771.png

     

    Show Less
  • forum

    Reporting Service & Alerting

    Dynamic size for Shap based on word wrapping label

    I have a report band I am trying to make visually distinct from the detail band.  In Crystal Reports I was able to place a box around the group (band ... Show More

    I have a report band I am trying to make visually distinct from the detail band.  In Crystal Reports I was able to place a box around the group (band in pixel perfect lingo) and tie the size of the box to the size of the group.  As the group expanded due to word wrapping the box would expand too.  How do I accomplish this in pixel perfect?  Or is there a better method for accomplishing the same goal? 

    Show Less
Leaderboard

Customer Story

Optimizing Food Relief with Qlik

Qlik empowers Foodbank Victoria with real-time data insights, optimizing food acquisition and distribution to deliver 25 million meals annually while reducing waste and costs across its statewide relief efforts.

Customer Story

Data-Driven Strategies Set To Fuel Growth

Qlik accelerates decision-making at Alpha Auto Group, enabling seamless data integration and automation across dealerships, cutting reporting times, and driving scalable business growth.

Customer Story

Revolutionizing aircraft production through Data Analytics

Qlik Data Integration transforms Airbus' aircraft production, leading to over 150 replication tasks and informing more efficient analysis.

Location and Language Groups

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Healthcare User Group

Healthcare User Group

A private group is for healthcare organizations, partners, and Qlik healthcare staff to collaborate and share insights..

All are welcome

Japan Group

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Brasil Group

Brazil

Welcome to the group for Brazil users. .All discussions will be in Portuguese.

open to all

Blogs

Community News

Hear from your Community team as they tell you about updates to the Qlik Community Platform and more!