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: 
  • 265,702 members
  • 20,862 online
  • 2,047,024 posts
  • 154,351 Solutions
Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    Show zero values in table

    Hello everyone, I have a table that lists products and their sales volumes over the last twelve months rolling. Kinda looks like this:Now when I selec... Show More

    Hello everyone, 

    I have a table that lists products and their sales volumes over the last twelve months rolling. 
    Kinda looks like this:

    AnneEb_0-1757944120337.png

    Now when I select a customer, the products that have not been purchased during the last twelve months by that customer disappear. In the example above, the second record would hence not show up anymore. Is there a way to keep those records in the table? Simple ticking the "show null values" sadly does not do the trick.

    Thank you in advance for all your answers. 

    Show Less
  • forum

    Data Quality

    new Dimension created by master item

    Details & Context Creation Method: I created the new time dimension directly on a sheet and saved it as a Master Item (Dimension). Dimension Name:... Show More

    Details & Context

    1. Creation Method: I created the new time dimension directly on a sheet and saved it as a Master Item (Dimension).

    2. Dimension Name: 3 sec (as seen in the screenshot attached).

    3. Dimension Formula: The dimension is a calculated field based on the base date/time field DateUtc.

      • Formula: =Time(Floor(DateUtc * 24 * 60 * 60 / 3) * 3 / (24 * 60 * 60), 'hh:mm:ss')

    4. Publishing Status:

      •  

      • The Sheet containing the chart is published.

      • The App is published to a Shared Stream.

    5. User Experience: Other users see the chart object and the dimension labels (3 sec), but the chart body is completely blank or empty.do you know why?thx 

    Show Less
  • forum

    Visualization and Usability

    Numeric searches

    I want to use the method below to limit the range of number in chart expression, but it can‘t limit the range of number successfully. https://help.qli... Show More

    I want to use the method below to limit the range of number in chart expression, but it can‘t limit the range of number successfully. 

    HelloHMC_2-1765155880972.png

    https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers-advanced-searches.htm

     

    This is my test data:

    [XXX]:
    load 
    *
    inline [
    A,B
    1,2
    2,3
    3,4
    4,6
    5,6
    4,6
    3,7
    ];
     
    Then I want to build a line chart, the chart expression is as below:
    Dimensions: "A"
    Measures: Count({$<A={">=3<= 4)"}>}B) 
     
    But the line chart, no matter what is the end value of “A” I have chosen, it will display to 5.
    That means the expression didn't refrain the "A" correctly.
     
    I want to confirm if I write the chart expression correctly or not.
    BTW,  I have written it according to the qlik learning.
    Show Less
  • forum

    Qlik Replicate

    Question about supported endpoints in the Nov 2025 release

    Hello Support Team,I hope you are doing well.I noticed that the following endpoints were listed in the May 2025 Support Matrix but are missing from th... Show More

    Hello Support Team,

    I hope you are doing well.

    I noticed that the following endpoints were listed in the May 2025 Support Matrix but are missing from the November 2025 Support Matrix.

    Could you please let me know if there are plans to support these in the November version?

    [Missing Endpoints]
    Snowflake on AWS (S3 storage)
    Snowflake on AWS (Snowflake storage)
    Snowflake on Azure (Azure Blob storage)
    Snowflake on Azure (Snowflake storage)
    Snowflake on Google (Google Cloud Storage)

    ▼ May 2025
    https://help.qlik.com/en-US/replicate/May2025/Content/Replicate/Main/Support%20Matrix/supported_target_endpoints.htm#ar_app_supported_dbversions_993761142_1341803

    ▼ November 2025
    https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/Support%20Matrix/supported_target_endpoints.htm#ar_app_supported_dbversions_993761142_1341803

    Best Regards.

    Show Less
  • forum

    App Development

    Previous Year in Bar chart

    Hi I have Below table where I have FY and contribution how do I get prev yr Contributions  Financial YearContributions$prev yr Contributions$FY 2025/2... Show More

    Hi 

    I have Below table where I have FY and contribution how do I get prev yr Contributions 

     
    Financial YearContributions$prev yr Contributions$
    FY 2025/20261020
    FY 2024/20252030
    FY 2023/20243040
    FY 2022/20234050
    FY 2021/2022500

     

    I have created a table another table that has below data... but not sure rather than creating another table is there another smart way of achieving above table 

    Financial YearPrevious FY Year
    FY 2025/2026FY 2024/2025
    FY 2024/2025FY 2023/2024
    FY 2023/2024FY 2022/2023
    FY 2022/2023FY 2021/2022
    FY 2021/2022FY 2020/2021

     

    My main goal is 

    • To create Combo chart 
    • Bars to show sum of contributions $ (current and previous) over 5 FY 
    • Line to show growth rate as = (latest yr $ - prev yr$) divide prev yr$
     
     

     

     

     

    Show Less
  • forum

    App Development

    Help with weird Qliksense behaviour

    Im experiencing a weird situation in qliksense where,When I select a condition in my table, =YearEnd>=NetDueDate  Qliksense always returns both positi... Show More

    Im experiencing a weird situation in qliksense where,
    When I select a condition in my table,

    =YearEnd>=NetDueDate

     Qliksense always returns both positive and negative cases.(Video attached.)
    The data is not getting filtered.

    To give you a background,
    I'm using an As-Of table(Report_Calendar) to calculate rolling sum of Amounts.
    To calculate overdues, I'm comparing 
    1. YearEnd field from As-of table with NetDueDate in my fact(AccountsReceivable).
    2. Clearing Date from my fact to YearEnd field in As-of table.

    These conditions when used in set analysis were not returning expected results.
    So I tried running the conditions individually and noticed this weird behaviour.

    My data model looks like below,

    qlikdatamodel.png

     Any help would be appreciated.

    TIA,




    Show Less
  • forum

    Visualization and Usability

    How to show a bar chart (progress bar) inside table cells?

    Hi,I want to show a horizontal bar inside each cell of a Straight Table in QlikView, like the screenshot below.What is the correct way to build in-cel... Show More

    Hi,

    I want to show a horizontal bar inside each cell of a Straight Table in QlikView, like the screenshot below.

    What is the correct way to build in-cell progress bars in QlikView Straight Tables?

    Thanks!

    Show Less
  • forum

    Talend Studio

    Talend ESB | Update generated Swagger

    Hello, How can we customize the generated swagger Def of tRESTRequest :  I want to makes parameters as required, add schema, add responses codes and ... Show More

    Hello,

    How can we customize the generated swagger Def of tRESTRequest :

    0695b00000L26zDAAR.png 

    I want to makes parameters as required, add schema, add responses codes and messages ...

    Any suggestions please @xdshi @richard Hall​ 

    Show Less
  • forum

    Data Movement & Streaming

    Table Recipe add column for end of week

    Hi.  I am playing with the table recipe features.  I have a QVD with some date fields.  I want to create a week calendar based on the end of the week.... Show More

    Hi.  I am playing with the table recipe features.  I have a QVD with some date fields.  I want to create a week calendar based on the end of the week.  So I'd like a way to create a new field that is the end of the week for each date.  I can't find a function to do that.  Can anyone suggest how to do that?

    Show Less
  • forum

    Qlik Replicate

    Task Crashing with EXCEPTION_ACCESS_VIOLATION During Full Load (MySQL ODBC 8.0) ...

    We are experiencing two severe issues while performing Full Load and CDC replication using Qlik Replicate (Version: V2025.5.0.247) from MySQL (Source)... Show More

    We are experiencing two severe issues while performing Full Load and CDC replication using Qlik Replicate (Version: V2025.5.0.247) from MySQL (Source) to SQL Server (Target). We would appreciate any insight into the potential causes and solutions for these problems.

    1. Critical Crash During Full Load

    The replication task is repeatedly crashing during the Full Load phase with a critical Windows exception.

    • Error Type: EXCEPTION_ACCESS_VIOLATION

    • Involved Thread: SOURCE_UNLOAD thread

    • Analysis: Backtraces strongly suggest the involvement of the MySQL ODBC 8.0 Unicode Driver (myodbc8w.dll). This crash occurred multiple times after resuming the task.

    【Question】 Are there any known issues or conflicts regarding the MySQL ODBC 8.0 (Version 08.00.0032) when used with Qlik Replicate (V2025.5.0.247)? What are the recommended stable ODBC driver versions, or would switching to a native connector be a better solution for stability?

    2. Recurring Bulk Apply Failures in CDC (Performance Issue)

    After the Full Load completes, during the Change Data Capture (CDC) phase, the task frequently fails to perform bulk updates for a specific table, resulting in significant performance degradation.

    • Affected Table: iims'.'tigi_damage_base (Id=84)

    • Error: Bulk apply operation failed and repeatedly reverted to the slower one-by-one mode for updates.

    • Related Warning: During the Full Load of another table (iims.tigi_damage), an invalid timestamp value ('1900-01-00 00:00:00.000000000') was detected and converted to NULL.

    【Question】

    1. What are the likely root causes (e.g., target side constraints, indexing conflicts, or Replicate internal settings) that could lead to the bulk apply failure and forced fallback to one-by-one mode for the iims'.'tigi_damage_base table?

    2. Could the warning about the invalid timestamp value in a related table, iims.tigi_damage, indicate an underlying data quality issue that might be contributing to the Bulk Apply failures?

      Thank you in advance for your assistance.

    Show Less

FREE TRIAL

Data has stories to tell—let Qlik help you hear them. Start your FREE TRIAL today!

Leaderboard

Qlik community MVPs

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

mvp-banner-side-image

Customer Story

Afcons Boosts Efficiency with Qlik

Afcons Infrastructure partnered with Qlik to unify its data and build dynamic dashboards, reducing review times from weeks to hours and enabling on-demand reporting across its global operations.

Customer Story

Enhancing Customer Experience Through Smarter Insights

By implementing Qlik Analytics, Atria Convergence Technologies improves insight into churn, revenue, and downtime, driving faster decisions and more proactive customer support.

Customer Story

Breaking Down the Data Bottlenecks

Hydronorth uses Qlik to replace disconnected data systems with a single source of truth, improving alignment, speeding up decisions, and reducing manual work.

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

Catch the Latest from Qlik

The Qlik Product Recap showcases the newest features with quick demos and shareable resources to help you stay current?

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

Turn change into opportunity

Salesforce’s acquisition of Informatica could put your flexibility on hold? Qlik makes it easy to keep your data initiatives moving forward.

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.