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: 
  • 274,175 members
  • 34,774 online
  • 2,048,125 posts
  • 154,844 Solutions
Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Display most recent value based on date selection of date picker

    I have this dataset, in this example, when I choose the range of date picker on qlik sense from '27-Oct-24' to '2-Nov-24', what I need is to display t... Show More

    I have this dataset, in this example, when I choose the range of date picker on qlik sense from '27-Oct-24' to '2-Nov-24', what I need is to display the latest value of column population_m, which is '781'. I tried to sum max date but it sum all the value from '27-Oct-24' to '2-Nov-24'

    Here is the data set

    Area Type flock current_state date_calc age_D age_W mortality_F mortality_M population_f population_m
    L4 MI A Growing 27-Oct-24 28 5 1 0 1,154 783
    L4 MI A Growing 28-Oct-24 29 5 0 1 1,154 782
    L4 MI A Growing 29-Oct-24 30 5 0 0 1,154 782
    L4 MI A Growing 30-Oct-24 31 5 1 0 1,153 782
    L4 MI A Growing 31-Oct-24 32 5 0 0 1,153 782
    L4 MI A Growing 1-Nov-24 33 5 1 0 1,152 782
    L4 MI A Growing 2-Nov-24 34 5 0 1 1,152 781

     

    Show Less
  • forum

    App Development

    How to avoid data duplication when unpivoting data using concatenate

    Hi all. Please advise how to avoid data duplication for the example below?I have 2 tablestab1:Load    calendar_key,    product_key,    operator_code_1... Show More

    Hi all. Please advise how to avoid data duplication for the example below?
    I have 2 tables

    tab1:
    Load
        calendar_key,

        product_key,
        operator_code_1,
        operator_code_2
        sales_dollar,
        sales_unit
    from Sales;

    tab2:
    Load
        operator_key,
        operator_Id,
        operator_name
    from Operator;

    I need to connect these tables using condition that operator_key = operator_code_1 and operator_key = operator_code_2.

    My idea is to solve it like this

    Tab_Fact:
    Load
        calendar_key,

        product_key,
        operator_code_1 as operator_key,
        sales_dollar,
        sales_unit
    from Sales;

     Concatenate(Tab_Fact)
    Load
        calendar_key,
        product_key,
        operator_code_2 as operator_key,
        sales_dollar,
        sales_unit
    from Sales;


    But as result of this solution makes data duplication. And I'm struggling to find solution that will allow to avoid it. 
    Also, just map operator_key to operator_code_1 and operator_code_2 is not an option. Operator_Id field should be used as single fields for the section access. 

    I'll appreciate any ideas on this case. 


    Show Less
  • forum

    Reporting Service & Alerting

    Data formating for alerts and dimensions selection

    Hello, I manage to create a simple alert to test my SMTP parameters and it worked. Thus, I would to have my data in the right format, and Qlik send me... Show More

    Hello,

    I manage to create a simple alert to test my SMTP parameters and it worked.

    Thus, I would to have my data in the right format, and Qlik send me a CSV file where each row look like this :

     

    5515,1, 39 € ,2 €,"5,74%"

    I think this "€" is "€" 

    Is there a possibility to choose the format in the csv file ? Or have a excel file instead ?

     

    Second question :

    When I create my alert, I would like to add multiple dimension, but I didn't manage to do so.  

    Is it possible ? 

     

    Many thanks for your help.

    Show Less
  • forum

    Connectivity & Data Prep

    How to extract data from Instagram

    Hi friends,I have been using Qlik web connector for Facebook, Twitter and Youtube data but can't find a connector for Instagram.Is there a way to extr... Show More

    Hi friends,

    I have been using Qlik web connector for Facebook, Twitter and Youtube data but can't find a connector for Instagram.

    Is there a way to extract the data from Instagram in Qlik Sense using any other connector. If yes, Can someone please guide me.

    Looking forward for positive replies.

    Thanks and Best Regards

    Show Less
  • forum

    Talend Cloud

    issue with mapping EDI

    Hi, I'm trying to create a EDI route for ORDERS. I have a sample file .edi in iput and trying to mapping it to a xml file. but it seems that the loop ... Show More

    Hi,

    I'm trying to create a EDI route for ORDERS. I have a sample file .edi in iput and trying to mapping it to a xml file. but it seems that the loop is not so good. I'm stuck.

    Impossible de trouver un segment correspondant à "BGM[220,CMD-2026-009,9]"
    Élément de map: /ORDERS/Loop-UNB

     

    could someone help me please.

    Show Less
  • forum

    Visualization and Usability

    How to create a canonical calendar with multiple dates per date type?

    Apologies if this isn't the right part of the forum, I am happy to be directed to the appropriate place! I have reviewed a lot of the information arou... Show More

    Apologies if this isn't the right part of the forum, I am happy to be directed to the appropriate place! I have reviewed a lot of the information around canonical dates here in the Community (Canonical Date - Qlik Community - 1463578, Let's Take a walk on the Calendar / Date Bridge: ... - Qlik Community - 2133428, Working with Multiple Calendars) and think I have a general sense of what I'm doing to make a canonical calendar but I'm running into a conceptual blocker that I would appreciate some help with.

    In my dataset, customers apply for a course, have an assessment date, and a course start date if they are successful and then end dates each step. That's 6 dates in total - application receipt and process date, assessment start and completion date, and then course start and end date. During the course, there are regular reviews that are each associated with a single course record. Thus the course to review relationship is a one to many.

    I am relatively confident in creating the canonical date for each of the start dates but two stumbling blocks I'm hitting are:

    1. The start dates and end dates exist in the same table. When I add both into the canonical calendar, it creates a synthetic key as they share two columns. If my understanding of the canonical calendar is correct, I need to link each date that I want on the calendar. It is not sufficient to have just the start date connected to the calendar because it means that filtering by the canonical date will only include assessments, for example, that start on that date, not those that also end on that date. If so, I would appreciate guidance on preventing synthetic keys without reconfiguring the source data table.
    2. One piece of guidance in the advice of developing a canonical calendar is to select the most granular record to develop your calendar around so you have a single date per record. The example given in my first link creates one table with all the dates. However, I would like to avoid doing this with my dataset as joining the reviews onto a application - assessment - course table would make it grow exponentially and duplicating a lot of data from a storage perspective with little gain in analysis terms. I can't see a reason why the canonical calendar won't work by just joining distinct tables to the directly to the date bridge rather than joining everything into one table but I am a novice, is there something I'm missing or can I just join my review dates directly to my date bridge?

    Hopefully the above make sense but if any further information is required, please do shout! Appreciate any support anyone can provide.

     

    Thanks in advance!

    Show Less
  • forum

    Management & Governance

    Publicar o Qlik Sense Enterprise em um Webservice

    A um tempo atrás encontrei um artigo neste fórum explicando como eu poderia acessar o qlik sense Interprice por um tablet usando uma espécie de webser... Show More

    A um tempo atrás encontrei um artigo neste fórum explicando como eu poderia acessar o qlik sense Interprice por um tablet usando uma espécie de webservice, Sem a necessidade de estar logado na rede onde ele está instalado. 

     

    Não encontrei mais este artigo, alguém poderia compartilhar?

    Show Less
  • forum

    Management & Governance

    Trouble importing apps

    Hi,I've been encountering an issue with importing apps for a while, and I'm trying to fix it.The environment is Qlik Sense Enterprise, May 2025 versio... Show More

    Hi,

    I've been encountering an issue with importing apps for a while, and I'm trying to fix it.

    The environment is Qlik Sense Enterprise, May 2025 version.
    The issue is the following : when I try to import a QVF with the "Import" from the QMC, if the QVF is too big (only a few Mo), I get the error message : "Failed to import app. Please check the log file."
    There is nothing of note in the logs, and if I import a QVF file of 160 Ko, there is no error.

    The first curious thing is that the QVF file I try to import is a file I exported from another environement (typically, export from test to import in production), and I always make sure I export it without data, to be sure the file is not too big (5 632 Ko exactly for the file I used to test the import).

    The second curious thing is that there is a workaround, with the choice of URL :
    -I get the error if I try to import the QVF while connecting to the QMC from my desktop.
    -If I try it locally, from the virtual machine where Qlik is installed, I also get the error if I use the same URL to connect to QMC than from my desktop.
    -But, If I try it locally, this time connecting to the QMC with the localhost URL (https://localhost/qmc/), I can import the very same file (5 632 Mo) that created an error.

    There is supposedly nothing wrong with the URL I use from my Desktop, since I can import the 160 Ko file.

    So far, I didn't find anything explaining this difference of results depending on the URL.
    Is there something I could try ?

    Best regards.

    Show Less
  • forum

    Management & Governance

    Restorng Qliksense on-prem

    Hi Friends,We have recently lost our remote server where we had Qliksense Enterprise installed. Server is not Turning ON due to Hardware/Disk failure.... Show More

    Hi Friends,

    We have recently lost our remote server where we had Qliksense Enterprise installed. Server is not Turning ON due to Hardware/Disk failure. Server was not a VM and we dont have uptodate backups for our Qliksense apps/data/repository.

    We are looking for recovery options but not sure whether we will be able to recover everything.

    If we are able to recover, What should be our next steps to get our Qliksense working again on a new VM?

    Can someone please share step by step process to restore Qliksense in a new machine.

    Show Less
  • forum

    Talend Studio

    Branch Github in login not appearHi,

    Hi,I am using a proxy to connect Talend Studio to the internet. While I can see the projects assigned to me in 'Studio Projects', the Git branches fai... Show More

    Hi,

    I am using a proxy to connect Talend Studio to the internet. While I can see the projects assigned to me in 'Studio Projects', the Git branches fail to load. Aside from *.github.com, what other URLs or endpoints need to be whitelisted for Git synchronization to work properly?

    lguevara_0-1778622276069.png

    Thanks.

     

    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

Vienna

Join data and AI leaders in Vienna on May 20, 2026 to learn how to scale AI into real enterprise impact.

AI Reality Tour

Nordics

Join the Nordics virtual event on May 20, 2026 to learn how to scale AI and unlock real enterprise value from anywhere.

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.