Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,580 members
  • 8,317 online
  • 1,995,406 posts
  • 149,537 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Initial Data Load Too Large - alternatives???

    I'm new to Qlik sense -  I'm a new Qlik Sense business analysis and I'm building a Qlik Sense app for analysis to replace excel VBA code to pull histo... Show More

    I'm new to Qlik sense - 

    I'm a new Qlik Sense business analysis and I'm building a Qlik Sense app for analysis to replace excel VBA code to pull historical purchases for one or more items - IT will no longer support the excel VBA :(. My organization is large and the total number of records in my PO data warehouse exceeds over well over 100M records. Requirement is that I use Qlik Sense to pull the same data as the excel VBA code.

    My only search criteria is item number. There is no limit to time, geography or entity. 

    When i build the SQL to the data warehouse, I write the SQL in the Data Load Editor and it pulls all PO data... over 100M+ records. Couple of challenges:

    1/ When Qlik Sense users attempt to use the app, they often run into Out of Memory errors.

    2/ When the App works, it takes more than 20min for the sheet to display and users can enter item numbers. 

    Questions:

    1/ is this expected behavior for Qlik Sense to frequently result in errors for such large data sets? I filtered the data sets to return about 50M records and it still results in error, sometimes. 

    2/ Is there a way in Qlik Sense to allow users to enter the item numbers BEFORE the initial data load and have only the required item number PO history be pulled? 

    3/ I tried building a QVD file but it takes 20 min to load the data then another 30 minutes to index. Waiting nearly an hour to run a report doesn't seem to make sense. 

    What other options, if any, do i have in Qlik Sense to limit the initial data load? 

    Show Less
  • forum

    Qlik Replicate

    Full load task

    Hi I had a quick question about full load, let's say if I started my task and its running for 2 hours, meanwhile any new changes that are coming on th... Show More

    Hi I had a quick question about full load, let's say if I started my task and its running for 2 hours, meanwhile any new changes that are coming on that DB2 table - will those also be replicated?

    Thanks

    Show Less
  • forum

    QlikView App Dev

    newline in expression

    HiI've tried everything but cant figure out how to insert a new line character... I would like to show these three fields below each other. nl doesn't... Show More

    Hi

    I've tried everything but cant figure out how to insert a new line character... I would like to show these three fields below each other. nl doesn't work...


    =Maxstring(If([L1] = VarL1Out and Isnull([L2]),[HoverText])) &'. Actual: '
    &Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Actual])) & '. Target: '
    &Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Target]))
    {/code]
    Currently the help text looks like this:
    My hovertext. Actual: 50.4. Target: 55.5
    I want to be like:
    My hovertext.
    Actual: 50.4.
    Target: 55.5</body>
    Show Less
  • forum

    New to Qlik Analytics

    Dont want section data to be linked to each other

    I have sections in my data load script. Currently, I have two sections, and they are pulling data from entirely different tables. However, they appear... Show More

    I have sections in my data load script.

    Currently, I have two sections, and they are pulling data from entirely different tables. However, they appeared to be linked. When I go to the pivot, it pulls data based on a selection of the other sections.

    How can I have each data pulled from their respective sections?

    Also, it is slowing the application.

    Show Less
  • forum

    QlikView Administration

    the system how to deal the running that qlikview multiple tasks in one qvw file

    Hi Guys, I just have a concern that there  is a qvw exist multiple tasks. When I run those tasks at a same time the system is how to deal with this si... Show More

    Hi Guys, I just have a concern that there  is a qvw exist multiple tasks. When I run those tasks at a same time the system is how to deal with this situation?  whether those multiple tasks are put into independent stack to run? 

    thanks 

     

    Show Less
  • forum

    Qlik Compose for Data Warehouses

    Perfomance of query with multiple joins when inserting into TSTG table _P on mig...

    We recently migrated from SQL Server 2014 to SQL Server 2019. For one of the inserts in to the _P table that is labled "Inserting Top Rows into TSTG_E... Show More

    We recently migrated from SQL Server 2014 to SQL Server 2019. For one of the inserts in to the _P table that is labled "Inserting Top Rows into TSTG_Entity_NAme_P for existing objects" that joins to 10 files, it is now unable to complete after 24 hours instead of 3 minutes.

    Show Less
  • forum

    Qlik Cloud Data Integration

    Criação Data Gateway Data Movement - Espaços não aparecem

    Olá, tenho um servidor linux ubuntu onde pretendo instalar o data gateway data movement, consigo fazer a instalação, porém, ao tentar criar a conexão ... Show More

    Olá, tenho um servidor linux ubuntu onde pretendo instalar o data gateway data movement, consigo fazer a instalação, porém, ao tentar criar a conexão com o gateway, e selecionar em data movement, ele não traz nenhum espaço para que eu possa selecionar, embora eu tenha espaços criados.

     

    GuiZZao_0-1713896303832.png

     

    Show Less
  • forum

    Move to SaaS

    Qlikview documents in SaaS

    How can i upload a Qlikview document .qvw into Cloud and use it as binary load into my Qlik Sense App in Cloud.    
  • forum

    New to Qlik Analytics

    Include NULL Values Handling in KPI charts in Qlik sense

    Hello Everyone, I have an issue with the Set expression in KPI chart. i'm calculating the percentage in my expression i'm using Parent incident id for... Show More

    Hello Everyone,

    I have an issue with the Set expression in KPI chart. i'm calculating the percentage in my expression i'm using Parent incident id for this column is having Null values i want to calculate the Null values. but while calculating the t column not considering. please find the below expression

    Num(sum({<Goal={'Cpi - Critical - Restore'},ID={'365'},Reported_13Month={1},[Status]={0},[Parent Incident ID]={'Null'}>}[Ticket Count])/sum({<Goal={'Cpi - Critical - Restore'},ID={'365'},Reported_13Month={1},[Parent Incident ID]={'Null()'}>}[Ticket Count]),'##.##%')

    please anyone can help me on this.

    Show Less
  • forum

    Qlik Cloud Data Integration

    How to use tJava to read the contents of a file

    I am trying to read the contents of a text file using a tJava component.  I have been having issues getting java.io.FileInputStream to work.  Does any... Show More

    I am trying to read the contents of a text file using a tJava component.  I have been having issues getting java.io.FileInputStream to work.  Does anyone have sample code on how to read a file?

     

    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!