Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,625 members
  • 7,632 online
  • 1,995,473 posts
  • 149,546 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    Pk handling in Oracle19c

    Hi Community, I'm currently working with Oracle 19c as a source, and I've some tables without primary keys. Need to configure a task for a full load w... Show More

    Hi Community,

    I'm currently working with Oracle 19c as a source, and I've some tables without primary keys. Need to configure a task for a full load with Change Data Capture (CDC). How should I proceed in managing the absence of primary keys in this scenario? Your guidance on handling this situation would be greatly appreciated.

    Regards,

    Pranita 

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Accumulate and calculate running numbers from ingoing balance and running change...

    Hi, I'm working on financial KPI's and want to use the balance sheet as well as the P&L for analysis. The differences is that in the balance sheet you... Show More

    Hi,

    I'm working on financial KPI's and want to use the balance sheet as well as the P&L for analysis.

    The differences is that in the balance sheet you have an ingoing balance and then the changes during the month is booked and then you get an outgoing balance, in my dataset there is no ingoing balances available from the database from any tables that I've found.

    I want to to a rolling 12 months analysis on inventory turnover rate and need to be able to calculate averages for a twelve months period every month ending to get this KPI. 

    I've added the ingoing balance for 2021-05-01 manually and concatenated with the transaction data, from this I can get an outgoing balance every month with RangeSum and Above where I've set period of times to 100000, (maybe there is a smarter way) which gives me the outgoing balance every month.

    RangeSum(Above(Sum({<Sub_Group={'Inventory'}>}Amount),0,100000),)

    How do I use this? I need to bring the value from 2021-05-01 to 2024-03-31 for example to be able to get my outgoing balance for 2024-03-31, see example below.Qlikbild.png

    Is there a way to make a calculated field instead to use in set analysis or any other way that is more simple just shoot with ideas!

    Help much appreciated, thanks!

     

    Show Less
  • forum

    Qlik Replicate

    Wrong format when extract boolean column

    HEllo,  I extract one table that have one column in the database using 1 or 0 (boolean). During the extarction, Qlik modify this value and write False... Show More

    HEllo, 

    I extract one table that have one column in the database using 1 or 0 (boolean). During the extarction, Qlik modify this value and write False or True. Could you help to fix this, the business team wants 0 or 1.

    Thanks 

    Pau

    Show Less
  • forum

    QlikView Integrations

    Sending Email to More than Two Recipients Using Qlikview Macros through Outlook

    Dear All, Anytime I am sending emails to more than two recipients, the macros would give this error "that "Outlook does not recognize one or more name... Show More

    Dear All,

    Anytime I am sending emails to more than two recipients, the macros would give this error "that "Outlook does not recognize one or more names. " and it would highlight objMail.Send in my code. here is my  code: 

    Sub mSendMail(pdfFilePath)
    Dim objOutlk
    Dim objMail
    Const olMailItem = 0

    ' Check if Outlook is already running
    On Error Resume Next
    Set objOutlk = GetObject(, "Outlook.Application")
    On Error GoTo 0

    ' If Outlook is not running, start it
    If (objOutlk = "") Then
    StartOutlook
    ' Wait for 5 seconds for Outlook to start
    ActiveDocument.GetApplication.Sleep 5000

    ' Create a new instance of Outlook application
    Set objOutlk = CreateObject("Outlook.Application")
    End If


    ' Create a new mail item
    Set objMail = objOutlk.createitem(olMailItem)

    ' Recipient's email address
    objMail.To = "example@yahoo.com"

    objMail.Cc = "example2@gmail.com"

    ' Subject of the email
    objMail.Subject = "Testing " & Date()

    ' Body of the email
    objMail.HTMLBody = "Body of the email, This is an automatic generated email from QlikView."

    ' Add attachment (use the generated PDF file)
    objMail.Attachments.Add pdfFilePath

    ' Send the email
    objMail.Send

    ' Release resources
    Set objMail = Nothing
    Set objOutlk = Nothing
    End Sub

    if I add BCc to the ' Recipient's email address it would complain : 

    ' Recipient's email address
    objMail.To = "example@yahoo.com"

    objMail.Cc = "example2@gmail.com"

    objMail.BCc = "example3@abc.com" or I added two email to the cc like this 

    Recipient's email address
    objMail.To = "example@yahoo.com"

    objMail.Cc = "example2@gmail.com, example7@abc.com" it would say  "Outlook does not recognize one or more names. " and it would highlight objMail.Send in my code. here is my  code, 

    Please, what can I do to be sending emails to more than 10recipients at the same time .

    Thanks

    Show Less
  • forum

    Qlik Application Automation

    Getting error while reloading the application Automation Monitoring app

    I'm encountering an error while reloading the application Automation Monitoring app. It is used to work properly, but for the past8 days, i have been ... Show More

    I'm encountering an error while reloading the application Automation Monitoring app. It is used to work properly, but for the past8 days, i have been getting this error. Could you please help me to understand the issue?

    Sharan_0-1713947028906.png

     

    Show Less
  • forum

    Deployment & Management

    Error While Applying Licensed Key in QMC

    Hi, we are not able to apply the license key in QMC, while applying it we are getting below error.Please help us.   Regards Ediyakula Varaprasad.   Show More

    Hi,

    we are not able to apply the license key in QMC, while applying it we are getting below error.Please help us.

     

    Regards

    Ediyakula Varaprasad.

     

    Show Less
  • forum

    Deployment & Management

    Upgradation of Qliksense from Feb 2022 Patch 5 to Feb 2024

    Hi Team, Today we are trying to upgrade Qliksense Multinode environment from Feb 2022 Patch 5 to Feb 2024, We follow all the backup steps which are me... Show More

    Hi Team,

    Today we are trying to upgrade Qliksense Multinode environment from Feb 2022 Patch 5 to Feb 2024, We follow all the backup steps which are mentioned in Qlik help-

    Backing up a Qlik Sense site | Qlik Sense for administrators Help

    We took backup of all certificates and Repository as mentioned in article. After taking backup we check that Postgres SQL version on Feb 2022 Patch 5 is Postgre9.6 so we decided to upgrade postgre version to postgresql14.8 which is suitable for all newer versions. For upgrading the Postgre SQL we follow all the steps mentioned in Support article as mentioned below-

    Upgrading and unbundling the Qlik Sense Repository... - Qlik Community - 1934238

    The PostgreSQL is upgraded successfully, after upgrading we checked the services on both Central and Rim Node all are running fine. But after that we are trying to Upgrade Qliksense, Setup started successfully but in the end it is end with an error the  error is attached in screenshot.

    I am not sure what problem occurs during these steps. 

    Please guide.

    Thanks in advanceWhatsApp Image 2024-04-19 at 1.14.36 PM.jpeg

    Show Less
  • forum

    Connectivity & Data Prep

    SurveyMonkey data connection

    Hello, I have a problem with creating SurveyMonkey data connection. I clicked the authenticate and it gave this error code. I don't understand how can... Show More

    Hello,

    I have a problem with creating SurveyMonkey data connection. I clicked the authenticate and it gave this error code. I don't understand how can i do the connection.

    sevvalk_0-1713946704887.png

     

    Show Less
  • forum

    Design and Development

    Extracting Variant data from Snowflake with tExtractXMLField

    Hello, I want to extract some fields from variant data (snowflake database) with Talend Cloud Data Fabric. For example, i have a field address (varian... Show More

    Hello,

    I want to extract some fields from variant data (snowflake database) with Talend Cloud Data Fabric.

    For example, i have a field address (variant) in a snowflake database.

    {
    "address1": "TSA 10000",
    "city": "YVELINES CEDEX 9",
    "completeAddress": "TSA 10000 78924 YVELINES CEDEX 9",
    "countryCode": "FRA",
    "zipCode": "78924"
    }

    I want to extract only the field completeAddress.

    I tried to use tExtractXMLField but i don't find the good parameters.

    Could you help me to solve my problem ?
    Thanks a lot

    crmc_0-1713946316023.png

     

    Show Less
  • forum

    New to Qlik Analytics

    Multiple Single Select (Always one selected)

    In our system, there are two single select fields with a parent-child relationship. Selection of the parent with single unique child is not possible, ... Show More

    In our system, there are two single select fields with a parent-child relationship. Selection of the parent with single unique child is not possible, because that particular child selection is not possible as its unique and is not available for the currently selected parent and that particular parent selection  is not possible as it has only one child.Is there a solution that allows users to make this selections.

    And even if the selection is made possible by default , it creates a locked scenario where the user cannot alter the selection. This occurs because the parent has only one child, leaving no other options available. Is there a solution that allows users to make different selections in this scenario.

    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!