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: 
  • 275,676 members
  • 5,538 online
  • 2,050,085 posts
  • 154,962 Solutions
Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    Qliksense May 2026 version: custom styling number of characters limitation?

    Hi,We have upgraded Qliksense to the latest May 2026 version, and it seems the multi-KPI visualization has been deprecated and Qliksense recommends us... Show More

    Hi,

    We have upgraded Qliksense to the latest May 2026 version, and it seems the multi-KPI visualization has been deprecated and Qliksense recommends using the natively supported custom styles option for sheet styling. I've tried to migrate CSS code from multi-KPI to sheet styling, but running into a problem that only half of the CSS code can be copied into the styles text editor. Is this intended? If so, why is there such a limitation on how many characters or lines of code we can use? Can someone explain? 

    ol_dev_0-1781641227707.png

     

    Show Less
  • forum

    Talend Studio

    tsalesforce component missing in Talend Studio. Not able to download online

    Below is the Talend on premise version installed on my machine.Talend Data Management PlatformVersion: 8Build id: 20250218_0945-patchLicense Expiratio... Show More

    Below is the Talend on premise version installed on my machine.

    Talend Data Management Platform

    Version: 8

    Build id: 20250218_0945-patch

    License Expiration date: 05/24/2027

    In this Talend Version I am not able to see the tSalesforce Related components. I am unable to download it from website. Could you please assist me how to get/install the tSalesforce Related components?

    Thanks in advance for your help!

    Show Less
  • forum

    Integration, Extension & APIs

    QlikView to Qlik Sense Converter Tool

    As a licensed Qlik Sense Enterprise customer evaluating a QlikView modernization project, is there a self-service evaluation tenant or migration tenan... Show More

    As a licensed Qlik Sense Enterprise customer evaluating a QlikView modernization project, is there a self-service evaluation tenant or migration tenant available so that we can execute QV2QS ourselves?

    https://community.qlik.com/t5/Integration-Extension-APIs/QlikView-to-Qlik-Sense-Converter-Tool/td-p/2548038?utm_source=chatgpt.com

    Show Less
  • forum

    App Development

    Qlik script log shows TableName-2 during LEFT JOIN

    Hi,I am working with Qlik SaaS load script and I have a question about the reload log behavior during a LEFT JOIN.I have a script that creates an invo... Show More

    Hi,

    I am working with Qlik SaaS load script and I have a question about the reload log behavior during a LEFT JOIN.

    I have a script that creates an invoice-agreement bridge table using IntervalMatch. The result is correct, and in the Data Model Viewer I do not see any duplicated table. However, during reload, the log shows a table name with a -2 suffix when joining the fact data into the interval match result.

    Relevant code:

    TempInvoiceAgreementMatch:
    INTERVALMATCH (InvoiceDateNum, Customer)
    LOAD DISTINCT
        ValidFromNum,
        ValidToNum,
        Customer
    RESIDENT TempAgreementsForMatch;
    
    LEFT JOIN (TempInvoiceAgreementMatch)
    LOAD DISTINCT
        ValidFromNum,
        ValidToNum,
        Customer,
        AgreementNumber,
        AgreementFixedAmount
    RESIDENT TempAgreementsForMatch;
    
    DROP TABLE TempAgreementsForMatch;
    
    LEFT JOIN (TempInvoiceAgreementMatch)
    LOAD DISTINCT
        InvoiceDateNum,
        Customer,
        [Doc_VBELN],
        InvoiceMonthNum
    RESIDENT TempFactForMatch;
    
    DROP TABLE TempFactForMatch;

    The reload log shows something like this:

    TempInvoiceAgreementMatch << TempAgreementsForMatch
    Lines fetched: 420,516
    
    TempInvoiceAgreementMatch-2 << TempFactForMatch
    Lines fetched: 4,632,847
    
    MapFirstAgreementMonth << TempInvoiceAgreementMatch
    Lines fetched: 943
    
    AllocationBase_Temp1 << TempInvoiceAgreementMatch
    Lines fetched: 1,344
    
    InvoiceAgreementBridge << TempInvoiceAgreementMatch
    Lines fetched: 107,713

    The final result is correct, and TempInvoiceAgreementMatch-2 does not appear in the final data model.

    My question:

    Is TempInvoiceAgreementMatch-2 in the reload log just an internal temporary/staging table name that Qlik creates while processing the LEFT JOIN, or does it indicate that Qlik is actually creating a separate table during the join?

    Thanks.

    Show Less
  • forum

    Qlik Replicate

    Replicating Big tables

    Good day,I am trying to make full load of a big table with 556 GB of size, it starts normally replicating but at some point of time it stops and shows... Show More

    Good day,

    I am trying to make full load of a big table with 556 GB of size, it starts normally replicating but at some point of time it stops and shows the error bellow.

    I am new in qlik replicate world and need your support to find the best approach to make the replication of this big table run successfully

    QuiosaEvaristo_1-1781223805084.png

     

     

     

    Show Less
  • forum

    Visualization and Usability

    Advanced Sankey Now in Qlik Sense

    Qlik has a Sankey.We built one for the flows that outgrow it.Released a new Sankey Chart extension for Qlik Sense, designed to visualize multi-stage f... Show More

    Qlik has a Sankey.
    We built one for the flows that outgrow it.

    advanced-sankey-for-qlik-sense

    Released a new Sankey Chart extension for Qlik Sense, designed to visualize multi-stage flows when the native chart runs out of room.

    Useful for analyzing how value moves through stages — budget allocation, supply chains, customer journeys, energy flows, website traffic, conversion funnels.

    Where Qlik's native Sankey caps at 5 dimensions, ours goes to 10.
    Where the native selects only the source end on flow click, ours selects both at once.

    Plus gradient links, level headers, layout sliders, detailed tooltips, and more.

    ➡️Full announcement on our blog
    Demo app and free trial available.

    Happy to answer your questions.

    Show Less
  • forum

    Qlik Replicate

    Kafka endpoint Schema Registry curl failing to use NO_PROXY

    Hi, we've recently had to enable a HTTPS proxy on our qlik machine, done via the HTTPS_PROXY environmental proxy.To attempt to control which data does... Show More

    Hi, we've recently had to enable a HTTPS proxy on our qlik machine, done via the HTTPS_PROXY environmental proxy.

    To attempt to control which data doesn't go through the proxy we are utilising NO_PROXY.

    Our Kafka endpoint, with the schema registry end point as remained unchanged through out this.

    We have however added the schema registry hostname, as well as it's IP, to the NO_PROXY environmental variable.

    We have added the environmental variables to the site_arep_login.sh (we only run a single instance) as advised: 

    cho "export NO_PROXY=gds,.gds,amazonaws.com,gds-confluent-schema-registry.gds" >>$QLIK_REPLICATE_BASE_DIR/bin/site_arep_login.sh \
        && echo "export no_proxy=gds,.gds,amazonaws.com,gds-confluent-schema-registry.gds" >>$QLIK_REPLICATE_BASE_DIR/bin/site_arep_login.sh \
        && echo "export HTTP_PROXY=\$HTTP_PROXY" >>$QLIK_REPLICATE_BASE_DIR/bin/site_arep_login.sh \
        && echo "export http_proxy=\$HTTP_PROXY" >>$QLIK_REPLICATE_BASE_DIR/bin/site_arep_login.sh \
        && echo "export HTTPS_PROXY=\$HTTPS_PROXY" >>$QLIK_REPLICATE_BASE_DIR/bin/site_arep_login.sh \
        && echo "export https_proxy=\$HTTPS_PROXY" >>$QLIK_REPLICATE_BASE_DIR/bin/site_arep_login.sh \

     And I have confirmed that the pid Qlik is running under has the values.

    However, when we start the task it fails with a curl 56 / HTTP code 403, suggesting the data is still going through the proxy.

    The COMMUNICATION channel logs also appear to show that NO_PROXY is not picking up our environmental variable, and appears to be hard coded:

    00000617: 2026-06-05T11:57:16:761902 [COMMUNICATION   ]V:  CURL DEBUG (TEXT): Uses proxy env variable no_proxy == 'localhost,127.0.0.1'  (at_curl.c:775) 

    00000617: 2026-06-05T11:57:16:762203 [COMMUNICATION   ]V:  CURL DEBUG (TEXT): Uses proxy env variable https_proxy == 'http://gblprx.landg.com:80'  (at_curl.c:775)

    I've even entirely removed any proxy environmental variables, so no proxy is set anywhere and I still get the line about using proxy env no_proxy with the same values, even though it's not set on the system.

    Wondered if anyone else has experienced the same and has a solution? I've tried 2023.11, 2025.11, and 2026.5 - in all of these I've tried setting the proxy inside the qlik app at the server level instead, leaving the environmental variables empty, and then leaving 'use Proxy' unchecked for the Kafka schema registry - but it still ends up picking up the server settings and saying it's using no_proxy with localhost,127.0.0.1

    Show Less
  • forum

    App Development

    Circular Dendrogram Now Available in Qlik Sense

    Qlik didn't have it.We built it for Qlik.Just released the Circular Dendrogram extension for Qlik Sense, a new way to visualize hierarchical data as a... Show More

    Qlik didn't have it.
    We built it for Qlik.

    circular-dendrogram-qlik-sense-title

    Just released the Circular Dendrogram extension for Qlik Sense, a new way to visualize hierarchical data as a radial tree.

    It is useful when you need to see how a hierarchy is structured, not just compare values or levels. Think org charts, product taxonomies, account hierarchies, cost centers, file structures, scientific classifications, and other nested data.

    Unlike a treemap, it doesn't pack hierarchy by value.
    Unlike a sunburst, it doesn't stack levels in rings.

    Instead, every parent-child relationship is drawn as an edge, with branches fanning out from the center to the leaves. Click a leaf, and the full chain back to the root lights up.

    ➡️ Full announcement on our blog
    Demo app and free trial available.

    Show Less
  • forum

    Qlik Automate

    Automation reload error due to "Variables exceed max allowed"

    Hi,I'm running an automation that has several input variables that are passed to a reload block that runs a script (not an application)That scripts ha... Show More

    Hi,

    I'm running an automation that has several input variables that are passed to a reload block that runs a script (not an application)

    That scripts has been working fine until today that I added a new variable to the reload script and automation fails with this message:

    PedroC_0-1781695992849.png

     

    If I remove the very last variable reload works fine.

    With the new one there are 21 variables passed to the script. Seems that 20 variables are fine but 21 exceed the limit.

    I've looking for that limit but I've not found anything about it.

    Any help?

    Thanks in advance

     

     

    Show Less
  • forum

    App Development

    Can Qlik Sense Auto Totals respect Dimension Limitation (Top / First N rows)?

    I have a Qlik Sense table where the dimension is limited using: Dimension → Limitation → Show first N rows The table correctly displays only those N r... Show More

    I have a Qlik Sense table where the dimension is limited using:

    Dimension → Limitation → Show first N rows

    The table correctly displays only those N rows.

    However, the Totals row still calculates using all rows, not just the limited/displayed rows.

    My requirement is:

    • Show only first N rows in the table

    • Totals row should reflect only those same N rows

    • Total mode must remain = Auto because the measure contains complex calculations

    Example:

    Partner Sales
    A 500
    B 400
    C 300
    D 200
    E 100

    If I limit the dimension to Top 3 rows, the table shows:

    A, B, C

    But the Totals row still calculates using all rows (A+B+C+D+E) instead of A+B+C.

    Is there a way to make Auto totals respect the dimension limitation, or is this expected Qlik behavior?

    I would like to avoid switching Total mode to Sum, since the measure relies on Auto total logic.

    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

AI Reality Tour

Zurich

Join data and AI leaders in Zurich on June 10, 2026 to learn how to scale AI and drive real enterprise impact.