Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,151 members
  • 6,186 online
  • 1,994,756 posts
  • 149,482 Solutions

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Filter Selection based on Condition

    Hi team, I have filter, In that i have some values. Eg: A B C D if I select A and B its to display sum(Sales) If I select A and B and C etc its to dis... Show More

    Hi team,

    I have filter, In that i have some values.

    Eg:

    A

    B

    C

    D

    if I select A and B its to display sum(Sales)

    If I select A and B and C etc its to display count(Sales)

    For Particular Selection, I need to show one measure,

    If extra anyone Value is added in the filter it should show other measure...

     

    Thanks in Advance

     

    Show Less
  • forum

    Qlik Application Automation

    Access excel file based on path

    TLDR : I want to access an Excel file based on a sharepoint path I give manually. What I've tried : you can give to a "Open file on Microsoft Sharepoi... Show More

    TLDR : I want to access an Excel file based on a sharepoint path I give manually.

    What I've tried : you can give to a "Open file on Microsoft Sharepoint" component a path directly linking to a document, and then use a "Read Data From File on MS" to open it but it only works for CSV and JSON documents. 

    MaximP_1-1713454337073.png

     

    You can also acces the document based on a Drive ID and Item ID with a "List Rows With Headers" for example. This solution however needs me to access every item of the file tree until i get to the file containing the excel wich is not really sustainable. 

    MaximP_3-1713454808243.png

     

    So I would need a component that either open an xlsx document based on a path or give a Drive ID and Item ID based on a path.

    Any other idea would help.

    Thanks in advance,

    Maxim Perolle

     

     

     

    Show Less
  • forum

    Qlik Replicate

    SQL server as a target -ODBC Driver

    Hi Team, We are getting below error in a task. Could you please help us with the same. SYS-E-HTTPFAIL, Cannot connect to sql server.SYS,General_Except... Show More

    Hi Team,

    We are getting below error in a task.

    Could you please help us with the same.

    SYS-E-HTTPFAIL, Cannot connect to sql server.
    SYS,General_Exception,Cannot connect to sql server , sqlstate:08001 NativeError:-2146893016 Message:[Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: The received certificate has expired.

     

    Task Name replication task encountered the following error:
    Creating Metadata Manager's utility components failed Cannot create the target utility component failed while preparing stream component 'Task Name'.
    Cannot coonect to SQL Serv
    RetCode: SQL_ERRO SqlState:08001 NativeError:- 2146893022 Message:[Microsoft][ODBC Driver 18 for SQL Server]SSL Provider:The target principal name is incorrect.

    Regards

    Mrunal

    Show Less
  • forum

    Qlik Replicate

    SQL Server as target

    Hi Team We are getting below error in a task. Could you please help us with the same. SYS-E-HTTPFAIL, Cannot connect to sql server.SYS,General_Excepti... Show More

    Hi Team

    We are getting below error in a task.

    Could you please help us with the same.

    SYS-E-HTTPFAIL, Cannot connect to sql server.
    SYS,General_Exception,Cannot connect to sql server , sqlstate:08001 NativeError:-2146893016 Message:[Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: The received certificate has expired.

    Task Name replication task encountered the following error:
    Creating Metadata Manager's utility components failed Cannot create the target utility component failed while preparing stream component 'Task Name'.
    Cannot coonect to SQL Serv
    RetCode: SQL_ERRO SqlState:08001 NativeError:- 2146893022 Message:[Microsoft][ODBC Driver 18 for SQL Server]SSL Provider:The target principal name is incorrect.

     

    Regards,

    Megha

    Show Less
  • forum

    New to Qlik Analytics

    Where clause did not filter the data

    Hello, I have this load script for one of my app in Qliksense. Table1: Load First_Name, Last_Name, Salary, Fiscal_Year SQL Select FirstName as First_N... Show More

    Hello,

    I have this load script for one of my app in Qliksense.

    Table1:

    Load

    First_Name,

    Last_Name,

    Salary,

    Fiscal_Year

    SQL Select

    FirstName as First_Name,

    LastName as Last_Name,

    Salary,

    FY as Fiscal_Year

    From XYZ_Table

    In the sheet, I have this simple table with Fiscal_Year column that shows all the data for all the years.

    User requested to filter the data to only shows the current year and two previous years. I have adjusted my code to this:

    Table1:

    Load

    First_Name,

    Last_Name,

    Salary,

    Fiscal_Year

     

    SQL Select

    FirstName as First_Name,

    LasrName as Last_Name,

    Salary,

    FY as Fiscal_Year

    From XYZ_Table

    WHERE Fiscal_Year >= (YEAR(GETDATE())-2);   //to get only year 2024 and 2023,2022//

    It loaded successfully and I got no errors, but when I go to my table in the sheet, I still see years from 2016-2021

    I am not sure what I am missing. Could someone please help me with this?

    thank you!

    Show Less
  • forum

    Qlik Replicate

    Resume processing and CDC only modifications of table filters

    Hello   We have a Qlik CDC only task and we performed a modification on a filer transformation on a table. We stopped that task , perform Import task ... Show More

    Hello

     

    We have a Qlik CDC only task and we performed a modification on a filer transformation on a table.

    We stopped that task , perform Import task with the desired modifications and perform (for mistake) resume processing of the same task.

    The filer was loaded correctly (and unexpectedly !)

    We remember in the past documentation that , if we have to perform a filter modification, we are aware that we will perform stop+import of the task (or perform modification by Qlik Enterprise Manager GUI and save the currently running task) and perform reload target

    Can you explain us what happened ? in what case resume processing is acceptable for filter modifications scanarios ?

    Lt us know

    Regards

    Alessandro Ferrario

    Show Less
  • forum

    Data Quality, Preparation & Stewardship

    Remove a column from dynamic type input in tjavarow

    Hello, I want to remove a colum from dynamic type input in tjavarow. I tried this but it didn't work : Dynamic dyn = row3.table; dyn.removeColumn("Nam... Show More

    Hello,

    I want to remove a colum from dynamic type input in tjavarow.

    I tried this but it didn't work :

    Dynamic dyn = row3.table;

    dyn.removeColumn("NameColonneToDelete");

    Can anyone help me ?

    Thanks

    Show Less
  • forum

    Deployment & Management

    chr(304) error )=

    Hello, I am writing from Turkey. When do you plan to solve the capital "i" letter chr(304) problem?
  • forum

    Administering and Monitoring

    Remove Cloud Engine from Job Setup

    Is there any way to remove Cloud Engine from the Task Config in Cloud?  I have a cluster I run of servers on AWS setup and I do not use Cloud Engine a... Show More

    Is there any way to remove Cloud Engine from the Task Config in Cloud?  I have a cluster I run of servers on AWS setup and I do not use Cloud Engine at all.  I have a separate workspace (not default) and it still shows 2 cloud engines in my drop down when configuring a task.  Even though I have it turned off.  I would prefer not to see Cloud if cloud is turned off.  Every job we setup defaults to cloud and we have to change it to our cluster each time.

     

    Show Less
  • forum

    Brasil

    Multiplicar um valor por um rank(Relativo). Não estou conseguindo chegar ao valo...

      Preciso achar o Valor da Coluna 1 * Coluna 2(Relativo). Mas não estou conseguido. Preciso criar um set analysis que trate (Pois o valor correto é di... Show More

     

    Preciso achar o Valor da Coluna 1 * Coluna 2(Relativo). Mas não estou conseguido.

    Preciso criar um set analysis que trate (Pois o valor correto é diferente). 

    Preciso de ajuda. 

    Cod Valor Rank(Relativo) (Column(1)
    *
    Column(2))

    /
    1000000 (Errado)
    Valor Correto
    2061 300000 4,69% 9.689,40 14.070,00
    5277 300000 21,21% 43.817,70 63.630,00
    5543 300000 3,36% 6.932,70 10.080,00
    10757 300000 7,27% 15.025,80 21.810,00
    12305 300000 4,10% 8.461,80 12.300,00
    13248 300000 3,01% 6.213,00 9.030,00
    13697 300000 11,97% 24.739,50 35.910,00
    16923 300000 6,23% 12.882,30 18.690,00
    17459 300000 24,93% 51.509,10 74.790,00
    19201 300000 5,18% 10.710,90 15.540,00
    19303 300000 6,45% 13.333,80 19.350,00
    29976 300000 1,60% 3.307,50 4.800,00
            300.000,00

    2024-04-17_15-38-16.jpg

    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!