Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 216,913 members
  • 7,346 online
  • 1,994,278 posts
  • 149,435 Solutions
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Visualization and font alignment change post Qlik upgrade to Nov2023

    HI Team, Hope you are doing well. We are upgrading Qlik version from Nov2022 to May2023. After upgrade we have faced issues listed below: - Font color... Show More

    HI Team,

    Hope you are doing well. We are upgrading Qlik version from Nov2022 to May2023. After upgrade we have faced issues listed below:

    - Font color changed for few KPIs

    -Text alignment changed 

    -Some charts showing invalid visualization error

    - some front end formulas not working. 

    Kindly help here at earliest.

     

    Show Less
  • forum

    Qlik Replicate

    Applied Changes Detail Record Count vs Audit Table Record count

    Hi Team, I found strange issue in my qlik replicate task, it is regarding record count shown in 'Applied Changes Detail' vs actual records in audit ta... Show More

    Hi Team,

    I found strange issue in my qlik replicate task, it is regarding record count shown in 'Applied Changes Detail' vs actual records in audit table on target database. The count for few tables is not matching. I am trying to find out reason behind it. I see that it is not dependent on operation, and found that for update/insert both. I don't see any data errors. I have dropped some columns on target database.

    Please suggest any possible reasons behind it. 

     

    Show Less
  • forum

    New to Qlik Analytics

    Remove null concatenation in pivot table

    Hi, I am new to qlik,I have a pivot table with the dimensions group and subgroup.the group field is a concatenation of group number and the group name... Show More

    Hi, I am new to qlik,
    I have a pivot table with the dimensions group and subgroup.
    the group field is a concatenation of group number and the group name (Num_Group & '- '& Group) and the Subgroup field has the same logic
    ( (Num_Subgroup & '- '& Subgroup)).
    The problem is that I get a null concatenation in the filter panel.
    in my dimension I was putting this expression: if(isnull(Group_concat or Group_concat='-'), Group_concat), but it still doesn't remove the null concatenation from the filter...
    Can you help me, please.

     

    azucna122_0-1713263074424.png

     

    Show Less
  • forum

    Qlik Application Automation

    How to Use VB macros to send Email through Outlook in QlikView

    Hi all, Please, can anyone explain or send me a link that explain step by step on how to us VB Script Macros to Send email through Outlook In QlikView... Show More

    Hi all,

    Please, can anyone explain or send me a link that explain step by step on how to us VB Script Macros to Send email through Outlook In QlikView?

    Thanks 

    Show Less
  • forum

    New to Qlik Analytics

    How to concatenate 2 tables

    Hi, I try to concatenate these 2 tables and the fields from the budget one (.xlsx) results in nulls as you can see in the image attatched, where I kno... Show More

    Hi,

    I try to concatenate these 2 tables and the fields from the budget one (.xlsx) results in nulls as you can see in the image attatched, where I know there are values. Is there something wrong? 

    Many thanks!!!

    This is the code: 

    LIB CONNECT TO 'Amazon_Redshift_redshift-dwh.cwafb1bxivm3.eu-west-1.redshift.amazonaws.com';
    budget:
    LOAD
        "Código del evento" as event_code,
        event_end_time as budget_event_end_time,
        timestamp(FECHA) AS budget_date,
        "NUMERO DE TICKETS" as budget_quantity,
        PRECIO as budget_price,
        "BOOKING FEE" as budget_fee,
        "GROSS REVENUE" as budget_gross_revenue,
        round(num(Interval(event_end_time - timestamp(FECHA), 'DD'))/7,2) AS weeks_left_to_event
    FROM [lib://DataFiles/Ticketing 2024.xlsx]
    (ooxml, embedded labels, table is [Hoja 3]);
     
    concatenate (budget)
     
    LOAD "event_id",
        "event_name",
        "event_country",
        "event_date",
        capacity,
        "event_code",
        "ticket_id",
        "cashless_paid_credits",
        quantity,
        "ticket_type",
        "sold_date",
        "ticket_date",
        "ticket_category",
        status,
        "event_currency",
        "gbp_rate",
        "eur_rate",
        "base_amount",
        "fee_amount",
        "total_amount",
        email,
        "customer_country",
        city,
        age,
        gender,
        "age_group",
        "year_event",
        "month_event",
        "days_left_to_event",
        "weeks_left_to_event",
        "months_left_to_event",
        babb,
        "previous_event_code",
        "event_end_time",
        "event_to_compare",
        "previous_day_sales",
        "marketing_total_spend",
        cpa;
        
     
    SELECT 
     
    "event_id",
    "event_name",
    "event_country",
    "event_date",
    capacity,
    "event_code",
    "ticket_id",
    "cashless_paid_credits",
    quantity,
    "ticket_type",
    "sold_date",
    "ticket_date",
    "ticket_category",
    status,
    "event_currency",
    "gbp_rate",
    "eur_rate",
    "base_amount",
    "fee_amount",
    "total_amount",
    email,
    "customer_country",
    city,
    age,
    gender,
    "age_group",
    "year_event",
    "month_event",
    "days_left_to_event",
    "weeks_left_to_event",
    "months_left_to_event",
    babb,
    "previous_event_code",
    "event_end_time",
    "event_to_compare",
    "previous_day_sales",
    "marketing_total_spend",
    cpa
    FROM "dbt_xavi_marts"."marts_event_ticketing";
     
     
     
    Show Less
  • forum

    New to Qlik Analytics

    Need to Calculate Text count

    HI , Please refer the below Snap shot . I need the help to calculate 'Active' Count from the expression field. Can anybody solve this problem.   Su... Show More

    HI ,

    Please refer the below Snap shot . I need the help to calculate 'Active' Count from the expression field.

    Can anybody solve this problem.

     

    Sub Dealer Name Active Count-22
       
    Enterprises 1
    Vision Limited Active
    Vision Punpun 3
    Electricals 0
    Hardware 2
    Sale 6
    Electronics 7
    Ganesh Enterprises 5
    Show Less
  • forum

    Qlik Reporting Service

    Paging in tabular reporting for paged pivot tables? Is it possible?

    I have been trying to create a report using the excel tabular reporting, that creates a new sheet for each Sales Person. To do this I have been trying... Show More

    I have been trying to create a report using the excel tabular reporting, that creates a new sheet for each Sales Person. To do this I have been trying to use the pages option.

    It appears that this works fine for the straight table that is used for the report (i.e. it creates a sheet for each sales person with a straight table on it and the data filtered for each sales person).

    However, I need the chart to be shown as a pivot table and if I use the pages option on the pivot table it doesn't seem to work? I end up with a sheet created for each Sales Person (i.e. the tab of the sheet is named correctly for each sales person) but the data within each sheet is not filtered to each Sales Person, all sheets created show the same data on the pivot table which is for the first Sales Person only. 

    Can someone advise if what I am attempting to do is actually possible? 

    Thanks. 

     

    Show Less
  • forum

    App Development

    Combine 2 dimensions to create a list of values

    Hello! I am a bit stucked so maybe you may help 🙂 I have a list of projects A, B, C, D. Each project has assigned a program value : program X, Y, Z. ... Show More

    Hello!

    I am a bit stucked so maybe you may help 🙂

    I have a list of projects A, B, C, D.

    Each project has assigned a program value : program X, Y, Z.

    Each project has an EAC value.

    I would like to create a list of Program/Projects that are greater than a thresold, let's say 400. This is used as a dimension (a dimension for the "bar" in a bar graph).

    Example :

    • project A : EAC = 350 and program value is "program X"
    • project B : EAC = 450 and program value is "program X"
    • project C : EAC = 550 and program value is "program Y" or not assigned (value "<NoData>")

    In that example, the code would return a list of values : program X (as 800 > 400) and project C (550 > 400). 

    My code below is working more or less, however, there is strange behaviors. I have missing values. If I treat that a bit differently, I have other conflict (for example, the list would return "project B" as well, as it is an individual value above 400. Which is not good as this project is already embedded in the "program X" value, also listed...)

    Any idea how to treat that in a better way than my code below ?

    thanks !

     

    =

    if(

    (
    // test if there is a program assigned or not
    [Project Program]<>' <NoData>'

    AND

    // shows the program names when the total EAC of the program is greater than 400M
    aggr(

    (
    sum({$<[Cost Baseline Version]={"RF*"}
    ,[Project Tiering]={"Tier 1","Tier 2","Tier 3"},[Monthly Cost Destination]={'CAPEX','OPEX'}
    >} EAC/1000000)
    )

    >400
    ,[Project Program])
    )

    ,[Project Program],

    // else if the program is not above 400M, check and show if any individual project is above 400M

    if(

    (
    [Project Program]=' <NoData>'

    AND

    aggr(sum({$<[Cost Baseline Version]={"RF*"},[Project Tiering]={"Tier 1","Tier 2","Tier 3"},[Monthly Cost Destination]={'CAPEX','OPEX'}
    >} EAC/1000000)>400,[Project Description])
    )

    ,[Project Description]

    ))

     

     

     

     

     

     

     

     

     

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Formula for the measure

    Please tell me how to correctly write the formula for the measure of a diagram: If the variable “filename” contains “AP”, then calculate the ratio of ... Show More

    Please tell me how to correctly write the formula for the measure of a diagram:

    If the variable “filename” contains “AP”, then calculate the ratio of the number of values “1” for the variable “Code by Classifier” to the number of the sum of values “1” and “0” for the variable “Code by Classifier”

     

    I tried two formulas, but both did not work correctly, it seems to me:

    1. If(WildMatch(filename, '*АР*'), 

       Count(If([Code by Classifier] = 1, 1, 0)) / Count(If([Code by Classifier] = 1 or [Code by Classifier] = 0, 1, 0))

    )

    2. Count({< [Code by Classifier] = {"1"}, [filename]={"*АР*"} >} [Code by Classifier]) / Count({< [Code by Classifier] = {"0", "1"}, [filename]={"*АР*"} >} [Code by Classifier])

    Show Less
  • forum

    App Development

    intersection without using P()

    Hi , I would like to know if it is possible to have intersection without using P()  . I used the below calculations and does not give me correct resul... Show More

    Hi , I would like to know if it is possible to have intersection without using P()  .

    I used the below calculations and does not give me correct results.

    1) Count({<ID=p({<year={'2022'}>})>*p({<year={'2023'}>})>}distinct ID) 

    this calculation bumps up numbers since the individual P() also does that.

    2) Count({<year={'2022'},ID=P({<year={'2023'}>}ID)>}distinct ID) 

    This calculation from other post is working to some extent but here and there bumps up the numbers a little and I saw P() adds up extra ID's in the count .

    So I have Count({<year={'2022'}>}distinct ID) and Count({<year={'2023'}>}distinct ID) , which fetch me correct results , is it possible to have a intersection between them?

    Thank you!!

    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!