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: 
  • 256,221 members
  • 3,275 online
  • 2,037,493 posts
  • 153,419 Solutions
Announcements
Week 2: Presenting "Automate Sucess" and "Integration for Innovation" - WATCH NOW

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    How to access Qlik sense

    How can I download and access qlik sense.  I need this as I am studying for exam.  Thank you
  • forum

    Visualization and Usability

    Qlik Sense - How to filter data based on 1 column, but result should display dat...

    I have a specific requirement for Accounts receivables.I would prefer to not make changes in the load script and would prefer front end expressions. T... Show More
    I have a specific requirement for Accounts receivables.
    I would prefer to not make changes in the load script and would prefer front end expressions.
     
    This is an example of my source table:
    YearPeriodDocument codeClearing DocumentNumberAR valueInvoice numbercheque numberpayment term
    202412RV35353510012345 N30
    202412AB353535-100   
    20251DZ353535100 55557 
    20252RV98999850067899 N60
    20253DZ989998500 88995 
     
    - The document type RV are invoices, AB is system generated closing document for the invoice and DZ are the payments received.
    - Clearing Document Number shows which cheque was used to pay which invoice.(ClearingDocumentNumber is our linking column)
     
    Requirement:
    If I select an invoice number or a payment term on Qlik Sense sheet, the respective cheque should also display in the graph and table.
     
    e.g. If user filter by selecting N30 on Qlik Sense, OR If user selects cheque number 55557 or invoice number 12345.
     
    below 2 tables should show data as:
     
    INVOICES
    YearPeriodDocument codeClearing DocumentNumberAR valueInvoice number
    202412RV35353510012345
    202412AB353535-100 
     
     
    PAYMENTS
    YearPeriodDocument codeClearing DocumentNumberAR valuecheque number
    20251DZ35353510055557
     
     
     
    Appreciate your help.
     
     
    Show Less
  • forum

    App Development

    Custom Theme Help: Flexible Measure Colors & Axis Tick Styling

    Got it! Here’s a revised and clean version of your Qlik Community post with company name removed, only the relevant lines for Question 1, and an added... Show More

    Got it! Here’s a revised and clean version of your Qlik Community post with company name removed, only the relevant lines for Question 1, and an added note about what was tried in the CSS file too.


    Subject: Custom Theme Help: Flexible Measure Colors & Axis Tick Styling

    Hi Qlik Community,

    I'm customizing a Qlik theme and have two questions I could really use help with:


    1. How can I make KPI/measure colors flexible in a custom theme?

    I want to define a default measure color (e.g., white for dark mode), but still allow designers to change the measure color in the property panel. Currently, it stays fixed and cannot be overridden.

    What I tried in theme.json:

    "object": {
      "kpi": {
        "value": {
          "color": "@measureColor"
        }
      }
    },
    "color": {
      "palette": {
        "measureColor": "#FFFFFF"
      }
    }
    

    What I tried in theme.css:

    .qv-object * {
      color: #FFFFFF !important;
    }
    

    But this seems to override everything and makes the measure color uneditable in the UI. What's the correct way to define a default color without locking it?


    2. How do I style the axis tick values (not labels or titles)?

    I'd like to set axis tick numbers (e.g., 0, 5, 10…) to a specific color like #E0E0E0, but keep titles/labels untouched.

    What I tried in theme.css:

    .qv-axis text,
    text.qv-axis {
      fill: #E0E0E0 !important;
    }
    

    Also tried:

    .qv-object-axis text {
      fill: #E0E0E0 !important;
    }
    

    Neither worked. Does anyone know the right selector or workaround for targeting just tick values?


    I’ll include a screenshot for clarity.
    Thanks so much in advance!

    InsightPilot_0-1752866351999.png

     

    Show Less
  • forum

    Data Quality

    Talend Data Preparation & Stewardship Usage on Desktop

    Greetings,I've downloaded all Talend components including Talend Data Preparation, Stewardship Console, TAC, etc., and completed the required configur... Show More

    Greetings,

    I've downloaded all Talend components including Talend Data Preparation, Stewardship Console, TAC, etc., and completed the required configurations.

    However, I’m having trouble understanding how to use Talend Data Preparation and Talend Stewardship Console on my desktop. I'm already familiar with their cloud versions, but I'd appreciate guidance on how to get started with the desktop-based usage for these tools.

    Are there any specific steps or documentation for running and using these locally since I am unable to find any?

    Show Less
  • forum

    Administering and Monitoring

    Compte de service

    Bonjour,Nous avons configurer le compte de service et nous lui avons donné tout les droits lors de sa création.Puis nous sommes allé sur la fenêtre "e... Show More

    Bonjour,
    Nous avons configurer le compte de service et nous lui avons donné tout les droits lors de sa création.
    Puis nous sommes allé sur la fenêtre "environnement >> autorisations des espaces de travail" pour lui donner également les droits sur les Workspace et les environnements.
    dans le partie compte de service nous avons réussi à lui donner les droits "opération de gestion" mais pas les droits "moteurs utilisations".
    Puis on a tester de checker tous les jobs présents  dans le workspace de Test  en utilisant postman via cette URL :
    https://api.eu.cloud.talend.com/tmc/v2.6/executables/tasks
    et dans autorisations j'ai mis le Bearer token que je venais de généré via l'url :
    https://api.eu.cloud.talend.com/security/oauth/token
    et dans le body j'ai mis none
    et j'ai obtenu la réponse  avec le code retour  200 OK et le message suivant :

    {
        "items": [],
        "limit": 100,
        "offset": 0,
        "total": 0
    }
    comme elle ne correspondait pas à ce que je souhaitais ou attendais je me suis dis que le problème venait des workspace du coup j'ai renseigné le workspace et l'environnement dans les paramétre  et j'ai obtenu la même reponse que précédemment .
    quelque soit l'appel API réalisé via Talend API j'obtiens tous le temps quasiment la même réponse avec le code retour  200 OK et le message suivant :
    {
        "items": [],
        "limit": 100,
        "offset": 0,
        "total": 0
    }

    Pouvez vous m'aider à comprendre pourquoi j'ai pas le json reponse conforme au swagger ?
    qu'est ce que j'ai mal fait ?

    Merci beaucoup pour votre aide,

    Cordialement,


    Show Less
  • forum

    Water Cooler

    Announcing the Qlik Luminary & Partner Ambassador Affiliate Program: Meet Our Es...

    We’re excited to kick off a new chapter in our advocacy story — the Qlik Luminary & Partner Ambassador Affiliate Program. This new initiative gives pa... Show More

    We’re excited to kick off a new chapter in our advocacy story — the Qlik Luminary & Partner Ambassador Affiliate Program. This new initiative gives past Luminaries and Ambassadors a way to stay connected and keep making an impact. It celebrates those who continue to champion Qlik in their organizations and beyond — long after their official program year ends.  

    The Affiliate Program gives these leaders an ongoing platform to stay involved, share their expertise, and keep inspiring others across the Qlik community.  

    Meet our Affiliates! 
    We’re proud to recognize these incredible individuals, innovators, thought leaders, and trusted voices, who are extending the impact of our advocacy programs and helping us grow an even stronger, more connected Qlik network.  

     

    Meet this incredible community of leaders and innovators below:  

    Luminary Affiliate 

    Partner Ambassador Affiliate 


    Vijoy Basu, SVP & Global Head Enterprise Data & AI, Firstsource

    Mika Ahtinen, Senior Customer Success
    Manager and Advisor, Climber  

    Ivan Bozov, Business Data Lead, Borealis AG  

    George Beaton, Director,
    Business Technology, Alvarez & Marsal 
     


    Thomas Brancazio, Business Analyst, Ohio State University Physicians, Inc.
     


    Sean Bruton, Service Delivery Manager,
    Differentia Consulting
     


    Dan Butcher, Operations Data Analytics Manager, PECO, an Exelon Company  


    Wynand Cilliers, Senior Solutions
    Architect- Business Intelligence,
    MicroChannel 
     


    Louise Clarkson, Chief Nurse Information Officer, Blackpool Teaching Hospitals NHS Foundation Trust  

    Steve Dark, Owner, Director and
    Principal Consultant, Quick Intelligence 
     


    Chris Cooil, Director of Data Science and Analytics, Barclays  

    Carolyn Fernald, Head of Marketing,
    Passerelle 
     


    Bart De Feyter, Product Owner Visual Analytics, KBC  


    Marco Giannuzzi, Business Intelligence
    Specialist, SDG Group 
     


    Mehmet Gencsoy, Senior Analytics Consultant, Mehrwerk GmbH 


    Ganapati Hegde, Chief Operating Officer,
    Predoole Analytics Pvt. Ltd.
     

    Martin Gries, Director SCM/Head of Data & Analytics, H. & J. Bruggen KG  

    Abhishek Kookana, Qlik Lead,
    Altis Consulting 
     

    Chris Hansford, Principal Business Intelligence Development Manager, DEFRA/Environment Agency  


    Rusty Lacy, Enterprise Solutions
    Architect,
    IPC Global 
     

     

    Kelly Heys, Head of Information, University of Morecambe Bay NHS FT  


    Travis LaMont, Program Director,
    Analytics8 
     

     

    Annette Jonker, Data & Analytics Leader 


    Kelvin Law, Lead Consultant, NCSI  


    Christian Klinge, Director Business Intelligence & Analytics, Hapag-Lloyd AG  

    Chris Lofthouse, Commercial Director,
    Ometis 
     

    Frank Kozurek, Director, Motion BI 


    Michael Maeuser, Senior Manager-
    Data & AI, Deloitte 
     


    Mark Little, Data & Analytics Manager, Mayborn Group  

    Sergey Makushynski, Managing Director,
    Qurious Solutions 
     


    Neil Edward Martin, Director - Business Intelligence, XLR8  

    Davide Massari, General Manager,
    BI Network
     


    Chad McCrary, Director - Analytics and Insights, Georgia-Pacific, LLC  

    Rakesh Mehta, Owner/Partner,
    DI Squared LLC 
     


    Jagan Mohan Rao Appala, Business Intelligence Architect, Autodesk Asia PTE LTD  

    Juraj Mišina, Senior BI Specialist,
    EMARK 
     


    Adam Moore, Director Global Sourcing, IT Professional Services, Assurant Inc.  


    Jean Paul Neumann, CEO, NTech  

     


    Simon Mortimore, Business Intelligence Strategy Advisor  

    Kerk Ying Ng, Augmented Insights
    Manager, Accenture Pte Ltd 
     


    Rishi Muchhala, Sr Director, App Engineering and Innovation, Nemours  


    Vivien Piddo Gattas, CEO,
    UpSociative 
     

     

    Sandip Musne, Program Director, TCS  


    Kabir Rab, Senior Product Manager, Insightsoftware  


    Deepakprasad Palanikumar, Principal BI Consultant, Land and Housing Corporation, NSW
     


    Adnan Rafiq, Senior Consultant,
    Capricorn Ventis Ltd 
     


    Xavier Roty, Financial Controller, Alstom Transport  


    Göran Sander, Sense Sensei and
    Founder, Ptarmigan Labs 
     


    Shaheen Saud, Data and Digital Officer, KPMG New Zealand 


    Julian Scatamachia, QlikView 
    Consultant,JJS Com 
     

    Claudia Scott, IT Business Advisor, Enterprise Data Services, Delta Air Lines 


    Trey Smith, VP of Services,
    DI Squared 
     

     


    Joe Simmons, Director, Cloud Enablement Lead, Barclays  

    Kuba Szurogajlo, Senior Qlik Developer,
    DI Squared 
     


    Jason Simpson, Business Intelligence Developer, Roadchef Ltd  

    Mahesh Tendulkar, Senior Manager,
    PwC India 
     


    Sumanth Singh, Head of Solutions Architecture (Global Development Solutions), Regeneron 


    Vitaliy Trenkenshu, CEO, datanomix.pro  

     


    Mark Singleton, Chief Digital and Information Officer, Blackpool Teaching Hospitals NHS Foundation Trust  

    Edwin Van Megesen, SVP of Business Development, Motio, Inc.  

    Gwen Stamp, Associated Director- Technology, Qlik CoE, Raymond James  


    Julián Villafuerte, Director, Evolcon  

     

    Paul Wakefield, Group Head of Finance, B&H Worldwide Ltd 


    Constantin Wehmschulte, CEO,
    MEHRWERK GmbH 
     


    Robert Walden, Head of Data & Analytics Products, MHR  


    Benjamin Wheatley, Principal Consultant,
    PA Consulting 
     


    Jenni Woods, Head of Health & Business Intelligence, Tayside NHS 

    Stephanie Whyte, Lead Qlik Developer,
    Differentia Consulting 
     

     


    Adrian Worrall, Business Intelligence
    Consultant, QlickXL
     

     


    Marco Zampieri, CEO & CTO,
    Data4Prime Srl 
     

     

    Please take a moment to leave a comment and/or like! Are you a former Luminary or Partner Ambassador who would like to stay connected to Qlik as an Affiliate? Contact us at QlikLuminaryProgram@qlik.com or QlikPartnerAmbassadors@qlik.com.  

    Show Less
  • forum

    App Development

    Securing QVD Files

    HelloI have a requirement to secure QVD files from being consumed by a Team of developersyou know developers can create a folder data connection and t... Show More

    Hello
    I have a requirement to secure QVD files from being consumed by a Team of developers
    you know developers can create a folder data connection and thus can consume QVD files seemlesly

    How can I secure a folder from being accessed by a team of developers via creating a folder data connection?
    I know via security rules but none of my trials worked

    kindly help
    assume no security rules created yet
    @Sonja_Bauernfeind 

    Show Less
  • forum

    Qlik Automate

    GET LOADSCRIPT - Method Not Found During execution of the automation

    hello I have created an automation using a service account user in a Shared Space. The automation reads the load script and finds a particular table i... Show More

    hello 

    I have created an automation using a service account user in a Shared Space. The automation reads the load script and finds a particular table if that exists in the script. this is helpful for us as we have a distributed Qlik develop environment and we would like to inform the owners if we are changing underlying models.

    When I am logged in as that user (service account user), the automation works  and identifies all apps that users a particular table.

    But when the same automation is run by another user who has access to the shared space,  an error message is generated esp when the API call is made for Get LoadScript.

    what am I missing? 

    Show Less
  • forum

    Talend Studio

    Get filename from tfileinputexcel

    Hello. I have a tfileinputexcel component and I see the variable that contains the filename is called FILENAME I use ((String)globalMap.get("tFileInpu... Show More
    Hello.
    I have a tfileinputexcel component and I see the variable that contains the filename is called FILENAME
    I use ((String)globalMap.get("tFileInputExcel_1_FILENAME")) in a field in tmap component but it doesnt work.
    Any help? Show Less
  • forum

    Management & Governance

    Qlik Sense Service Dispatcher

    A few days ago our Qlik Server host crashed and when trying to restart services there is an error regarding the Qlik Sense Service Dispatcher. The err... Show More

    A few days ago our Qlik Server host crashed and when trying to restart services there is an error regarding the Qlik Sense Service Dispatcher. The error states "The description for Event ID 300 from source Qlik Sense Service Dispatcher cannot be found. Either the component that raises the event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer."

    Does anyone know how to resolve this issue?

    Show Less
Leaderboard

Customer Story

Instant Answers Empower Thousands of Users

Billion-dollar organization delivers quality service and consistency at scale with Qlik Answers, powered by Amazon Bedrock.

Customer Story

Empowering Students With Data Skills for Real-World Impact

Thomas More University works with the Qlik Academic Program and EpicData to encourage and inspire students.

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

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

Forums

Qlik Automate

Less manual work, more data flow. Welcome to Qlik Automate.

Forums

Qlik Predict

Discover how to leverage machine learning and AI to forecast outcomes directly in Qlik.

Forums

Move to Qlik Cloud Analytics

Get guidance, tips, and community support for your journey to Qlik Cloud Analytics.