Skip to main content

Welcome to Qlik Community

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 160,940 members
  • 5,152 online
  • 1,771,534 posts
  • 135,178 Solutions
Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.

Welcome to Qlik Community

FOR NEW MEMBERS

Everything you need to make your Qlik Community experience valuable.

SEARCH KNOWLEDGE BASE

Explore official Support and member created content.

Qlik at Snowflake Summit 2023

Visit the Qlik in Booth June 26 - 29 to discover how Qlik + Talend offers an end-to-end enterprise solution for Snowflake.

Analytics

Forums for Qlik Analytic solutions. Ask questions, join discussions, find solutions, and access documentation and resources.

Data Integration

Forums for Qlik Data Integration solutions. Ask questions, join discussions, find solutions, and access documentation and resources

Qlik Gallery

Share your best Qlik apps and discuss impacts with peers! Show your work and get recognized for innovative uses of Qlik technologies.

Support

Chat with us, search Knowledge, open a Case, read the latest Updates Blog, find Release Notes, and learn about our Programs.

Events

Learn about upcoming Qlik related events, webinars and local meetups.

Groups

Join a Group that is right for you and get more out of your collaborations. Some groups are closed. Closed Groups require approval to view and participate.

About Qlik Community

Get started on Qlik Community, find How-To documents, and join general non-product related discussions.

Blogs

Hear directly from Qlik employees in our ten unique blogs.

Qlik Resources

Direct links to other resources within the Qlik ecosystem. We suggest you bookmark this page.

Qlik Academic Program

Qlik gives qualified university students, educators, and researchers free Qlik software and resources to prepare students for the data-driven workplace.

Community Sitemap

Here you will find a list of all the Qlik Community forums.

Recent Discussions

  • forum

    New to Qlik Sense

    Set Analysis - how to control multiple filters

    Hi, I am trying to build a department count KPI where the count is the same when a department is selected from 2 different filters.Here is a sample da... Show More

    Hi, 

    I am trying to build a department count KPI where the count is the same when a department is selected from 2 different filters.

    Here is a sample data set:  it's a many to many relationship

    Assigned DepartmentResponsible Department
    Dept 1Dept 1
    Dept 2Dept 2
    Dept 3Dept 3

     

    When a department is selected from Assigned Department, the count derived (i.e. 5) is the correct count.  In this example, I'm selecting Dept 1 from Assigned and the associated records in Responsible are Dept 1, Dept 2, and Dept 3.  However, the count is 5 because the set analysis is only taking into account Assigned Department.

    Assigned DepartmentResponsible Department
    Dept 1Dept 1
    Dept 2Dept 2
    Dept 3Dept 3

     

    I need help with the expression so that when I also select the same department from the Responsible column, that the count will behave the same way, which is to take only Dept 1 into consideration.  Right now the count becomes 10 because it includes Dept 2.

    Assigned DepartmentResponsible Department
    Dept 1Dept 1
    Dept 2Dept 2
    Dept 3Dept 3

     

    It is correct to assume that both columns contain the same departments.  I tried using E() and P() but that doesn't work for Responsible Department. I still get 10 instead of 5.

    Could anyone provide guidance on how I can force this count to work?

    Thanks!

    Show Less
  • forum

    New to Qlik Sense

    Automate load file

    Hello,  when I do it, it works :  LOAD * FROM [lib://Sharepoint /Shared Documents/Offre /04/01- azer/1.01 vetement/file1.xlsx] (ooxml, embedded labels... Show More

    Hello,  when I do it, it works : 

    LOAD *

    FROM [lib://Sharepoint /Shared Documents/Offre /04/01- azer/1.01 vetement/file1.xlsx]

    (ooxml, embedded labels, table is [RENDU ]));

    I got just a file xlsx in my folder (1.01 vetement)

     

     

    When I try to automate, I did : 

     

    LOAD *

    FROM [lib://Sharepoint /Shared Documents/Offre /04/01- azer/1.01 vetement/*]

    (ooxml, embedded labels, table is [RENDU]));

     

    The first code works  but the 2nd code say me :

     

    error : BadFileSize

     

     

    Thanks for reading me

    Show Less
  • forum

    New to Qlik Sense

    Nested Ranking using multiple Dimensions

    Hi Fellow Qlikers,  I need help with getting ranks for my data, the issue is that when a dimension value is having a same rank i.e 4-5, I need to sort... Show More

    Hi Fellow Qlikers, 

    I need help with getting ranks for my data, the issue is that when a dimension value is having a same rank i.e 4-5, I need to sort that value based on another field, I have tried doing it but it seems to be not working as I am getting 1 as the same rank for all the values. 

    Basically the data currently looks like this. 

    Expression in Rank 1: 

    Aggr

    (    Rank (sum({<Recommendation_type={'Single'}>}[Recommendation Confidence]))     ,[Product Recommendation])
     
    Rank 2:
            Aggr
    (
                Rank 
    (
        sum({<Recommendation_type={'Single'}>}[Recommendation Confidence])
                    )     ,[Product Recommendation], [Recommendation Lift])
           
     Rank 3: 
    Aggr(
    Rank (
            Aggr
    (
                Rank 
    (
        sum({<Recommendation_type={'Single'}>}[Recommendation Confidence])
                    )     ,[Product Recommendation])
           
             ) , [Recommendation Lift]) 
           
             

    deepanshuSh_1-1685622301658.png

     

     

    I want to sort the rank 4-5 into 4 & 5 giving [# 175 - Polymer Wax Polish 250 ml] as 4th rank and [# 170 - Wax Shampoo 250 ml] as 5 th rank. 

    Meaning that I want them to be sorted on lift if the ranking is coming out to be same and want to show it in the Simple KPI rather than the chart. 

    Do let me know if anything further can be provided for understanding the issue. 

     

     

     

    Show Less
  • forum

    GeoAnalytics

    Does geoanalytics use service user?

    Hello,   Does anyone know is there somekind service user for geoanalytics? or what user it uses? I am running on prem enviroment with own qlik server ... Show More

    Hello,

     

    Does anyone know is there somekind service user for geoanalytics? or what user it uses?

    I am running on prem enviroment with own qlik server and own geoanalytics server.

    -V

    Show Less
  • forum

    App Development

    Date User Input

    how to have input box to take date/month/year as  input from user?can someone help me?Thanks in advance!
  • forum

    QlikView App Dev

    Automatically select the highest value in text box

    Hi there, I have a text box, which works like a selection object and enables users to choose day of the month. Is there a possibility to always select... Show More

    Hi there,

    I have a text box, which works like a selection object and enables users to choose day of the month. Is there a possibility to always select the last available day?

    For example, if in my text box I have today numbers:

    1 , 2, 3, 4, 5, 6, 7, 8, 9, 10

    I would like to show all of the numbers, but select 10, because it is the most recent data. If tomorrow 11 appeared, I would like it to automatically switch to 11. Any hints?

    Thanks in advance!

    Show Less
  • forum

    New to Qlik Sense

    How to count no of Sundays between two dates in qliksense

    How to count no of Sundays between two dates in qliksense
  • forum

    New to Qlik Sense

    Urgent help on Set Analysis

    Hi everyone, My requirement is to show Fiscal Year Revenue as a default number if no filter is selected but if  I select Effective_Region filter or Ch... Show More

    Hi everyone,

    My requirement is to show Fiscal Year Revenue as a default number if no filter is selected but if  I select Effective_Region filter or Channel_type filter then numbers should change based on filter selection. I am using below condition for the same but unable to get output. Please help its a bit urgent

    sum({1<Effective_Region=P()>+<Channel_Type=P()>} if(
    [DateOfConfirmation.autoCalendar.Date]>=yearstart(addyears(today(),0),0,4) and
    [DateOfConfirmation.autoCalendar.Date]<=Yearend(addyears(today(),0),0,4), TotalFeesbeforetax))

    Thanks in Advance

    Show Less
  • forum

    Qlik Replicate

    Resource Control at a task level

     Hi Support/Qlik Community. We are running several tasks on one server and we'd like to know if there's an option of controlling the server resources ... Show More

     Hi Support/Qlik Community.

    We are running several tasks on one server and we'd like to know if there's an option of controlling the server resources for a specific task.

    At a server level, the options for high and critical disk/memory usage are available and we're using those settings to control when Replicate should stop tasks should there be critical usage. However, when one particular task is using a lot of resources, it affects all tasks running on that server 'cause they'll all be stopped. What automated options are available to only stop the task that is utilizing more resources than the other tasks before we reach high/critical usage? For example, if there's 100GB disk space, disk utilization is 60GB, high usage set to 80GB and critical usage set to 90GB. One task uses 50GB of disk space while the other tasks are using just 10GB. We want to stop the task that's using more that 50% of the resources alone to avoid critical disk usage which will stop all tasks on a server impacting other tasks that are behaving normally.

    Regards.

    Show Less
  • forum

    New to Qlik Sense

    Number of hours

    Dear all, Need help for below calculations: Date1(Day) Date1 Date2(Day) Date2 No.Hours Including weekend ( Fri, Sat) No.Hours excluding weekend(Fri... Show More

    Dear all,

    Need help for below calculations:

    Date1(Day) Date1 Date2(Day) Date2 No.Hours Including weekend ( Fri, Sat) No.Hours excluding weekend(Fri, Sat) Network days
    THU 25/05/2023 11:00:00 PM MON 28/05/2023 08:00:00 AM 57 9  
    WED 24/05/2023 11:00:00 PM FRI 25/05/2023 11:00:00 PM 24    

     

    Three measure to be calculated:

    1) No. of hours between two dates including weekends

    2) No. of hours between two dates excluding weekends.

    3) Network days.

    Note: Also need to make setting to consider first day of the week as SUNDAY and WEEKENDS days will be FRIDAY and SATURDAY.

     

    Show Less

Blogs

Community News

Hear from your Community team as they tell you about updates to the Qlik Community Platform and more!

Blogs

Qlik Academic Program Blog

Read the latest blog around the Qlik Academic Program.

Blogs

Qlik Product Innovation Blog

If you want to know what's new across all of the products in our growing Qlik product portfolio.

Blogs

Support Updates Blog

Get the latest Support information about end-of-product support, new service releases, and general support topics.

Blogs

Qlik Design Blog

Read all about Qlik solutions: scripting, data modeling, visual design, extensions, best practices and more.

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

Events and Webinars

Qlik and Qlik Community Hosted Events

Subscribe to our Events and Webinar page so you do not miss an event opportunity!

choose and register

Event

Welcome to Qlik

Join the "Welcome to Qlik" webinar and learn about the Qlik Ecosystem, such as Qlik Community, Learning, and Help.

On-Demand

Events

Upcoming Events and Webinars

There is more than one way to find upcoming events, look on the right side of any Qlik Community forum!

Upcoming

Events and Webinars

Qlik and Qlik Community Hosted Events

Subscribe to our Events and Webinar page so you do not miss an event opportunity!

choose and register

Event

Welcome to Qlik

Join the "Welcome to Qlik" webinar and learn about the Qlik Ecosystem, such as Qlik Community, Learning, and Help.

On-Demand

Events

Upcoming Events and Webinars

There is more than one way to find upcoming events, look on the right side of any Qlik Community forum!

Upcoming