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: 
  • 267,726 members
  • 9,007 online
  • 2,047,878 posts
  • 154,479 Solutions
Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!

Welcome to Qlik Community

Recent Discussions

  • forum

    Talend Studio

    Error Download jar talendagent, talendboot, talend CBP

    No se logra descargar jar talendagent, talendboot, talend CBP me pueden indicar en donde las puedo obtener
  • forum

    App Development

    Qlik Sense Permutations

    I have this table with Name and Color ColorData: LOAD * INLINE [ Name, Color Bob, Red Bob, Yellow John, Blue John, Red John, Yellow Linda, Blu... Show More

    I have this table with Name and Color

    ColorData:

    LOAD * INLINE [
    Name, Color
    Bob, Red
    Bob, Yellow
    John, Blue
    John, Red
    John, Yellow
    Linda, Blue
    Linda, Green
    Linda, Yellow ];

    I want to get all the distinct sorted combinations of each name. Joined by a pipe | symbol.

    ColorDataCombos:

    LOAD * INLINE [
    Name, ColorCombo
    Bob, Red|Yellow
    John, Blue|Red
    John, Blue|Yellow
    John, Red|Yellow
    John, Blue|Red|Yellow
    Linda, Blue|Green
    Linda, Blue|Yellow
    Linda, Green|Yellow
    Linda, Blue|Green|Yellow ];

    Note: if it is not possible to get sorted and distinct ones that’s fine. I’ll take all permutations for each name even though there may be many

    Show Less
  • forum

    QlikView App Dev

    Load empty columns out of xlsx

    I have an xlsx where there is data from column A till column AR.In the future there can be data till column BE.So I will load all columns till AE in Q... Show More

    I have an xlsx where there is data from column A till column AR.

    In the future there can be data till column BE.

    So I will load all columns till AE in Qlikview.

    If I do 'Data from data files' and select my xlsx and the correct tab then I see only till column AW.

    If I put values in columns AX till BE I see the columns for adding in the script.

    Bur if those are empty it's only till AW. How can I load the columns AX till BE even if there is no data in.

    Who knows how I can load the empty columns?

    kris_vliegen_0-1767988936038.png

     

    Show Less
  • forum

    Move to Qlik Cloud Analytics

    Ballooned App Base RAM size

    HI an amazing Qlik community 👋For those who have migrated apps to Qlik Cloud - have you come across any major app design offenders that caused a dram... Show More

    HI an amazing Qlik community 👋

    For those who have migrated apps to Qlik Cloud - have you come across any major app design offenders that caused a dramatic increase in App Base RAM size (above 5 GB limit)?

    We’re seeing an app with a ~0.2 GB file size consuming ~12GB of Base RAM.
    Has anyone experienced something similar?

    Which visualisations, design choices, data models etc did you find that significantly increased app base RAM ?

    Any insights, lessons learned, or best practices would be greatly appreciated 🙏

    Qlik Cloud 

    Show Less
  • forum

    Management & Governance

    🔔 Streamlining user types in Qlik Cloud capacity-based subscriptions

    Hi!As part of our ongoing commitment to provide the best possible experience for Qlik Cloud users, we are removing the Basic and Full User construct f... Show More

    Hi!

    As part of our ongoing commitment to provide the best possible experience for Qlik Cloud users, we are
    removing the Basic and Full User construct from tenants on capacity-based subscriptions, simplifying to just User.

    Read all the details here!

    Show Less
  • forum

    Move to Qlik Cloud Analytics

    🔔 Streamlining user types in Qlik Cloud capacity-based subscriptions

    Hi!As part of our ongoing commitment to provide the best possible experience for Qlik Cloud users, we are removing the Basic and Full User construct f... Show More

    Hi!

    As part of our ongoing commitment to provide the best possible experience for Qlik Cloud users, we are
    removing the Basic and Full User construct from tenants on capacity-based subscriptions, simplifying to just User.

    Read all the details here!

    Show Less
  • forum

    Administering and Monitoring

    [Bug] Date / Day of Week mismatch in Trigger Definition

    Hi all,my post is not really a question but more a notification about a bug in the Management Console. While creating a new Trigger in the MC I notice... Show More

    Hi all,

    my post is not really a question but more a notification about a bug in the Management Console.

     

    While creating a new Trigger in the MC I noticed that the date and day of weekin the dropdown calendar do not match by one day. Once the Trigger has been defined, the date / day of week match on the summary page.

    See the attached screenshots for more details.

     

    I'm fairly new to this system, so I don't know if this is the right place to inform about the bug. 

     

    Show Less
  • forum

    App Development

    Pivot table (visualisation bundle) Unable to reorder column/dimension position

    Hi all,I know the standard qliksense pivot table able to drag or reorder the dimension position. However, pivot table in visualization bundle have lim... Show More

    Hi all,

    I know the standard qliksense pivot table able to drag or reorder the dimension position. However, pivot table in visualization bundle have limitation on this. 

    Is there any way or alternative as my user want the capability to drag the dimension.

    fatinfazrizanor_0-1756368644739.png

     

    Regards,

    FT

    Show Less
  • forum

    Data Quality

    Use measures as name as dimension in filters

    I have around 12 measure and 10 dimension in my table and above that table I have filters. these 12 measures are divided like 7 and 5 so there will be... Show More

    I have around 12 measure and 10 dimension in my table and above that table I have filters. these 12 measures are divided like 7 and 5 so there will be 4 filters.

    Filter1 -  suppose I have give 7 measure in my table and named as measure1 to measure 7 so I will have filter that would have these measure list from 1 to 7

    Filter2 - have bucket of values that I have in my table like >5 Lakhs, 5-10 Lakh and till 25 Lakhs

    Filter3 - have rest of the 5 measure and have name as Measure8 to measure12 names list

    Filter4 - have again bucket from >5 Lakhs , 5-25 Lakhs and so on till >2 Crores

    Now based on the selections my tables measure should reflect , like user select Filter 1 -measure 5 and Filter 2  5-10 Lakh then in my table all values should come between 5-10 Lakh only and same for 3rd and 4th filter whatever measure selected table measure should reflect according to that. FYI- All measure are different not same in filter 3 there will be another measure that should also reflect accordingly

     

    Show Less
  • forum

    Qlik Automate

    Call PostgreSQL procedure from Qlik Automation Block

    HI, In Qlik Automation I’m calling a PostgreSQL procedure using the Postgre>Do Query block:I simply put into 'Query *' field:call schema.procedure_nam... Show More

    HI, In Qlik Automation I’m calling a PostgreSQL procedure using the Postgre>Do Query block:

    I simply put into 'Query *' field:
    call schema.procedure_name();

    The block usually keeps running for a 2 hours 5 minutes or eventually times out, even though in PostgreSQL the procedure is triggered immediately and finishes in less than a millisecond (based on my logs).

    Do you have any experience or recommended block/workaround for this?

    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.