Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 219,499 members
  • 7,731 online
  • 1,998,411 posts
  • 149,828 Solutions
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Aproveitamento de Tela - QLIK Sense Desktop

    Fiz a instalação do QLIK Sense Desktop mais recente, e ao abrir, ele não aproveita a tela (Conforme print anexado). Já ajustei a resolução e escala do... Show More

    Fiz a instalação do QLIK Sense Desktop mais recente, e ao abrir, ele não aproveita a tela (Conforme print anexado).

    Já ajustei a resolução e escala do vídeo, mas não deu certo.

    Já passaram por isso? Caso sim, como conseguiram solucionar?

    Ou melhor instalar uma versão mais antiga?

    Show Less
  • forum

    Qlik Replicate

    [Driver Manager]Can't open lib 'PostgreSQL' : file not found

    Hi All, We are migrating the server from RHEL 7 to RHEL 8. We have a PostgreSQL target.  From new box, RHEL 8, we are able to connect via command line... Show More

    Hi All,
     
    We are migrating the server from RHEL 7 to RHEL 8. 
    We have a PostgreSQL target. 
     
    From new box, RHEL 8, we are able to connect via command line to PostgreSQL but while trying to test connection from the Qlik UI, we are getting the below error:
     

    Cannot connect to ODBC provider
    RetCode: SQL_ERROR SqlState: 01000 NativeError: 0 Message: [unixODBC][Driver Manager]Can't open lib 'PostgreSQL' : file not found

     

    Below is the o/p of site_arep_login.sh and /etc/odbcinst.ini. With same settings, it was connecting in RHEL 7.

    [root@**]# cat site_arep_login.sh
    # enter site specific settings here
    #export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u01/app/oracle/product/193000/client_1/lib/
    export NLS_LANG='ENGLISH_UNITED KINGDOM.AL32UTF8'
    export ORACLE_HOME=/u01/app/oracle/product/193000/client_1/
    export TNS_ADMIN=/u01/app/oracle/product/193000/client_1/network/admin/tnsnames.ora
    export LD_LIBRARY_PATH=/usr/lib:/usr/lib64:/usr/pgsql-14/lib:/opt/snowflake_odbc/lib:/u01/app/oracle/product/193000/client_1/lib/:$LD_LIBRARY_PATH



    [root@**]# cat /etc/odbcinst.ini
    # Driver from the postgresql-odbc package
    # Setup from the unixODBC package

    PostgreSQL]
    Description = PostgreSQL ODBC driver
    Driver = /usr/pgsql-14/lib/psqlodbc.so
    Setup = /usr/pgsql-14/lib/psqlodbcw.so
    Debug = 0
    CommLog = 1
    UsageCount = 2

    [SnowflakeDSIIDriver]
    APILevel=1
    ConnectFunctions=YYY
    Description=Snowflake DSII
    Driver=/opt/snowflake_odbc/lib/libSnowflake.so
    DriverODBCVer=03.52
    SQLLevel=1

    Show Less
  • forum

    New to Qlik Analytics

    How do I organize data and rank it?

    Hello everyoneUserI have the table that contains the following fields:LLAVECP,CENTRO,PLU_SAP,NumeroSemana,Venta_UNDI need the data to be ranked accord... Show More

    Hello everyone
    User
    I have the table that contains the following fields:
    LLAVECP,
    CENTRO,
    PLU_SAP,
    NumeroSemana,
    Venta_UND
    I need the data to be ranked according to the Venta_UND field value for each LLAVECP

    Show Less
  • forum

    New to Qlik Analytics

    Cumulative total in a pivot table does not carry over

    I need a cumulative count of the following data:   Reason/Yearweek 2024/01 2024/02 2024/03 2024/04 2024/05 ABC 1 5   2 1 DEF   1 3   2 GHI 1 ... Show More

    I need a cumulative count of the following data:

     

    Reason/Yearweek 2024/01 2024/02 2024/03 2024/04 2024/05
    ABC 1 5   2 1
    DEF   1 3   2
    GHI 1     2  

     

    at the moment I've created a field called 'Count' populated with '1' in the data load and attempted a range sum

    Rangesum(Before(Sum(Count),0,ColumnNo()))

    which produces the following

    Reason/Yearweek 2024/01 2024/02 2024/03 2024/04 2024/05
    ABC 1 6 - 8 9
    DEF   1 4 -

    6

    GHI 1 - - 3 -

     

    I want it to show like this : 

     

    Reason/Yearweek 2024/01 2024/02 2024/03 2024/04 2024/05
    ABC 1 6 6 8 9
    DEF   1 4 4

    6

    GHI 1 1 1 3 3

     

    Is there a way to do this - either with the formula I have or an alternative approach?

    Show Less
  • forum

    New to Qlik Analytics

    Visualização em tela cheia

    Quando visualizo um grafico em tela cheia a tela não está responsiva e abre a barra de rolagem na vertical.  Qual a solução?  Esta situação não aconte... Show More

    Quando visualizo um grafico em tela cheia a tela não está responsiva e abre a barra de rolagem na vertical.  Qual a solução? 

    Esta situação não acontecia há uma semana atras, será que é um problema do produto?

    Show Less
  • forum

    New to Qlik Analytics

    Getting error in executing script

    Hi ,   Could someone help me rectify the error in following script(Attached screenshot). Getting error 'ValueCategoryGlobal' and 'ProcessTypeGlobal' n... Show More

    Hi ,

     

    Could someone help me rectify the error in following script(Attached screenshot).

    Getting error 'ValueCategoryGlobal' and 'ProcessTypeGlobal' not found. Though these fields are present in residents tables Valuecategory and ProcessType respectively.

    I am expecting Fields Value, ValueCategoryGlobal and ProcessTypeGlobal in temp table. But only field coming is Value.

    Beginner_Qlik1_5-1715684786843.png

    Beginner_Qlik1_6-1715684903949.png

     

     

     

     

    Beginner_Qlik1_0-1715684525831.png

    Beginner_Qlik1_1-1715684576145.png

     

    Beginner_Qlik1_4-1715684724578.png

     

     

    Beginner_Qlik1_3-1715684624001.png

     

    Show Less
  • forum

    New to Qlik Analytics

    Count Distinct based on a field based on a Measure

    Hi, Can you kindly help me understand how to apply distinct count for the following expressions, count(distinct{<[Price check]={"=If((sum([Dealer Sell... Show More

    Hi,

    Can you kindly help me understand how to apply distinct count for the following expressions,

    count(distinct{<[Price check]={"=If((sum([Dealer Sell-in price])-[Unit Price (EUR)])>0,'N','Y')"}>}[Part Number])

    In the above expression,  , Unit Price = sum(Price * Exchange
    )/sum(Quantity), Price check=If((sum([Dealer Sell-in price])-([Unit Price (EUR)]))>0,'N','Y'))

    Currently, the formula is making distinct count on all the part number but I need it distinct count only the [Part Number] with [Price check] is 'Y' for each Dealer.

     

    Let me know if you need any other details from me.

     

    Thanks in advance

     

    Show Less
  • forum

    New to Qlik Analytics

    How to create YTD's (and MAT's) and create the chart as shown?

    I've been trying all day to create YTD perios in order to create a chart showing figures compared over the current year period. I'm used to having YTD... Show More

    I've been trying all day to create YTD perios in order to create a chart showing figures compared over the current year period. I'm used to having YTD's in my data and simply adding them to my chart in Excel but in Qlik, I can't seem to work this out.

     

    Below is how I would have it created in Excel:

    YTD.PNG

    This makes an easy year on year comparison possible.

    But how can I get ytd's and add them to a grouped bar chart like above AND have these refreshed automatically upon a new data load?

     

    I' ve been puzzling with expressions for dimensions in the chart but that didn't work out, I tried to add a variable containing the YTD (add wanting to add YTD-1 and YTD-2 later on).

    Show Less
  • forum

    New to Qlik Analytics

    Change the color of the header of a column in a pivot table

    Hi, I want to change the color of the header of a column. For instance, in the printscreen below, I want for "Original budget 2024" to be yellow. Is t... Show More

    Hi,

    I want to change the color of the header of a column. For instance, in the printscreen below, I want for "Original budget 2024" to be yellow. Is their anyway possible?

    Phara_0-1715698220610.png

     

     

    Thank you!

    Show Less
  • forum

    New to Qlik Analytics

    Create date interval from two date fields

    Hi experts, I am new to Qlik and I need your help. I have two dates fields as shown below. I need to create intervals of 6months below, 2-5 years, etc... Show More

    Hi experts,

    I am new to Qlik and I need your help. I have two dates fields as shown below. I need to create intervals of 6months below, 2-5 years, etc, and sum my sales based on these intervals. Can anyone help me please? Thank you. 

    Start Date End Date Expected expected sum of sales 
    10/08/2010 04/02/2011 Within 6 Months 40
    15/02/2011 22/03/2022 Up to 2 years 80
    05/07/2010 10/07/2011 2-5 Years 30
    11/05/2009 15/07/2013 Above 5 years 90
    10/03/2010 07/05/2012    
    12/09/2013 20/06/2017    
    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!