Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 219,164 members
  • 7,454 online
  • 1,997,981 posts
  • 149,789 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    SQL Server - MERGE

    I have a SQL Server database that has merge replication configured with another SQL Server, I need to replicate some tables using Qlik Replicate, we k... Show More

    I have a SQL Server database that has merge replication configured with another SQL Server, I need to replicate some tables using Qlik Replicate, we know that CDC cannot be activated, I would like to know what the restrictions are in relation to transactional replication, if This impacts merge replication that already exists, if Qlik uses other logs than the one already being used by MERGE.

    Show Less
  • forum

    New to Qlik Analytics

    Mutiplication in Qlik

    I have two fields like  Order Quantity and Net price Net price in Decimal so I want to include Decimals also. If I use Round Or Floor or Ciel I will m... Show More

    I have two fields like 

    Order Quantity and Net price Net price in Decimal so I want to include Decimals also. If I use Round Or Floor or Ciel I will miss or Get More Spend.

     

    Output should be like This

    OrderId Order Quantity Net Price GC T PO Sub Total ( order qty * Net Price GCT)  
    101 500 6.04 3020  
    101 100 14.39 1439  
             
          2.9B  
             

     

    Show Less
  • forum

    Brasil

    COMPARAÇÃO DE DIFERENÇA ENTRE DOIS FILTROS

    Boa tarde, Estou tentando fazer uma comparação entre o período atual - período passado / período passado * 100, o objetivo é conseguir uma variação de... Show More

    Boa tarde, Estou tentando fazer uma comparação entre o período atual - período passado / período passado * 100, o objetivo é conseguir uma variação de vendas em %, por exemplo, em meu filtro estou comparando o mesmo período em anos diferentes Fevereiro de 2023 e Fevereiro de 2024

    A EXPRESSÃO QUE ESTOU USANDO É: 

    ( ( Sum({<Ano_DC={"$(VAnoAtual_DC)"}, Mes_DC={"$(VMesAtual_DC)"}>} TOTAL_ITEM_DC) - Sum({<Ano_DC={" $(VAnoAnterior)"}, Mes_DC={"$(VMesAtual_DC)"}>} TOTAL_ITEM_DC) ) ) / Soma({<Ano_DC= {"$(VAnoAtual_DC)"}, Mes_DC={"$(VMesAtual_DC)"}> } TOTAL_ITEM_DC)

    ENVIANDO AS VARIAVEIS
    VAnoAtual_DC:
    =MAX(Ano_DC)
    VAnoAnterior:
    =MAX(Ano_DC) -1
    VMesAtual_DC:
    =MAX(Mes_DC)

    Show Less
  • forum

    New to Qlik Analytics

    Interval Match with two intervals to match between

    Is it possible to do an interval match with two set of intervals? In my fact data, I have the field month end, which looks in the interval Effective S... Show More

    Is it possible to do an interval match with two set of intervals? In my fact data, I have the field month end, which looks in the interval Effective Start and Effective Stop. In that same interval match function, can I have the Sales field from my fact data, look in the interval Min Threshold and Max Threshold as well? This is ultimately so I can find out what scale to give my fact data, based on if the sales is between a certain amount and if the sales took place between a certain date range.

     

    Here is what my two tables look like.

    Fact Data:

    Sales MonthEnd Employee
    $40 3/30/3024 A
    $25 1/31/2024 B
    $81 1/31/2024 A
    $78 1/31/2024 C
    $110 4/30/2024 A
    $2 4/30/2024 A
    $179 3/31/2024 B
    $63 2/29/2024 C
    $92 2/29/2024 A

     

    Dimension/Intervals Data:

    Effective Start Effective Stop Min Threshold Max Threshold Scale
    1/1/2024 2/29/2024 46 100,000,000 Pass
    1/1/2024 2/29/2024 0 45 Fail
    3/1/2024 3/30/2024 51 100,000,000 Pass
    3/1/2024 3/30/2024 0 50 Fail
    4/1/2024 12/31/9000 0 130 Fail
    4/1/2024 12/31/9000 131 100,000,000 Pass
    Show Less
  • forum

    App Development

    Derived Fields not working in Qlik Sense Feb 2024 IR

    I have just installed Feb 2024 on a lab server for testing. Have imported one of our production apps (from Feb 2022 cluster) which uses derived fields... Show More

    I have just installed Feb 2024 on a lab server for testing.

    Have imported one of our production apps (from Feb 2022 cluster) which uses derived fields for calendar dimensions using the DECLARE FIELD DEFINITION....FIELDS and DERIVE FIELDS FROM FIELDS .... USING .... script construction

    There seems to be a bug with the derived fields  - it recognises them and shows them in field list but in expression editor it reports an error in expression with red border round field box and when using the derived fields in conjunction with a function - in this case the CLASS function it does not work and returns an error

    This all works 100% OK in our Feb 2022 production environment

     

    Has anyone else encountered this ?

    Show Less
  • forum

    Qlik Compose for Data Warehouses

    Facing Issues with CLI export commands during Migration

    Hi All,    I have run the below command in the bin folder of the Qlik server which is installed in F drive. My outfolder will be D drive.  ComposeCli.... Show More

    Hi All, 

     

    I have run the below command in the bin folder of the Qlik server which is installed in F drive.

    My outfolder will be D drive. 

    ComposeCli.exe export_csv --project WH_Master --outfolder D:\WHPUAT

    This command exported all csv files related Model, Mappings and Data Marts only.

    It didn't export any files related to Datawarehouse tasks and SQL files and also showed an error 
    SYS-E-HTTPFAIL This given path's format is not supported.. 

    Could you please help me with this error. 

     

    Thanks!

     

     

    Show Less
  • forum

    App Development

    Filter Chart using dimensions only

    Hi all,  I have this sample dataset from one source.  I want to show in a straight chart, just the Store and Systems columns.  But I want them to be f... Show More

    Hi all, 

    I have this sample dataset from one source.  I want to show in a straight chart, just the Store and Systems columns.  But I want them to be filtered by the dimension Function that has the value of only 'Fixed Ops'.  Any help here would be appreciated, thanks in advance!

    Show Less
  • forum

    App Development

    can we replace Analytic connection with python scripts in server with aws la...

    We have some python scripts residing in one of the qlik nodes which is connected to qlik sense (which resides in aws server) through analytic connecti... Show More

    We have some python scripts residing in one of the qlik nodes which is connected to qlik sense (which resides in aws server) through analytic connection
    is it possible to move those scripts to aws lambda function and establish a connection from Qlik sense enterprise windows ? I believe AWS lambda connector will work with Qlik cloud only.

    Show Less
  • forum

    Integration, Extension & APIs

    JWT 401 unauthorized

    Hi all, i'm trying to login to qlik using a JWT token but when i try to post to https://horsadev.eu.qlikcloud.com/login/jwt-session with the the web i... Show More

    Hi all,

    i'm trying to login to qlik using a JWT token but when i try to post to https://horsadev.eu.qlikcloud.com/login/jwt-session with the the web integration id and the bearer token i get the following error.

    LorisLombardo87_0-1715252504937.png

    the token is made up like this:

    LorisLombardo87_2-1715252675807.png

    user details: name sub and email are the exactly like the console.

    any idea of what can go wrong here?

     

    thanks,

    Loris

    Show Less
  • forum

    Security & Governance

    May 2023 Qlik Sense Enterprise On Windows couldnot install patch 6

    due to find Qlik Sense Enterprise for Windows Remote Code Execution (RCE) Vulnerability (Authenticated). with suggestion we need to install patch 6 to... Show More

    due to find Qlik Sense Enterprise for Windows Remote Code Execution (RCE) Vulnerability (Authenticated). with suggestion we need to install patch 6 to solve this problem. 

    After download the patch and run with administrator on server.  System show logs and installation failed.

    detail see file attached. 

    It is very urgent for me to find a solution.  Any one met same case and solved.

    BS

    jens

    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!