Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,944 members
  • 4,597 online
  • 1,995,889 posts
  • 149,585 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    how to save qvd generated in the cloud to local machine

    Como salvar QVD gerado na nuvem para a máquina local
  • forum

    App Development

    What makes a variable expression valid?

    I am not sure what defines a valid expression for variables in the data load editor: For example:  INCORRECT:  Let vLastExecDate = max(date); CORRECT:... Show More

    I am not sure what defines a valid expression for variables in the data load editor:

    For example: 

    INCORRECT:  Let vLastExecDate = max(date);

    CORRECT: Let vLastExecDate = peek('date', 0, 'table_name'));

    OR

    INCORRECT: LET vIsS3TablePresent = NoOfRows('check_s3')>0;

    INCORRECT: LET vIsS3TablePresent = if(NoOfRows('check_s3')>0, 1, 0);

    What am I missing? This is an issue I face every month and I haven't pinned down what makes an expression valid for LET variable creation method.

    Show Less
  • forum

    App Development

    Help with Formula (Distinct) QlikSense is Hiding Data

    Hello,  I am panicking. Changed data model and impacting my tables now. Now I have multiple rows of data with the same ProgramName with multiple Event... Show More

    Hello, 

    I am panicking.

    Changed data model and impacting my tables now. Now I have multiple rows of data with the same ProgramName with multiple Events and QlikSense is hiding data in the table. Just Added RecordID

    I want to see NA and ProgramName A, Events 1 and 2.
    Qliksense is Program A, but the Event Field is blank, but there is data there. 
    Assume somehow I have to include Distinct events. Any recommendations?

    Currently using:
    IF(Region = 'NA' and ProgramName = 'A', [ProgramName],Null())

    RecordID Region ProgramName Event
    1 NA A 1
    2 NA A 2
    3 NA B 1
    4 EU C 1
    Show Less
  • forum
  • forum

    New to Qlik Analytics

    QlikSense Hub "An error occured - The app you specified could not be found"

    Hi AllI've just deployed QlikSense server and I have been working on an App. I came back after lunch and I'm getting this message. I only have two tes... Show More

    Hi All

    I've just deployed QlikSense server and I have been working on an App. I came back after lunch and I'm getting this message. I only have two test apps, and I am getting the message on both. I am able to create and work on a new app as usual. I've tried some of the solutions on other forum threads, namely restarting the Virtual Machine and restarting all QlikSense Services. However, the issue persists.

    Does anyone have a solution for this?

    Thanks,

    Will

    Qliksense error.PNG

    Show Less
  • forum

    App Development

    Load data from excel to fill Null fields in Qlik

    I am building a table of Objectives and Controls - I have all of the Controls in Qlik but some have missing Objective and Objective Description fields... Show More

    I am building a table of Objectives and Controls - I have all of the Controls in Qlik but some have missing Objective and Objective Description fields  

    I also want to add Objective Number and Control Number which are new fields.

    I have created a spreadsheet, to upload the missing data and the new fileds.

    I am attempting LEFT JOIN in the load script, but none of the data is loading and I have no errors.

    Thanks

    LEFT JOIN ([tech_organizational_main_items]) LOAD
    [id] AS [control.id],
    [parent_id] as [main_items.id],
    [category_id] as [category.id],
    [objective_id] as [objective.id],
    [control_name] AS [Control],
    [control_description] AS [Control Description];
    SELECT id,
    `parent_id`,
    `category_id`,
    `objective_id`,
    `control_name`,
    `control_description`
    FROM `db`.`tech_organizational_controls`;
     
     
    LEFT JOIN ([tech_organizational_main_items]) LOAD
    [id] AS [objective.id],
    [obj_name] AS [Objective],
    [obj_description] AS [Objective Description];
    SELECT id,
    `parent_id`,
    `obj_name`,
    `obj_description`
    FROM `db`.`tech_organizational_objective`;
     
    LEFT JOIN ([tech_organizational_main_items]) LOAD
    [control.id] as [control.id],
        [Category Number],
    [objective.id],
    [Objective],
    [Objective Description],
    [Control Number]
     FROM [lib://Live - DB:DataFiles/ISO 27001_2022 Category Number Mapping - Qlik.csv]
    (txt, codepage is 28591, embedded labels, delimiter is ',', msq);

     

    Show Less
  • forum

    Qlik Application Automation

    Get Chart Image block does not appear

    Reviewing the Qlik App Automation tutorial I see that the Get Chart Image block exists, however trying to test this block I don't have it as an option... Show More

    Reviewing the Qlik App Automation tutorial I see that the Get Chart Image block exists, however trying to test this block I don't have it as an option within the Qlik Cloud Services connector.

    Any ideas?

    https://help.qlik.com/en-US/cloud-services/Subsystems/ApplicationAutomation/Content/tutorials/alerting.htm

     josemanzodiaz_0-1633579399540.png

    josemanzodiaz_1-1633579455445.png

     

     

    Show Less
  • forum

    App Development

    Pivot Table- sum consecutive rows in a pivot table and add it as another/new row

    All,I am new to Qlik and wondering if this is possible to acheive in qlik sense. Requirement: sum consecutive rows in a pivot table and add it as anot... Show More

    All,
    I am new to Qlik and wondering if this is possible to acheive in qlik sense.
    Requirement:

    sum consecutive rows in a pivot table and add it as another/new row.

    Please see the attached for sample data reference.

    For example in the attached qvf .. i want to sum MMR + NAT i.e 10000+670 and add the sum 10670 as a new row below it .

    MMR

    NAT
    MMR+NAT
    PC
    TAR
    ULP

    I want to do this for multiple rows and the data set will be static data set .

    Please let know if the requirement is not clear, appreciate any help or guidance on this.

    Thank you,
    RV

     

    Show Less
  • forum

    Qlik Enterprise Manager

    COPIA DE SEGURETAT (BACKUP)

    BACKUP: Any guide to backup the qvd (bbdd postgrsql) and Apps? VERSION: Qlik Sense February 2021 Patch 6, qliksenseserver:14.5.18 Thanks.
  • forum

    Mobile

    XML Mobile App Configuration in Intune

    Hi, we would like to have our Qlik Sense Mobile in Microsoft Intune for devices under iOS platform but have an issue with understanding the app xml co... Show More

    Hi, we would like to have our Qlik Sense Mobile in Microsoft Intune for devices under iOS platform but have an issue with understanding the app xml configuration. Unfortunately, I only found a json configuration template in Qlik forum. The following is the configuration template that Microsoft provides for us: 

    <dict>
    <key>userprincipalname</key>
    <string>{{userprincipalname}}</string>
    <key>mail</key>
    <string>{{mail}}</string>
    <key>partialupn</key>
    <string>{{partialupn}}</string>
    <key>accountid</key>
    <string>{{accountid}}</string>
    <key>deviceid</key>
    <string>{{deviceid}}</string>
    <key>userid</key>
    <string>{{userid}}</string>
    <key>username</key>
    <string>{{username}}</string>
    <key>serialnumber</key>
    <string>{{serialnumber}}</string>
    <key>serialnumberlast4digits</key>
    <string>{{serialnumberlast4digits}}</string>
    <key>udidlast4digits</key>
    <string>{{udidlast4digits}}</string>
    <key>aaddeviceid</key>
    <string>{{aaddeviceid}}</string>
    <key>IsSupervised</key>
    <string>{{IsSupervised}}</string>
    </dict>

    I just wonder whether anyone has had any experiences with xml app configuration in Intune for iOS devices. I am looking for the description for each string I need to fill in and whether I have to follow this template and complete all those keys to enable the configuration. Thank you.

    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!