Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 216,916 members
  • 8,642 online
  • 1,994,282 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

    New to Qlik Analytics

    Exclude fields in the calculation?

    How do I create an expression similar to the following? sum({<Field1={Test1}, [Field2]<>[Field3]>} [Field4]))    Field4 should be displayed if Field2 ... Show More

    How do I create an expression similar to the following?

    sum({<Field1={Test1}, [Field2]<>[Field3]>} [Field4])) 

     

    Field4 should be displayed if Field2 and Field3 are not equal. If I create an expression as above, I get an error because <> is not a valid relational operator.

    How do I create this correctly?

    Show Less
  • forum

    Qlik Reporting Service

    Tabular Reporting - Table size

    Hello everyone, I am trying to distribute a slightly larger table with Tabular Reporting. The table has 31 columns and, depending on the filter, 100-2... Show More

    Hello everyone,

    I am trying to distribute a slightly larger table with Tabular Reporting. The table has 31 columns and, depending on the filter, 100-200 thousand data records.

    When I try to export it, I get the message in the preview: Max number of objects exceeded in report, error code: REP-400039.

    Now the help (https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Reporting-service-specifications-limitations.htm) says something about

    Reporting limits for the Qlik add-in for Microsoft Excel
    Metric Value
    Maximum number of nested levels in a template 5
    Maximum number of object tags in a template 200
    Maximum number of objects per generated report

    A single chart, variable value, level value, or expression value counts as one object.

    For Excel tables, 500 generated cells count as one object. If there is an additional remainder of less than 500 cells (for example, several smaller tables containing a total of as many as 499 cells), this does not count as an object.

    50,000
    Maximum number of generated images in a report 1,000.

    Does this mean that I can generate a maximum of 50,000 cells per report (in my case 31 columns x 1612 rows)? Per Excel file, per tab sheet?

    Maybe someone can help?

    Thanks and regards.

    Show Less
  • forum

    Installing and Upgrading

    JVM Compilation Error

    Hi, I have been trying for a couple days to solve the JVM compatibility error. I get the error when I try to run a job from my imported Talend workspa... Show More

    Hi, I have been trying for a couple days to solve the JVM compatibility error.

    I get the error when I try to run a job from my imported Talend workspace.

    The Java I have installed is of version 11. The compiler is set to 1.8 by default.

    I've tried several things:
    - Modifying a configuration file of Talend and then adding a Java path as well.

    - Getting third party modules to see if it would help resolve the error.

    - Reinstalling Java and Talend. I also tried different versions, such as 8 and 22.

    I've also tried different solutions that I could find online but none of them seemed to work.

    Please help, I can also supply more information if needed.

    Kind regards,
    J.

    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

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