Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,926 members
  • 4,929 online
  • 1,995,878 posts
  • 149,583 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Deployment & Management

    extensions not found on the server

    Hi,   I am frequently getting error visualization objects not found on the server.     I am using may 2023 patch 5.     Kind Regards, Rahu Show More

    Hi,

     

    I am frequently getting error visualization objects not found on the server.

     

     

    I am using may 2023 patch 5.

     

     

    Kind Regards,

    Rahu

    Show Less
  • forum

    App Development

    Aggregating in a specific part of a chart

    I have created a bar chart with data that drills down. I am having problems with calculations in that chart. There are two filters, the bigger one is ... Show More

    I have created a bar chart with data that drills down. I am having problems with calculations in that chart. There are two filters, the bigger one is sports and the smaller one is athletes. Given the 5 biggest athletes in a few major sports, I want the chart to show a % of pay each of those athletes gets out of the sum of all 5 athletes.

     

    My current code looks something like this:

    Sum(Athletes_money)/sum(total Athletes_money)

     

    This works when a specific sport is chosen, but when no filter is chosen and the bar chart shows all sports separate, the individual athletes money is divided by all of the athletes that are in the filter. Is it possible to make the denominator the total of just the athletes sports grouping instead of all athletes?

    Show Less
  • forum

    Integration, Extension & APIs

    Obtaining list of data sources

    What API should I use if I want to obtain a list of all my datasources in Qlik? For example, I configured a Postgres connection and extracted 2 tables... Show More

    What API should I use if I want to obtain a list of all my datasources in Qlik? For example, I configured a Postgres connection and extracted 2 tables. Now I would like to get this info from the API - table names, table columns. 

    Show Less
  • forum

    App Development

    What makes a variable expression valid?

    I am not sure what defines a valid expression for variables in the data load editor: For example:  INCORRECT:  Let vLastExecDate = max(date); CORRECT:... Show More

    I am not sure what defines a valid expression for variables in the data load editor:

    For example: 

    INCORRECT:  Let vLastExecDate = max(date);

    CORRECT: Let vLastExecDate = peek('date', 0, 'table_name'));

    OR

    INCORRECT: LET vIsS3TablePresent = NoOfRows('check_s3')>0;

    INCORRECT: LET vIsS3TablePresent = if(NoOfRows('check_s3')>0, 1, 0);

    What am I missing? This is an issue I face every month and I haven't pinned down what makes an expression valid for LET variable creation method.

    Show Less
  • forum

    QlikView App Dev

    Max and Min Highlighters in a Combo Chart @ Qlik Sense

    I'm facing a problem with a combo chart. I want to show the maximum and the minimum value of a measure (only two highlighters), but minimum highlighte... Show More

    I'm facing a problem with a combo chart.
    I want to show the maximum and the minimum value of a measure (only two highlighters), but minimum highlighter appears repeatedly in every month and far from the line.

    Can someone help me, please?

    20240425.png

     

    MEASURE (line): count(distinct Chave_Contrato)

    HIGHLIGHTERS
    Max: =if(count(distinct Chave_Contrato)=max(total aggr(count(distinct Chave_Contrato),[Mês Ano Registro Contrato])),count(distinct Chave_Contrato),0)
    Min: =if(count(distinct Chave_Contrato)=min(total aggr(count(distinct Chave_Contrato),[Mês Ano Registro Contrato])),count(distinct Chave_Contrato),0)

    Thanks!

    Show Less
  • forum

    QlikView Administration

    Decrypt Date

    Hello Community,Recently I discovered that I can make que QlikViewServer Service make a CalData.pgo.xml, so i wanted to do an app to see the document ... Show More

    Hello Community,

    Recently I discovered that I can make que QlikViewServer Service make a CalData.pgo.xml, so i wanted to do an app to see the document cals assigned and last used, but the Last used date comes encrypte like this:

    Community.png

     

    I want to know if is there any way to decrypt those dates so I can do some kpis with them.

    Thank you.

    Show Less
  • forum

    New to Qlik Analytics

    Default filter Q2

    Hello, similar to my first question, I am applying default filter to my sheet but this time I have several filters. so I wanted to apply actions to my... Show More

    Hello,


    similar to my first question, I am applying default filter to my sheet but this time I have several filters. so I wanted to apply actions to my sheet again.

    First filter:

    Action : select values in a field

    Filed name: FY

    The value I want to show is the current year, so I wrote this formula in the value section:

    FY= '$(=Year(Today()))'

     

    Second filter:

    Action : select values in a field

    Field: Period

    The value I want to show is the pervious month, so I wrote this formula in the value section:

    Period='$(=MonthStart(Today(), -1))'

    other filters:

    Action : select values in a field
    Field: ACC_Type
    Value: A

    Action : select values in a field
    Filed: Level
    Value: Level 1

    when I exit and come back to the sheet, by default ACC_Type and Level filter the sheet and select A and 1, but FY and Period won't be applied.

    Just to try, I removed the formulas and instead just put 2024 as value for FY and 3 as value for Period, and it worked. It filters the table by default when I open the sheet, However, that is not what users wants. They want a dynamic default filter.

     

    let me know how to resolve this.

     

    thank you for your help in advance!!

    Show Less
  • forum

    Design and Development

    log.error("tGSGet_2 - Can't create directory in '" + parentDir_tGSGet_2 + "'");

    Hi Folks I am trying to download files from a Google Cloud Storage Bucket, and I am having an issue with the tGSGet component. I got the below message... Show More

    Hi Folks

    I am trying to download files from a Google Cloud Storage Bucket, and I am having an issue with the tGSGet component. I got the below message on "code" tab on Talend Studio 

    alberto_perez_1-1714150744453.png

    I chose several of the fixes that the tool provided me but any didn't work

    could anyone help me with this? thanks in advance

    Show Less
  • forum

    Qlik Cloud Data Integration

    Any way to read native qvd (Qlik binary format) into Power BI?

    Hi, I have a workflow, where I need to reload massive csvs into some BI tool. Of course, it is much easier to do, if data is compressed into some form... Show More

    Hi,

    I have a workflow, where I need to reload massive csvs into some BI tool. Of course, it is much easier to do, if data is compressed into some format or written as RAM dump.

    1st approach (compressed) is used in Qlik and Tableau, qvd and tde respectively.

    2nd approach (RAM dump) is used in Parquet/Arrow (I use it thru Python/Pandas).

    Question - Is there _any_ compressed or RAM optimized format, supported by Power BI?

    I mean, free easymorph can read qvd and tde (Tableau), but Power BI can't?

    Free python/pandas can read/write RAM optimized files, but Power BI can't?

    xlsb (binary Excel) is great, but Power BI is extremely slow with it, even it is the MSFT technology.

    Also, Power Bi desktop can't read another pbix (at least I don't know how to do this).

    Any suggestions? Thanks!

    Show Less
  • forum

    Connectivity & Data Prep

    Issue with loading data from SSMS

    Hello, I have an application built in Qlik Sense which is already connected to SSMS. There are already tables pulled over from SSMS, and many reports ... Show More

    Hello,

    I have an application built in Qlik Sense which is already connected to SSMS. There are already tables pulled over from SSMS, and many reports are built using that data. I am adding a new section in the data load editor, and I am trying to pull another table from SSMS and load it into Qlik Sense. However, every time I write my load script, it gives me an error. Interestingly, when I tried loading the same data into an empty application, it worked fine. What could be the problem preventing me from pulling the data into my existing application?

     

    My load script is simple:

    Load:

    select ID, Rev1, Rev2,Rev3

    From ABCTable

    Where Year=2024 and Status= 'Active'

    Thank you!

    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!