Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 221,866 members
  • 2,124 online
  • 2,002,255 posts
  • 150,144 Solutions

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Balkendiagramm - Prozentberechnung differenziert betrachten von Dimension zu Dim...

    Guten Tag zusammen, wie ist es möglich den Prozentualen Anteil der verschiedenen Jahre einzeln zu berechnen. Derzeit berechnet sich die Prozentzahl ja... Show More

    Guten Tag zusammen,

    wie ist es möglich den Prozentualen Anteil der verschiedenen Jahre einzeln zu berechnen. Derzeit berechnet sich die Prozentzahl ja über alle Balken in dem Balkendiagramm. Das Ziel ist es, jeden Balken zu einem Jahr allein zu berechnen (jedes Jahr hat 100%).

    Es wäre wunderbar, wenn jemand weiter weiß!

    1Johannes_0-1717678000255.png

     

    Show Less
  • forum

    Connectivity & Data Prep

    401 Client Error: Unauthorized for url api/v1/temp-contents/

    Hi everyone, I am currently working my way throughqlik-sdk with python and want to export an app.When I call the function : webbrowser.open(f“{tenant}... Show More

    Hi everyone,

    I am currently working my way through
    qlik-sdk with python and want to export an app.
    When I call the function : webbrowser.open(f“{tenant}{app.export(NoData=False)}”) I get a 401 error because the script has no access to “api/v1/temp-contents/app-id”. Does anyone have an idea how I can provide a login or something similar ?

    Best regards,

    Pierre

    Show Less
  • forum

    New to Qlik Analytics

    Left Join in Qlik

    Hi, I have 2 tables: Project Number Hours A745 100 B675 200   Project Number Sub Project Number A745 A745001 A745 A745002 B675 B675... Show More

    Hi,

    I have 2 tables:

    Project Number Hours
    A745 100
    B675 200

     

    Project Number Sub Project Number
    A745 A745001
    A745 A745002
    B675 B675001

     

    I am using Left Join to join table 2 with Table 1. After reload when I do the Sum(Hours), it shows values 400 bcz it is adding 100, 2 times. is there any way where I will get 300 which is correct. Please help.

    Show Less
  • forum

    App Development

    Aggregation issues with Keep statement

    Hi,We ran into aggregation issues with "Keep" statement. When I change Keep to Join, the aggregation works as expected. Here is the script and what's ... Show More

    Hi,
    We ran into aggregation issues with "Keep" statement. When I change Keep to Join, the aggregation works as expected. Here is the script and what's expected.
     
    X:
    LOAD * Inline[
    TICKET_NBR, TRAN_DATE_KEY, TRAN_NBR, TRAN_KEY
    A1, 10, 1, 1000
    A1, 10, 2, 1000
    A1, 11, 3, 1001
    A2, 10, 1, 1000
    A2, 10, 2, 1001
    A3, 10, 1, 1000
    A3, 10, 2, 1001
    A3, 11, 3, 1000
    ];
    Left Keep (X)
    Y:
    LOAD * Inline[
    TRAN_KEY, AMT
    1000, 200
    1001, 500
    1002, 100
    ];

    Straight table
    For TICKET_NBR A1, TRAN_KEY 1000
    Count(AMT) should be 2
    Sum(AMT) should be 400
    Count(TRAN_KEY) is 2 and it is correct
    Sum(TRAN_KEY) is 2000 and it is correct
    Same case with TKT_NBR A3 as well.
    Kindly look into this and advise a solution. I have attached the qvw for reference.
    Thanks,
    Mahesh

    Show Less
  • forum

    New to Qlik Analytics

    Missing rows

    Hi, My main table has 75,000 rows, one for each patient. I work in healthcare.  Another table has about 72,000 rows, one for each patient that matches... Show More

    Hi,

    My main table has 75,000 rows, one for each patient. I work in healthcare.  Another table has about 72,000 rows, one for each patient that matches the criteria built for that specific table, its filtered down a little.  When I load these two tables into my app, I only get the 72,000 patients to show, but I want to show all of the 75,000 patients.  I feel like i am missing something small somewhere for this to occur, does anyone have any idea?

    When I click "Load Data" i can see that the app is fetching 75,000 rows for the first table, then it goes and fetches 72,000 rows for the next table.  These two tables have to be built seperately like I have them.  I dont want rows to drop off from the first table just because a patient/record doesnt exist in the second smaller table. Please help! Thank you

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Sharing Qlick sense report

    I have made my qlick sense report.Now i want to share my report with other persons but i am not able to do so.I am working in qlick sense in whicj lic... Show More

    I have made my qlick sense report.Now i want to share my report with other persons but i am not able to do so.I am working in qlick sense in whicj license is provided by company.when i am sharing the link of report with someone it is showing acess not provide to that person.I am not getting any option to publish my report.Can you please tell how can i share my report with other people?

     

    Show Less
  • forum

    New to Qlik Analytics

    How to substitute a missing value with a valid value from between two fields?

    Hello,  i need help for a substitution of values from one field if another field is empty (in the data load editor section):Here is an example in hope... Show More

    Hello, 

    i need help for a substitution of values from one field if another field is empty (in the data load editor section):

    Here is an example in hope my request is more understandable:

    Field1 Field2 Proxy

    -         534     534 

    123    123      123

    234    234     234

    -         567     567

    345      -        345


    So basically the proxy field should contain the values of either of the field1 or field2 values.

     

    Any ideas on how to solve this?

    Show Less
  • forum

    Qlik Application Automation

    Automation Error

    Hi, I keep getting the attached error message when trying to run my automation. Can you please help me on how to resolve this?
  • forum

    New to Qlik Analytics

    Gerar meses faltantes caso não haja registros.

    OriginalData: LOAD * INLINE [ Filial ,Produto,Date ,Tipo ,Seq ,Quantidade 51 ,161642 ,03/05/2019 ,COM ,37620 ,12 51 ,161642 ,14/08/2019 ,COM ,38376 ,2... Show More
    OriginalData:
    LOAD * INLINE [
    Filial ,Produto,Date ,Tipo ,Seq ,Quantidade
    51 ,161642 ,03/05/2019 ,COM ,37620 ,12
    51 ,161642 ,14/08/2019 ,COM ,38376 ,24
    51 ,161642 ,24/08/2019 ,EVF ,38445 ,4
    51 ,161642 ,27/08/2019 ,EVF ,38466 ,2
    51      ,161642,06/06/2024, EVF,     38467  ,1
    51      ,161642,06/06/2024, COM,     38467  ,2
    ];
     
    ProcessedData:
    LOAD
    *,
    If(isAccum
      ,If(Tipo='COM'
        ,Peek('Balance') + Qtde_COM
        ,Peek('Balance') - Qtde_EVF)
      ,If(Tipo='COM', Qtde_COM, -Qtde_EVF)
    ) as Balance,
    If(isAccum
      ,Peek(Balance)
      ,0) as Previous
    ;
    LOAD
    *,
    If(Tipo='COM', Quantidade, Alt(Peek('LastCOM'),0))
    as LastCOM,
    If(Tipo='EVF', Quantidade, Alt(Peek('LastEVF'),0))
    as LastEVF,
    If(Tipo='COM', Fabs(If(isAccum, Quantidade-Peek('LastCOM'),Quantidade)), 0)
    as Qtde_COM,
    If(Tipo='EVF', Fabs(If(isAccum, Peek('LastEVF')-Quantidade,Quantidade)), 0)
    as Qtde_EVF
    ;
    LOAD
    Filial,
    Produto,
    Date,
    Tipo,
    Seq,
    Quantidade,
    If(Peek(Filial)=Filial and Peek(Produto)=Produto, 1, 0) as isAccum
    Resident
    OriginalData
    Order By
    Filial,
    Produto,
    Date
    ;
     
    DROP Table OriginalData;
    O Resultado é o experado. Correto. 
    Produto Date Previous Qtde_COM Qtde_EVF Balance
    161642 03/05/2019 0 12 0 12
    161642 14/08/2019 12 12 0 24
    161642 24/08/2019 24 0 4 20
    161642 27/08/2019 20 0 2 18
    161642 06/06/2024 18 0 1 17
    161642 06/06/2024 17 22 0 39

     

    Preciso agora e gerar o Previous no meses faltantes. adaptando o scritp acima.

    Caso o mês tenha registro desconsidere, caso não tenha gere pelo ultimo registro anterior clonado o resto.

    igual no exemplo abaixo.

    Exemplo:

    Produto Date Previous Qtde_COM Qtde_EVF Balance
    161642 03/05/2019 0 12 0 12
    161642 14/08/2019 12 12 0 24
    161642 24/08/2019 24 0 4 20
    161642 27/08/2019 20 0 2 18
    161642 27/09/2019 20 0 2 18
    161642 27/10/2019 20 0 2 18
      até mês atual,.....        
    161642 06/06/2024 18 0 1 17
    161642 06/06/2024 17 22 0 39
    Show Less
  • forum

    Qlik Cloud Data Integration

    SKIPPING STORE message in load script

    Hi, We have a load script picking up excel files from a sharepoint location, doing some minor adjustments and writing the newly created table to a qvd... Show More

    Hi,

    We have a load script picking up excel files from a sharepoint location, doing some minor adjustments and writing the newly created table to a qvd on the same sharepoint location, but in another map.

    The idea is executing the load script monthly and it worked fine for several loads. Now we wanted to add the latest month file, but we get this message:

    Skipping STORE ExistingDataVR INTO [sharepoint-location/Qvd/QVDName.qvd] (qvd).

    At first we thought there's something wrong with the new excel file we want to load. But using an older file which has been loaded in an earlier load, results in the same message as well.

    We tried another attempt, with only an earlier file (which has been loaded succesfully in a previous load) into a completely new non existing qvd file and we still get the message mentioned above.

    Any ideas why keep getting the SKIPPING STORE message?

    Show Less
Leaderboard

Customer Story

Accelerating Decision-Making with Qlik Insights

Qlik enhances decision-making with high-speed insights, as Mayborn Group integrates data from various functions across their global operations, gaining a competitive edge in the childcare industry.

Customer Story

Efficiency in Agriculture: Nortera's Qlik Triumph

Nortera leads agricultural manufacturing analytics and automation with Qlik, reducing short-shipment rates and annual savings in water consumption.

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

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!