Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 256,255 members
  • 2,916 online
  • 2,037,506 posts
  • 153,419 Solutions
Announcements
Week 2: Presenting "Automate Sucess" and "Integration for Innovation" - WATCH NOW

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    Timeshare or Real estate Demo

    Hi Community,I am looking for a Qlik Sense demo related to Real Estate or Timeshare. Thank you,
  • forum

    Connectivity & Data Prep

    Qlik Sense-Teradata Connection issue after upgrade to May 2025 SR3 version

    We recently upgraded our Qlik Sense PROD from Nov 2023 SR 9 version to May 2025 SR3 version. After the upgrade, our Qlik Sense-Teradata Connection is ... Show More

    We recently upgraded our Qlik Sense PROD from Nov 2023 SR 9 version to May 2025 SR3 version. After the upgrade, our Qlik Sense-Teradata Connection is not working, and it gives attached error message.

    Error:

    errror [08001][Qlik][socket error](439) WSA E HostUnreach: The teradata server can't be currently be reached over this network

     @Sonja_Bauernfeind @Elisabeth-Virc-Hall @Sandra_Mellstrand @Sebastian_Linser 

    Has anyone run into similar issue? 

    Any insights/thoughts on this topic are appreciated. 

    Thank you!

     

    Qlik Sense Enterprise on Windows  

    Show Less
  • forum

    Connectivity & Data Prep

    'ERROR [08001] [Qlik][socket error] (439) WSA E HostUnreach: The Teradata server...

    Hello Community, Last week we have upgraded the Qlik Sense to May 2024 Patch 4 from Nov 2022 Patch 1. While upgrading the we got few issues and had to... Show More

    Hello Community,

    Last week we have upgraded the Qlik Sense to May 2024 Patch 4 from Nov 2022 Patch 1.

    While upgrading the we got few issues and had to repair the installation.

    Since then we are facing an issue with the native Teradata connections in the new version. The screenshot of the error message from HUB is attached.

    And below is the error message found in the connector logs:

    TestConnect was not successful: message='Error message:  Please check the values for Username‚ Password‚ Host and other properties. Description: Client unable to establish connection', detailMessage='ERROR [08001] [Qlik][socket error] (439) WSA E HostUnreach: The Teradata server can't currently be reached over this network'.  

     

    The Teradata database has a NLB(Network Load Balancer) in front and if we specify the host of NLB, we are getting the issue. The same setup used to work before the upgrade.

    However, if we provide the DB hostname directly, then the connection works fine. However, as per policy we cant specify the DB hostname directly and needs to use NLB.

     

    Kindly suggest how can this be fixed.

     

    Thanks.

     

    Show Less
  • forum

    Qlik Replicate

    Qlik Replicate is altering the data type for oracle BD NUMBER columns with prec...

    Please review the following issue: Qlik Replicate is altering the DB Oracle data type for NUMBER columns with precision greater than 38 when replicati... Show More

    Please review the following issue:

     

    Qlik Replicate is altering the DB Oracle data type for NUMBER columns with precision greater than 38 when replicating from an Oracle data source. Specifically, it reduces the precision to 0.000000000000000.

    During replication from Oracle to Azure Event Hub, columns defined as NUMBER with precision > 38 are not preserved as is.

    Even when changing the data type to VARCHAR and stopping and restarting the task, Qlik Replicate continues to convert NUMBER > 38 columns, resulting in data loss or incorrect data.

     

    Our current data flow setup is as follows:

    • From Oracle (ODS) to local disk: T_LSS_ODS
    • From local disk: S_ODS_LSS to Azure Event Hub
    •  

    Both T_LSS_ODS and S_ODS_LSS are located on the same Qlik application server.

     

    The issue concerns the column ORA_LINE_ID, which has the NUMBER data type at the Oracle database level.

    Currently, the setup involves converting NUMBER to VARCHAR at each step:

    • ODS (NUMBER) → VARCHAR
    • T_LSS_ODS (NUMBER as VARCHAR)
    • S_ODS_LSS (NUMBER as VARCHAR)
    •  

    We would greatly appreciate your guidance on how to resolve this issue.

    Show Less
  • forum

    Qlik Automate

    Automation for execution qvs file without app

    Hi,Is there a possibility or an automation with which a QVS file can be executed without it having been imported into an app before?Best regardsChrist... Show More

    Hi,

    Is there a possibility or an automation with which a QVS file can be executed without it having been imported into an app before?

    Best regards

    Christian

    Show Less
  • forum

    Qlik Replicate

    Qlik Replicate Linux - logs can work /VAR/LOG?

    Hi,Its posible in Qlik Replicate  in Linuxchange the folder <datafolder>\data\logs to /VAR/LOG ?Thanks,  
  • forum

    Connectivity & Data Prep

    Automation Connection (Microsoft Teams)

    What is the best way to change the email id of an existing microsoft teams connection in automation for sending teams messages. Is there a way to crea... Show More

    What is the best way to change the email id of an existing microsoft teams connection in automation for sending teams messages. Is there a way to create a config file which contains the email id and pass the same email id whatever is present in the config file in the microsoft teams connection?

    @mbj , @richbyard , @pawwy1415,@ ErikWetterberg,@rohitk1609,@Mp3Leaks@petter@Michael_Tarallo

    Show Less
  • forum

    Visualization and Usability

    Qlik Sense - How to filter data based on 1 column, but result should display dat...

    I have a specific requirement for Accounts receivables.I would prefer to not make changes in the load script and would prefer front end expressions. T... Show More
    I have a specific requirement for Accounts receivables.
    I would prefer to not make changes in the load script and would prefer front end expressions.
     
    This is an example of my source table:
    YearPeriodDocument codeClearing DocumentNumberAR valueInvoice numbercheque numberpayment term
    202412RV35353510012345 N30
    202412AB353535-100   
    20251DZ353535100 55557 
    20252RV98999850067899 N60
    20253DZ989998500 88995 
     
    - The document type RV are invoices, AB is system generated closing document for the invoice and DZ are the payments received.
    - Clearing Document Number shows which cheque was used to pay which invoice.(ClearingDocumentNumber is our linking column)
     
    Requirement:
    If I select an invoice number or a payment term on Qlik Sense sheet, the respective cheque should also display in the graph and table.
     
    e.g. If user filter by selecting N30 on Qlik Sense, OR If user selects cheque number 55557 or invoice number 12345.
     
    below 2 tables should show data as:
     
    INVOICES
    YearPeriodDocument codeClearing DocumentNumberAR valueInvoice number
    202412RV35353510012345
    202412AB353535-100 
     
     
    PAYMENTS
    YearPeriodDocument codeClearing DocumentNumberAR valuecheque number
    20251DZ35353510055557
     
     
     
    Appreciate your help.
     
     
    Show Less
  • forum

    Qlik Replicate

    Truncating Data when Replicating Numeric Field from Oracle to Postgres

    I am trying to replicate the Oracle data to the Target Database Postgres using Qlik Replicate. When I try to replicate numeric field from Oracle to Po... Show More

    I am trying to replicate the Oracle data to the Target Database Postgres using Qlik Replicate. When I try to replicate numeric field from Oracle to Postgres, it is truncating the Decimal values. When I transformed the data time within the settings from numeric(10,0) to numeric (10,2) as well it is just replacing the decimal values to 00 rather than replicating the original source values. Any thoughts on how I can resolve it issue

    Show Less
  • forum

    App Development

    Summing Polynomials?

    I'm having difficulty summing this polynomial, I want to get a total of indvidual row results.  Any suggestions on how to go about this? Wrapping it i... Show More

    I'm having difficulty summing this polynomial, I want to get a total of indvidual row results.  Any suggestions on how to go about this? Wrapping it in sum() or rangesum() is not working. 

     


    10.384*pow([Normalized Month],5) - 33*pow([Normalized Month],4) + 38.831*pow([Normalized Month],3) - 20.218*pow([Normalized Month],2) + 4.1059*[Normalized Month] - 0.1037

     

    *the Normalized Month dimension is a decimal

    Show Less
Leaderboard

Customer Story

Instant Answers Empower Thousands of Users

Billion-dollar organization delivers quality service and consistency at scale with Qlik Answers, powered by Amazon Bedrock.

Customer Story

Empowering Students With Data Skills for Real-World Impact

Thomas More University works with the Qlik Academic Program and EpicData to encourage and inspire students.

Customer Story

Revolutionizing aircraft production through Data Analytics

Qlik Data Integration transforms Airbus' aircraft production, leading to over 150 replication tasks and informing more efficient analysis.

Location and Language Groups

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Qlik en México

Qlik en México

Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.

All are welcome

Hello from Japan

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Parlons Données

Parlons Données

Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.

open to all

Forums

Qlik Automate

Less manual work, more data flow. Welcome to Qlik Automate.

Forums

Qlik Predict

Discover how to leverage machine learning and AI to forecast outcomes directly in Qlik.

Forums

Move to Qlik Cloud Analytics

Get guidance, tips, and community support for your journey to Qlik Cloud Analytics.