Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 219,020 members
  • 5,423 online
  • 1,997,723 posts
  • 149,768 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Expression (Average) that calculates based on selected/filtered value as well as...

    Greetings.  I have the below data: Name Gender Class Subject Grade John M A1 Math 5 John M A1 Science 4 John M A1 French 3 John M A1 Misc 2... Show More

    Greetings. 

    I have the below data:

    Name Gender Class Subject Grade
    John M A1 Math 5
    John M A1 Science 4
    John M A1 French 3
    John M A1 Misc 2
    Jane F A1 Math 4
    Jane F A1 Science 5
    Jane F A1 French 3
    Jane F A1 Misc 3
    Joe M A2 Math 4
    Joe M A2 Science 1
    Joe M A2 French 4
    Joe M A2 Misc 2
    Janice F A2 Math 4
    Janice F A2 Science 3
    Janice F A2 French 1
    Janice F A2 Misc 1

     

    I would like to create a Table chart that will display the Average Grade by Person Name. In addition, for that person it will also display the average Grade by gender as well as Class.

    Output chart with Average values is as per below:

      Average Grade Overall average grade by gender Overall average grade by Class
    John 3.5 3.125 3.625
    Jane 3.75 3.000 3.625
    Joe 2.75 3.125 2.500
    Janice 2.25 3.000 2.500

    Eg: Overall average grade by gender will consider John's grade as well as all grades that match his gender. So Overall average grade by gender for John = Average(5, 4, 3, 2, 4, 1, 4, 2) = 3.125

    Further if user selects a name say John, the output should be as per below:

      Average Grade Overall average grade by gender Overall average grade by Class
    John 3.5 3.125 3.625

     

    Thus far, i have not been able to get the correct expression for the last 2 expressions.

    Thank you for your time.

    Show Less
  • forum

    App Development

    How to abstract a measure for all the different employees?

    I made a measure for taking into account the efficiency of certain producers  ( Sum( Aggr( Count( {< ACTION_CODE = {'LABOR_OFF'}>} dist... Show More

    I made a measure for taking into account the efficiency of certain producers 

    (
    	Sum(
        	Aggr(
            	Count( {< ACTION_CODE = {'LABOR_OFF'}>} distinct MainSFC) * Standard_Time,
                MainSFC)
    	)
    )
    /
    (
    	Count( 
        	distinct WorkingDay) 
            * 7.5 * 60)

     

    And it works fine for the single producer. I want to abstract this, make one that takes into consideration ALL of the producers/employees, so in my mind I tried to do: 

     

    (
    	Sum( {<Employee=>}
        	Aggr(
            	Count( {< ACTION_CODE = {'LABOR_OFF'}, Employee=>}} distinct MainSFC) * Standard_Time,
                MainSFC)
    	)
    )
    
    /
    
    (
    	Count( {<Employee=>}
        	distinct WorkingDay) 
            * 7.5 * 60)

     

    But this doesn't work, and gives me null values. How could I fix this? 

    Show Less
  • forum

    Qlik Application Automation

    how to loop dimension values and generate each report for that values in Qlik Se...

    how to loop dimension values and generate each report for that values in Qlik Sense SAAS
  • forum

    Qlik Cloud Data Integration

    Set Variable when the app is opened

    In QlikView, you can set a variable's value at the time the QVW is opened, by using the 'Set Variable' action in the 'OnOpen' trigger.  I know that in... Show More

    In QlikView, you can set a variable's value at the time the QVW is opened, by using the 'Set Variable' action in the 'OnOpen' trigger. 

    I know that in Qlik Cloud, field selections can be set to default values when the app is opened by defining the field selections in a Default Bookmark, but how do you set a variable's default value when the Qlik Cloud app is opened? I can't find a way to set a variable's default value within the Default Bookmark config, so how else can this be done in Qlik Cloud, to provide an equivalent to QlikView's 'Set Variable' feature in the OnOpen trigger?

    Show Less
  • forum

    Qlik Cloud Data Integration

    How to get my dashboard back once my qilk sense trail is completed ?

    Hello, I want to view my dashboard. But after I logged in it says "No Tenants to manage". I don't want to use qilk sense, But I just want to access my... Show More

    Hello,

    I want to view my dashboard. But after I logged in it says "No Tenants to manage". I don't want to use qilk sense, But I just want to access my old dashboard. Please help me out with it.

    Show Less
  • forum

    New to Qlik Analytics

    Qlik QPI installer

    I want to upgrade my existing version of Qlik Sense Enterprise from release February 2023 to February 2024. The existing version still uses the Postgr... Show More

    I want to upgrade my existing version of Qlik Sense Enterprise from release February 2023 to February 2024. The existing version still uses the PostgreSQL 9.6 database. So I want to use the Qlik PostgreSQL Installer to upgrade and unbundle the PostgreSQL database.

    I used version 1.3 instead of 1.4 of the QPI tool as my folder where Qlik is installed is not the default "C:\program files\qlik\sense" folder.

    After a few minutes the QPI returns an error and refers to the log folder. Within this log folder in the install-postgresql.log file, the following lines are included:

    -----------------------------------

    Called ClearAcl (C:\Program Files\PostgreSQL\14\data)...
    Executing batch file 'rad811EC.bat'...
    C:\Program Files\PostgreSQL\14\data NT SERVICE\TrustedInstaller:(I)(F)
    NT SERVICE\TrustedInstaller:(I)(CI)(IO)(F)
    NT AUTHORITY\SYSTEM:(I)(F)
    NT AUTHORITY\SYSTEM:(I)(OI)(CI)(IO)(F)
    BUILTIN\Administrators:(I)(F)
    BUILTIN\Administrators:(I)(OI)(CI)(IO)(F)
    BUILTIN\Users:(I)(RX)
    BUILTIN\Users:(I)(OI)(CI)(IO)(GR,GE)
    CREATOR OWNER:(I)(OI)(CI)(IO)(F)
    APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES:(I)(RX)
    APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES:(I)(OI)(CI)(IO)(GR,GE)
    APPLICATION PACKAGE AUTHORITY\ALL RESTRICTED APPLICATION PACKAGES:(I)(RX)
    APPLICATION PACKAGE AUTHORITY\ALL RESTRICTED APPLICATION PACKAGES:(I)(OI)(CI)(IO)(GR,GE)

    Successfully processed 1 files; Failed processing 0 files

    Removing inherited ACLs on (C:\Program Files\PostgreSQL\14\data)
    Called Die(Failed to reset the ACL (C:\Program Files\PostgreSQL\14\data))...
    Failed to reset the ACL (C:\Program Files\PostgreSQL\14\data)

    Script stderr:
    Program ended with an error exit code

    -----------------------------------

    I'm an admin and I run the tool as administrator. Also I disabled UAC, but without any success. Please help.

     

    Show Less
  • forum

    App Development

    Can't get files using Folder connection

    Hi all,   I am trying to access files in a folder on a remote server. The first issue was that I could reach the folder but could not see the files - ... Show More

    Hi all,

     

    I am trying to access files in a folder on a remote server.

    The first issue was that I could reach the folder but could not see the files - this was solved by giving the Qlik user full control over the files.

    Now the issue is that when I press one of the files to open it and choose whatever I need - nothing happens. it does not response.

    The user has "Root admin" role.

     

    Any ideas?

     

    Regards.

     

    Show Less
  • forum

    New to Qlik Analytics

    Set expression to display previous year December values (with if statement insid...

    I want to create a Column 'Equity Previous Year December' to display Equity for the Previous year's December values against the PERIOD_YEAR_MONTH colu... Show More
    I want to create a Column 'Equity Previous Year December' to display Equity for the Previous year's December values against the PERIOD_YEAR_MONTH column ranging from 2023-01 to 2024-03

    PERIOD_YEAR_MONTH Equity current period Equity Previous Year December
    2024-03
    2024-02
    2024-01
    2023-12
    2023-11
    --
    --
    2023-01
    2022-12
    324234
    755456
    342555
    657574
    2131821
    --
    --
    485325
    723944
    657574
    657574
    657574
    723944
    723944
    --
    --
    723944
     
     
    I tried the set expression below but only the first part of if condition gets evaluated. How can I achieve my goal? 😕 

    =Sum({< 
         PERIOD_YEAR = {"$(=If(PERIOD_YEAR = '2024', '2023', '2022'))"}, 
         PERIOD = { '12' }
        >}
    Total Equity current period)

     

    Show Less
  • forum

    Water Cooler

    High Five - May 2024, Maxime Piquet

    Hello May! We are halfway through 2024. This month's focus is on a rising star. A member who joined the Qlik Community not seven months ago has alread... Show More

    Maximum.jpegHello May! We are halfway through 2024. This month's focus is on a rising star. A member who joined the Qlik Community not seven months ago has already posted over one hundred times. You can see him on the monthly leaderboard. Many of the answers he’s provided are marked as accepted solutions. He shows his appreciation regularly by liking others' posts. This May, we are featuring a Qlik Partner and a Community member with a rank of Creator II, Maxime Piquet, AKA mpc.

    Check out our rising stars story:

    Allow me to introduce myself; I'm Maxime. As a seasoned data consultant, I've been harnessing the power of Qlik tools since 2016. My journey began with QlikView 11.2, followed by Qlik Sense in June 2017, and then Qlik Cloud. I've honed my skills in various areas, including app development, optimization, architecture, administration, upgrade, and migration. I'm proud to say that I'm newly certified.

    When I embarked on my Qlik journey, the Community became my guiding light. It was my go-to for knowledge enhancement and assistance. Today, I'm privileged to give back and support my fellow Qlik Community members. Sharing and helping are not just values I hold dear but also ones that my company cherishes.

    I like to eat, drink, and repeat. I enjoy strength training and climbing. I love cooking, mechanical work, and sports. In addition, I enjoy DIY projects and the watchmaking industry. I’m curious, and I love to discover new things! Share with me your hobbies!

    Please show Maxime how much we appreciate his contributions to the Qlik Community. He is an inspiring example of a rising star. Like and comment, and, as Maxime said, share your hobbies.

    Thank you, Maxime, for being our May featured member. @Jamie_Gregory @calebjlee @nicole_ulloa @Melissa_Potvin @mpc 

    Show Less
  • forum

    Connectivity & Data Prep

    What are IP Ranges in PostgreSQL Config

    I'm working on creating a command to silently upgrade PostgreSQL using Qlik PostgreSQL Installer. One of the arguments that are mentioned in Silently ... Show More

    I'm working on creating a command to silently upgrade PostgreSQL using Qlik PostgreSQL Installer. One of the arguments that are mentioned in Silently installing or upgrading PostgreSQL using the Qlik PostgreSQL Installer documentation is iprange.

    Does anyone know IP addresses of which devices in a network should be populated for iprange argument?

    Show Less
Leaderboard

Customer Story

Qlik Data Integration & Qlik Replicate story

Qlik enables a frictionless migration to AWS cloud by Empresas SB, a group of Chilean health and beauty retail companies employing 10,000 people with 600 points of sale.

Customer Story

Building a Collaborative Analytics Space

Qlik Luminary Stephanie Robinson of JBS USA, the US arm of the global food company employing 70,000 in the US, and over 270,000 people worldwide.

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

Blogs

Community News

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