Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,818 members
  • 8,545 online
  • 1,995,805 posts
  • 149,579 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Not loading data for deleted items

        Hi all. I have three tables which are linked through a common id (Management.id). These are: - Management table - Details table; and - Evidence ta... Show More

     

     

    Hi all.

    I have three tables which are linked through a common id (Management.id).

    These are:

    - Management table

    - Details table; and

    - Evidence table

    When an item is deleted from the Management table in our front end we set a parameter [is deleted] to 1 and this is stored in the Management table (but none of the others).

    When I join the tables through the Management.id I am loading up all of the data, but I only want to load up the records which have not been deleted.

    - below is a cut down extract of the load script.

     

     

    [tech_organizational_controls_management]:
    LOAD
    	[id] AS [Management.Management_id],
    	[SOA_Version],
            [is_Deleted],
    	[created_at],
    	[updated_at],
    	[standard_id];
    SELECT id,
    	`SOA_Version`,
    	`is_Deleted`,
    	`created_at`,
    	`updated_at`,
    	`standard_id`
    FROM `xxxxxxx`.`tech_organizational_controls_management`;
    
    
    
    [tech_organizational_control_details]:
    LOAD
    	[id] AS [control_details.id],
    	[control_owner] as [Control Owner],
    	[reason_control] as [Rationale],
    	[control_implement] as [Implemented],
    	[version_id] as [Details.Management.id],
    	[object_id],
    SELECT id,
    	`control_owner`,
    	`reason_control`,
    	`control_implement`,
    	`version_id`,
    	`object_id`,
    
    FROM `xxxxxxxxx`.`tech_organizational_control_details`;
    
    [tech_organizational_controls_evidence]:
    LOAD
    	[id] AS [evidence.id],
    	[evidence_type_value] as [Evidence Type],
    	[evidence_type] AS [Evidence Category],
    	[version_id] AS [Evidence.Management.id],
    
    SELECT id,
    	`evidence_type_value`,
    	`evidence_type`,
    	`version_id`,
    FROM `xxxxxxxx`.`tech_organizational_controls_evidence`;
    

     

    What is my best approach?

    Thanks

    Mark

    Show Less
  • forum

    New to Qlik Analytics

    set analysis expression for inactive customers with no current 3 month sales

    stuck on this ...at a bar chart, want to show inactive customers with no sales during the past three month.   let's say I have time range as "Saledate... Show More

    stuck on this ...at a bar chart, want to show inactive customers with no sales during the past three month.

     

    let's say I have time range as "Saledate = {">=$(=addmonths(Monthstart((vSaleMaxDate)),-3))<=$(=addmonths(Monthend((vSaleMaxDate)),-1))"}"

    How do I add this into below so that I could have the set expression to have those customers who do not have any sales during the saledate period? 

    sum({<[Customer Name]={"=sum([Sales]) = 0"}>} [Sales])

     

    or maybe there is a better alternative without using any of these...

     

     

    Show Less
  • forum

    Qlik Cloud Data Integration

    Hi All! Is it possible to combine Direct Query with QVD files in real time?

    Hi All! Is it possible to combine Direct Query with QVD files in real time?
  • forum

    QlikView App Dev

    Max and Min Highlighters in a Combo Chart @ Qlik Sense

    I'm facing a problem with a combo chart. I want to show the maximum and the minimum value of a measure (only two highlighters), but minimum highlighte... Show More

    I'm facing a problem with a combo chart.
    I want to show the maximum and the minimum value of a measure (only two highlighters), but minimum highlighter appears repeatedly in every month and far from the line.

    Can someone help me, please?

    20240425.png

     

    MEASURE (line): count(distinct Chave_Contrato)

    HIGHLIGHTERS
    Max: =if(count(distinct Chave_Contrato)=max(total aggr(count(distinct Chave_Contrato),[Mês Ano Registro Contrato])),count(distinct Chave_Contrato),0)
    Min: =if(count(distinct Chave_Contrato)=min(total aggr(count(distinct Chave_Contrato),[Mês Ano Registro Contrato])),count(distinct Chave_Contrato),0)

    Thanks!

    Show Less
  • forum

    Qlik Cloud Data Integration

    Security Access on data gateway

    Hello,  Is it possible to add section access to a data gateway so that when I access the tables in SQL Server the connector is pulling from, i can see... Show More

    Hello, 

    Is it possible to add section access to a data gateway so that when I access the tables in SQL Server the connector is pulling from, i can see all data, but another user with a professional license would only have access to certain data?  

    Show Less
  • forum

    App Development

    Dashboard not populated until Filter Selected

    I want to hide the contents of a dashboard until two filters are selected: Filter 1: Standard Type Filter 2: Standard Version Once these are both sele... Show More

    I want to hide the contents of a dashboard until two filters are selected:

    Filter 1: Standard Type

    Filter 2: Standard Version

    Once these are both selected the dashboard should display.  Is there a way to do this?

    Thanks

    Mark

    Show Less
  • forum
  • forum

    Brasil

    Somase sem especificar "texto" no script

    Olá. Por favor, há alguma solução de somase para o caso? Tenho uma tabela com campo "NF", "NF vinculada", "Operação" e "Frete". Operação há dois valor... Show More

    Olá.

    Por favor, há alguma solução de somase para o caso?

    Tenho uma tabela com campo "NF", "NF vinculada", "Operação" e "Frete".

    Operação há dois valores "Receita" ou "Remessa".

    O valor do frete está ligado às notas de "remessa", mas preciso trazer a soma dos fretes junto às respectivas notas de "Receita".

    Há menção da respectiva nota de "receita" para cada nota de "remessa".

    Obrigado.

     

    Show Less
  • forum

    Qlik NPrinting

    Qlik Designer Excel Template

    Hello,    I'm working on creating a report in Excel using NPrinting. I have a table with up and down arrows showing the increase/decrease in values ba... Show More

    Hello,

     

     I'm working on creating a report in Excel using NPrinting. I have a table with up and down arrows showing the increase/decrease in values based on 2 years. When trying to add the table in NPrinting Designer, unable to import the table with borders and alignment from the source. If I uncheck the 'Source Format' option, I'm able to import the table but lose the color codes for the up/down arrows. I tried using conditional formatting in Excel but the expression in Qlik Sense is too large to use in Excel. Is there any workaround for this issue? Please help. 

    Show Less
  • forum

    New to Qlik Analytics

    Returning latest date by employee

    I need my script to return the latest date for each EMPLOYEE_ID. I have tried Max(Date#()) and Date(Max(Date#())) and they are not returning what I ne... Show More

    I need my script to return the latest date for each EMPLOYEE_ID. I have tried Max(Date#()) and Date(Max(Date#())) and they are not returning what I need them to.

    This is what a sample of the raw data looks like:

    EMPLOYEE_ID NAME SUPERVISOR_ID SUPERVISOR_NAME BUSINESS_TITLE LatestDate
    12345 John Smith 21252 Jane Doe - 12/18/2022
    12345 John Smith 21252 Jane Doe - 1/4/2023
    12345 John Smith 21252 Jane Doe - 3/15/2023
    12345 John Smith 21252 Jane Doe Customer Rep 4/19/2023
    21252 Jane Doe 26498 Jason Freedmen - 3/19/2023
    21253 Jane Doe 26499 Jason Freedmen - 4/30/2023
    21253 Jane Doe 26499 Jason Freedmen Team Lead 5/19/2023


    This is what my script is returning:

    EMPLOYEE_ID NAME SUPERVISOR_ID SUPERVISOR_NAME BUSINESS_TITLE LatestDate
    12345 John Smith 21252 Jane Doe - 4/19/2023
    12345 John Smith 21252 Jane Doe Customer Rep 4/19/2023
    12345 John Smith 21252 Jane Doe - 4/19/2023
    12345 John Smith 21252 Jane Doe - 4/19/2023
    21252 Jane Doe 26498 Jason Freedmen Team Lead 5/19/2023
    21253 Jane Doe 26499 Jason Freedmen - 5/19/2023
    21253 Jane Doe 26499 Jason Freedmen - 5/19/2023

    It's replacing all of the dates with the latest date for each employee, which changes the order of the BUSINESS_TITLE.

    This is what I need my script to be able to return: 

    EMPLOYEE_ID NAME SUPERVISOR_ID SUPERVISOR_NAME BUSINESS_TITLE LatestDate
    12345 John Smith 21252 Jane Doe Customer Rep 4/19/2023
    21252 Jane Doe 26498 Jason Freedmen Team Lead 5/19/2023

    Just the row with the latest date for all EMPLOYEE_IDs.

    How do I do this?

    Show Less
Leaderboard

Customer Story

Qlik Data Integration & Qlik Replicate story

Qlik enables a frictionless migration to AWS cloud by Empresas SB, a group of Chilean health and beauty retail companies employing 10,000 people with 600 points of sale.

Customer Story

Building a Collaborative Analytics Space

Qlik Luminary Stephanie Robinson of JBS USA, the US arm of the global food company employing 70,000 in the US, and over 270,000 people worldwide.

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!