Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 216,889 members
  • 7,750 online
  • 1,994,245 posts
  • 149,432 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

    New to Qlik Analytics

    Times

    Hi, what do i miss here??if(frac(STARTTIME)>=MakeTime(6,45) and frac(STARTTIME)<=MakeTime(15,29,59),'FM',if(frac(STARTTIME)>=MakeTime(15,30) and frac(... Show More

    Hi, what do i miss here??

    if(frac(STARTTIME)>=MakeTime(6,45) and frac(STARTTIME)<=MakeTime(15,29,59),'FM',
    if(frac(STARTTIME)>=MakeTime(15,30) and frac(STARTTIME)<=MakeTime(22,59,59),'EM','Natt')) as Shift

    JohnSSI_0-1713197425254.png

    JohnSSI_1-1713197531018.pngJohnSSI_2-1713197626578.png

     

     

    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

    Installing and Upgrading

    How To Fix D-Link Extender 5GHz Not Working?

    The D-Link 5GHz Not Showing if your device does not support the 5GHZ network. Also, check and update the SSID names for both networks and sometimes it... Show More

    The D-Link 5GHz Not Showing if your device does not support the 5GHZ network. Also, check and update the SSID names for both networks and sometimes it can happen due to a corrupted network adaptor. So to resolve it, give a different name to the 5ghz network and fix the adaptor issues.

    Show Less
  • forum

    New to Qlik Analytics

    Sum(Value) for last 12 months having only YearMonth

    Hello, What is the best formula to add the values of the last 12 months having only Year and Month in the yyyymm format? Thanks for helping  
  • forum

    App Development

    VBScript

    Hello,   I can create a Module with VB Script, whre can I find a descriptio: how to write a VB Script.   tanks in advance   Frédéric
  • forum

    Qlik Replicate

    Full load only Db2 for z/os -> POstgres without CDC

    Hello   we want to transfer data from db2 for z/os -> Postgres once a time with a FULL LOAD task for  a group of tables. Is it possible to perform thi... Show More

    Hello

     

    we want to transfer data from db2 for z/os -> Postgres once a time with a FULL LOAD task for  a group of tables.

    Is it possible to perform this without enabling CHANGE DATA CAPTURE on that group of tables ?

    Thanks

    AF

    Show Less
  • forum

    New to Qlik Analytics

    Qlik error finding column in database

    Hi All, I am trying to get some data out of an database. However, the load script does give an error in Qlik. When I run the SQL statement in the data... Show More

    Hi All,

    I am trying to get some data out of an database. However, the load script does give an error in Qlik. When I run the SQL statement in the database, there occurs no error.

    See below the error and the SQL statement.

    jvdb_0-1713184897243.png

    Select
    a.FK_BUDGETORDERINTAKEYEAR,
    a.BUDGET,
    a.MARGE,
    a.BUDGETPRODUCTION,
    a.PK_U_BUDGETORDERCATEGORY,
    a.FK_BUDGETORDERCATEGORY,
    a.FK_BUDGETSERVICECONTRACTTYPE,
    a.INVOICEORDERINTAKE,
    b.PK_R_ORDER,
    b.FK_ORDERCATEGORY,
    c.PK_R_SALESORDERDETAILMISC,
    c.NETSALESAMOUNT,
    c.ORDERDATE,
    //c.FK_SALESPERSON,
    d.FK_FINANCIALYEAR,
    d.PRODUCTIONPERCENTAGE

    FROM U_BUDGETORDERCATEGORY a
    LEFT JOIN R_ORDER b ON a.FK_BUDGETORDERCATEGORY = b.FK_ORDERCATEGORY
    LEFT JOIN V_R_SALESORDERDETAILMISC c ON b.PK_R_ORDER = c.FK_ORDER
    LEFT JOIN U_PRODUCTION d ON c.PK_R_SALESORDERDETAILMISC = d.FK_SALESORDERDETAILMISC;

     

    Show Less
  • forum

    App Development

    Qlik Sense button behavior

    Hello,  A bit at a loss while trying to implement a specific set of actions on a button click.  I have a table, i have some filters that can be applie... Show More

    Hello, 

    A bit at a loss while trying to implement a specific set of actions on a button click. 

    I have a table, i have some filters that can be applied. I have a button that selects just the ID after filters are selected and clear the rest of the filters. I want yet another button that does the opposite. It needs to exclude from the selected accounts from the previous selection. Using 'select exclusion' works, but for the whole table. The previous selection is overwritten. 

    As in the picture attached, i want to use the filters to get a subset of the 7 ids already selected. Let's say number 1 and 3. The Exclude selection button should exclude 1 and 3 and lock the final selection to 2,4,5,6,7. At the moment it returns all IDs in the table(which ar emore than 7) except 1,3.

    Any advice?

    Thank you!

    Show Less
  • forum

    New to Qlik Analytics

    Writing expressions - Counts and nulls

    First - is there a good place to learn the qlik expression language that anyone particularly enjoys? I'm trying to use ChatGPT and not finding it terr... Show More

    First - is there a good place to learn the qlik expression language that anyone particularly enjoys? I'm trying to use ChatGPT and not finding it terribly helpful.

     

    My main question is out of this dataset that I have attached, the request is to calculate the:

    Count of Consent Date, where Consent Date is not Blank, the Inactive field does not equal YES, and the Delivery Date IS blank.

    How could I structure this? I've tried multiple ways and keep getting 0's. It looks like any blanks are being populated with "-" when I look in Data Manager, and I've tried to update formulas accordingly but still not having success.

     

    Show Less
  • forum

    Connectivity & Data Prep

    WhatsApp integration

    I want to show chart and insight in WhatsApp using chatbot from the qliksense dashboard , is there any way either easy or difficult. Please let me kno... Show More

    I want to show chart and insight in WhatsApp using chatbot from the qliksense dashboard , is there any way either easy or difficult. Please let me know I am in dire need of this possibility.

    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!