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: 
  • 265,989 members
  • 3,572 online
  • 2,047,112 posts
  • 154,374 Solutions
Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog

Welcome to Qlik Community

Recent Discussions

  • forum

    Integration, Extension & APIs

    Adding SLK License in Qliksense through CLI

    I have installed Qliksense through silent installation using cli, I need to add License SLK (Latest License model) through CLI.As per document Example... Show More

    I have installed Qliksense through silent installation using cli, I need to add License SLK (Latest License model) through CLI.

    As per document Example: Configuring header authentication | Qlik Sense for developers Help Qlik APIs become accessible only after the server is registered in the QMC proxy, which occurs after the license is applied.
    Show Less
  • forum

    Integration, Extension & APIs

    Accessing the Engine API via Websockets

    Hello,I've got what seams like a simple challange. Return all the expressions in an Qlik Sense SaaS application using Python and the APII've been play... Show More

    Hello,

    I've got what seams like a simple challange. Return all the expressions in an Qlik Sense SaaS application using Python and the API

    I've been playing around with different options but just cant get over the final hurdle

    The Engine API (https://help.qlik.com/en-US/sense-developer/April2018/apis/EngineAPI/index.html) appears to have methods that would possibly do the job. 

    I've written this code (the class boiler holds my OAuth connection) ...The first two methods work (OpenDoc and OSName) but the others return errors (Method not found). I'm guessing they can't be called directly and I'm missing some syntax somewhere.

    Any help from the pro's would be apprecaited

        rpc_session = boiler.client.rpc(app_id='3c06ba8a-c5ea-4bf2-b0eb-e014915100bb')
    
        with rpc_session.open() as rpc_client:
            ## Methods from the Global Class work
            app = rpc_client.send("OpenDoc", -1, '3c06ba8a-c5ea-4bf2-b0eb-e014915100bb')
            osname = rpc_client.send("OSName",-1)
            
            ## Methods from other classes return an Exception: Method not found 
            test = rpc_client.send("GetObject", -1, 'FkeYd') # <-- This would work with app.get_object('FkeYd') 
            test = rpc_client.send("GetInfo", -1)
            test = rpc_client.send("MeasureList", -1)

     

     

     

    Show Less
  • forum

    Talend Studio

    How to split Excel source into Products, Customers, and Sales tables and export ...

     Hi Folks,We are using Qlik Talend Cloud Enterprise Edition v8 (Build id: 20250521_1150-patch).I have an Excel file (C:\Source\Source_Data.xlsx) with ... Show More
     

    Hi Folks,

    We are using Qlik Talend Cloud Enterprise Edition v8 (Build id: 20250521_1150-patch).

    I have an Excel file (C:\Source\Source_Data.xlsx) with Sales, Customers, Products info in a single excel sheet.
    I need to:

    • Load this file into a template with Products, Customers, and Sales tables.
    • Export the final output as XML to C:\Target\ABC_Sales_Info.xml.

    Has anyone done this in Talend 8?
    What is the best way to split the data and create the XML structure?
    Any sample job design or steps would be helpful.

    Source data in excel :

    Target data in XML in 3 sheets :

    Customers:

    qlikviewwizard_3-1765476671327.png

     


     

    CustomerID CustomerName Email Phone City Country 201 Alice Johnson alice.johnson@example.com +1-202-555-0147 New York USA 202 Bob Smith bob.smith@example.com +1-202-555-0178 Los Angeles USA

    Products:

    qlikviewwizard_1-1765476620078.png

     

    ProductID ProductName Category Price StockQty Supplier 101 Laptop Pro 15 Electronics 1200 50 TechWorld Inc. 102 Wireless Mouse Accessories 25.99 200 GadgetSupply Co.

    Sales:

    qlikviewwizard_2-1765476637260.png

     

    SalesID OrderDate CustomerID ProductID Quantity UnitPrice TotalAmount 1001 1/5/2025 201 101 2 1200 2400 1002 1/12/2025 202 109 3 45 135
    Show Less
  • forum

    Management & Governance

    Best Practice when disabling reload tasks? Should the Task AND the Trigger be di...

    Hi,Our users have always found it confusing what to do when disabling tasks.In the QMC > Tasks page, you have a tick box for "Enabled" at the Task lev... Show More

    Hi,

    Our users have always found it confusing what to do when disabling tasks.

    In the QMC > Tasks page, you have a tick box for "Enabled" at the Task level, and the Trigger level.

    Should both of them be disabled as a good practise when disabling a task?

    Often I see only the Task disabled and not sure what that means because it often produces a "Skipped" status next time a run is due.

    Show Less
  • forum

    Administering and Monitoring

    GRUPO WHATSAPP COMUNIDAD QLIK

    Hola, soy usuario de Qlik en CDMX, ¿sabes si hay algún grupo de WhatsApp activo?Agradezco puedan proporcionarme en link.
  • forum

    Qlik NPrinting

    Format and hide tables in Word template

    Hello,  I am working on a Word report where I need to display tables related to different kinds of goods with different properties. Hence the tables h... Show More

    Hello, 

    I am working on a Word report where I need to display tables related to different kinds of goods with different properties. Hence the tables have different columns.

    I have the additional requirements that the report should not show empty tables and that I can fix the width of a column (certain columns I do not want to wrap their text, others I don't mind). I am having trouble to get this to work.

    I have considered:

    • In QlikSense, one table per category and then in NPrinting
      • Drop the entire table into the report. In this case empty tables disappear, but I cannot apply formatting.
      • Drop the columns separately into a native Word table. Here I can apply formatting, but empty tables will remain.
    • In QlikSense, one table for all categories, where the columns appear only if every row belongs to a given category. In NPrinting I use a level for cycling through the categories. This makes it so that a table only shows when it is non-empty, but again I cannot apply formatting. 

    The second idea is more convenient from the development perspective, since there are quite a number of different categories and many columns appear in multiple categories.

    Does anyone know how to hide empty tables, format dynamic tables or prevent text-wrap? Any help is very much appreciated.

    I am on NPrinting 25.5.5.0 and QlikSense May 2025.

    Show Less
  • forum

    App Development

    Pivoy table -I want to supress zero values for measure but on selection of one f...

    User Action Behavior No Saldo_Flag selection ZERO rows suppressed Saldo_Flag selected ALL values shown
  • forum

    App Development

    Qlik Sense - Set Analysis - Sum of Sales for the Previous available date of the ...

    Hi,I am trying to build set analysis for the sum of sales for the Max Date and Previous Date of the Max DateI have discrete dates such as 01.01.2025, ... Show More

    Hi,

    I am trying to build set analysis for the sum of sales for the Max Date and Previous Date of the Max Date

    I have discrete dates such as 01.01.2025, 07.07.2025, 08.07.2025, 14.11.2025 etc...

     

    Max Date Expression (works perfectly):

    Sum({<[Discrete Date]={"=[Discrete Date]='$(=Max([Discrete Date]))'"}>} Sales)

     

    But I don't know what should I write for the previous date because there are no continuous dates. So, for example user select date from [Discrete Date] = 14.11.2025 then that is the max date while the previous available date is 08.07.2025

     

    Thanks

    Show Less
  • forum

    Move to Qlik Cloud Analytics

    Migrate Apps with Section Access to the Cloud

    Hello,I'm starting to move things from Qlik Sense Client-Managed to Qlik Cloud Analytics through the Qlik Analytics Migration Tool (QAMT) and I got an... Show More

    Hello,

    I'm starting to move things from Qlik Sense Client-Managed to Qlik Cloud Analytics through the Qlik Analytics Migration Tool (QAMT) and I got an error message saying "Access denied" when migrating apps with section access. One guy from Qlik told me that the problem is due to the fact that Client-Managed section access uses "USERID" field while Cloud needs "USER.EMAIL" field, so he pointed me to the page Managing data security with Section Access | Qlik Cloud Help and in particular to the section "Managing user access in a multi-cloud environment". Basically the solution would be to have 2 lines for each user, one with the USERID filled and * as USER.EMAIL and the other one with * as USERID and the USER.EMAIL filled. I tried to implement this in one of my apps but it doesn't seem to work. Please find attached a mock up file of the section access I'm using: user "USER_A" is the one used for the migration and should see all the values of the REDUCTION field, so he has * under REDUCTION. User "USER_B" instead should see only value "A1" of REDUCTION field, but now when he opens the Client-Managed app he sees all the values of the REDUCTION field. Does anybody encountered the same problem and found a solution to it?

    Thank you

    Kind regards

    Show Less
  • forum

    Qlik Replicate

    Qlik Replicate Source db2 iseries cpu consume high

    Hi,What configuration we do to reduce the consume of cpu in the source db2 i series,because we notice that have to 10% of pick consume, but only have ... Show More

    Hi,

    What configuration we do to reduce the consume of cpu in the source db2 i series,

    because we notice that have to 10% of pick consume, but only have 1 task like log stream with 3 tables.

    Thanks

     

     

    Show Less

FREE TRIAL

Data has stories to tell—let Qlik help you hear them. Start your FREE TRIAL today!

Leaderboard

Qlik community MVPs

Qlik Community MVPs — trusted experts driving collaboration, learning, and innovation.

mvp-banner-side-image

Customer Story

Afcons Boosts Efficiency with Qlik

Afcons Infrastructure partnered with Qlik to unify its data and build dynamic dashboards, reducing review times from weeks to hours and enabling on-demand reporting across its global operations.

Customer Story

Enhancing Customer Experience Through Smarter Insights

By implementing Qlik Analytics, Atria Convergence Technologies improves insight into churn, revenue, and downtime, driving faster decisions and more proactive customer support.

Customer Story

Breaking Down the Data Bottlenecks

Hydronorth uses Qlik to replace disconnected data systems with a single source of truth, improving alignment, speeding up decisions, and reducing manual work.

Customer Story

French Ministry of Armed Forces Develops a Data-Centric Culture

With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.

Your Place, Your People

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

Did you know...

Catch the Latest from Qlik

The Qlik Product Recap showcases the newest features with quick demos and shareable resources to help you stay current?

Did you know...

Qlik Free Trials

You can test-drive Qlik for free? Try Qlik Talend Cloud to integrate and clean data without code, or explore Qlik Cloud Analytics to create AI-powered visualizations and uncover insights hands-on.

Did you know...

Turn change into opportunity

Salesforce’s acquisition of Informatica could put your flexibility on hold? Qlik makes it easy to keep your data initiatives moving forward.

Did you know...

Mastering Change Data Capture

You can move beyond batch processing and harness real-time data to power AI and faster decisions? Discover how in our new eBook, Mastering Change Data Capture.