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: 
  • 264,362 members
  • 4,085 online
  • 2,045,822 posts
  • 154,252 Solutions
Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!

Welcome to Qlik Community

Trending Forums

Recent Discussions

  • forum

    QlikView App Dev

    Create a Map in Qlikview

    I am currently on Qlikview version 11.20.13206.0 SR13 as this is what our ERP is contracted with and makes available.  It is fine for our data table a... Show More

    I am currently on Qlikview version 11.20.13206.0 SR13 as this is what our ERP is contracted with and makes available.  It is fine for our data table and graph uses, but I am looking to add some visualizations and map (heat map/location mapping) to help our logistics and operations departments.  I know there are some archived posts that I can't seem to reach that detailed how to utilize add-ins to accomplish this, just wanted to know if anyone has integrated any maps recently and what the best way to go about this is, or has any help or guidance to provide.

    Thanks in advance.

    Show Less
  • forum

    Administering and Monitoring

    How can I change the color of task line in Qlik Enterprise Manager

    Hi,We have one Enterprise Manager server for our lower environments replication monitoring.Problem, even though I put tags on tasks, people still make... Show More

    Hi,

    We have one Enterprise Manager server for our lower environments replication monitoring.

    Problem, even though I put tags on tasks, people still make mistakes and change the wrong task on the wrong environment.

    I would like to change the lines colors in a way that leave little room for mistakes.

    How can I do that? 

    Show Less
  • forum

    App Development

    Qlik Cloud, how to browse Qvd folders dynamically ?

    Hello, On Qlik Cloud, I have QVD files stored in subdirectories, themselves located in subdirectories of a data space. Is there a simple script loadin... Show More

    Hello,

     

    On Qlik Cloud, I have QVD files stored in subdirectories, themselves located in subdirectories of a data space. Is there a simple script loading syntax to dynamically browse this tree structure to retrieve certain QVDs? Thank you.

     

    Best regards,

    Show Less
  • forum

    App Development

    CSS ERROR

    Dear ALLWe are not getting below error while writing below css code in custom css window of "Advanced KPI" object Also we tried below code & .qv-inner... Show More

    Dear ALL

    We are not getting below error while writing below css code in custom css window of "Advanced KPI" object 

    Tool_Tip_0-1762920233369.png

    Also we tried below code 

    & .qv-inner-object {
      border: 3px solid #fff;
      border-radius: 20px;
    } 
    
    & .qv-object-advanced-kpi {
      border-radius: 25px !important;
    }
    
    & article {
      border: 0px !important;
    }
    We want to hide border of KPI object.

    NOTE: Please suggest to use Multi KPI object as it will be removed soon 

     

     

     

    Show Less
  • forum

    App Development

    On Error continue not loading additional rows

    I have a script that loops through a network folder and all subfolders. if the target is an xlsm file, it should open, grab data, append it to the exi... Show More

    I have a script that loops through a network folder and all subfolders. if the target is an xlsm file, it should open, grab data, append it to the existing dataset, and continue on to the next file. this is mostly working.

    I've turned off the error mode so if there is an error loading data from a file due to someone having the file open already (error "... it is being used by another process. (DirectAccess-5016))"), it continues to the next.

    My issue is the load statements that are executed after this error no longer load data into the dataset. no additional error is thrown for these future load statements, but the script is functioning as if they had an error even though they wouldnt if the first error did not occur. I've added a check just after the load to check the scripterror variable by saving it to a variable and checking if it = 0 or not but the value never changes from <NULL> in the debug or if i trace the value it just prints the time. so I can't see what the script error value is even though my check of "If scripterror = 0" always results in false.

    Anyone ever run into an issue like this?

    Show Less
  • forum

    Visualization and Usability

    create self service pivot qlik cloud

    hi all,i want to create a self service pivot in qlik cloud. i want a drop down listbox with multiple dimensions that users can select, and that the di... Show More

    hi all,

    i want to create a self service pivot in qlik cloud. i want a drop down listbox with multiple dimensions that users can select, and that the dimension will be added to the pivot (can be multiple). and same for measures. anyone any idea how to this or has an example?

     

    thanks in advance!

    Show Less
  • forum

    App Development

    Help in expression

    HelloI have a pivot table with several expressionsI will show you 2 expressions 1 and 2 written in two different ways but they return the same correct... Show More

    Hello
    I have a pivot table with several expressions
    I will show you 2 expressions 1 and 2 written in two different ways but they return the same correct result

    expression 1 is not distributed on any dimension
    while expression 2 is distributed on any dimension

    ali_hijazi_0-1763064114002.png

    but expression 2 is very slow when used with the remaining expressions in the pivot table
    while expression 1 is much faster

    Expression1:
    {
    $
    -<[Parent PRoject Portfolio Level 1 ID]={1},[Portfolio Level 1 ID]={18}>
    -<[Parent PRoject Portfolio Level 1 ID]={1},[Portfolio Level 3 ID]={37}>
    }
    sum(SPENT_MANDAYS)

    Expression 2:

    (
    sum(SPENT_MANDAYS)
    -
    {<[Parent PRoject Portfolio Level 1 ID]={1},[Portfolio Level 1 ID]={18}>}
    sum(SPENT_MANDAYS)
    -
    {<[Parent PRoject Portfolio Level 1 ID]={1},[Portfolio Level 3 ID]={37}>}
    sum(SPENT_MANDAYS)
    )

     

    kindly advise on why expression 1 is alwys under null scenario type

    Show Less
  • forum

    App Development

    Charts count-Befehl mehrere Bedingungen

    Moin,   kann man beim Balken Chart beim count-Befehl mehrere Bedingungen setzen?   Also: Count({<Artikel={'Buch'} and Seite={'<100'}>} [Gegenstand])  ... Show More

    Moin,

     

    kann man beim Balken Chart beim count-Befehl mehrere Bedingungen setzen?

     

    Also: Count({<Artikel={'Buch'} and Seite={'<100'}>} [Gegenstand]) 

     

    Der Befehl funktioniert jedenfalls nicht

    Show Less
  • forum

    Data Movement & Streaming

    Can I send a message to Whatsapp through Qlik Automation?

    Hi, I have searched for a connector or any other way to send a message stating a simple amount from a master measure to Whatsapp from Qlik Automation.... Show More

    Hi,

    I have searched for a connector or any other way to send a message stating a simple amount from a master measure to Whatsapp from Qlik Automation.

    I know this is possible with Microsoft Teams (I have done this before).

    Is there a way to do the same thing with Whatsapp through a connector or other method?

    Thanks!

    Show Less
  • forum

    App Development

    Issue in total of Straight table

    Hi, I need implement the logic if one gcin have 1 limit id then show min of seller limit , but if 1 gcin have move than one limit id then it show  som... Show More

    Hi, I need implement the logic if one gcin have 1 limit id then show min of seller limit , but if 1 gcin have move than one limit id then it show  some of distinct  Seller limit  and in total it show 89,420,000. I am using this formula to display seller limit =if(Aggr(Count(DISTINCT[Seller Limit ID]),[Seller GCIN])=1,
    num( ( min({<Month,Year,YearMonth,MonthNum,DateNum ={"$(vMaxDateNum)"},Flag_Lopt={1},Flag_Capt={1}>}[Seller Limit])),'#,##0'),
    num( ( sum(DISTINCT{<Month,Year,YearMonth,MonthNum,DateNum ={"$(vMaxDateNum)"},Flag_Lopt={1},Flag_Capt={1}>}[Seller Limit])),'#,##0'))

    But  formula show 44,710,000 in total because of different Seller code

    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

Catalyst Cloud (Fusion)

Catalyst Cloud developed Fusion, a no-code portal that integrates with existing Qlik licenses to deliver critical insights across the organization. The results? Time savings, transparency, scalability to expand, and increased adoption.

Customer Story

Catalyst Cloud (Coeus SEP)

Catalyst Cloud developed Coeus SEP, a Qlik‑based platform for sharing supply chain data with suppliers.

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.

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.