Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,877 members
  • 7,471 online
  • 1,995,896 posts
  • 149,590 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Concat a number based on grouped by distinct invoices.

    Good morning,   I need some help with this expression. My table has unique Invoice numbers, I join it with another table to get meteringpoints. I add ... Show More

    Good morning,

     

    I need some help with this expression.

    My table has unique Invoice numbers, I join it with another table to get meteringpoints.

    I add all this with customer information in a table format in Qlik.

    I need to show in one line, one invoice , with many meteringpointnumbers. To be able to do this I use ''concat'' the meteringpointnumbers. But it seems not to be working.

    Am I doing something wrong?

    Code:
    Concat(Distinct MeteringPointnumber, ', ')

     

    Thanks

    Theresa

    Show Less
  • forum

    App Development

    Which feature consumes more resources, Window function or Group by?

    Hi, I've been using it very well since the Window function was added.I wonder if the window function or the group by consumes more resources.And what ... Show More

    Hi,

    I've been using it very well since the Window function was added.
    I wonder if the window function or the group by consumes more resources.
    And what functions perform faster when loading data?
    I don't know the difference because my test data capacity is small.

    Reply, Thanks!

    Show Less
  • forum

    Design and Development

    Can not read all data of Excel when using Dynamic Schema

    Hello everyone I am using Talend Data Integration Job to read the following Excel which has 3 rows and 88 columns:     But only part of data(2 rows... Show More

    Hello everyone

    I am using Talend Data Integration Job to read the following Excel which has 3 rows and 88 columns:

    laughsmile_1-1713160148764.png

     

    laughsmile_0-1713160123911.png

    laughsmile_4-1713160415225.png

     

    But only part of data(2 rows and 17 columns) can be read, the first row and part of columns lost after read by using dynamic schema.

    laughsmile_3-1713160307060.png

    By the way, if I define 88 string column in the schema , I can read the all data.

    Thanks in advance.

     

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Accumulate and calculate running numbers from ingoing balance and running change...

    Hi, I'm working on financial KPI's and want to use the balance sheet as well as the P&L for analysis. The differences is that in the balance sheet you... Show More

    Hi,

    I'm working on financial KPI's and want to use the balance sheet as well as the P&L for analysis.

    The differences is that in the balance sheet you have an ingoing balance and then the changes during the month is booked and then you get an outgoing balance, in my dataset there is no ingoing balances available from the database from any tables that I've found.

    I want to to a rolling 12 months analysis on inventory turnover rate and need to be able to calculate averages for a twelve months period every month ending to get this KPI. 

    I've added the ingoing balance for 2021-05-01 manually and concatenated with the transaction data, from this I can get an outgoing balance every month with RangeSum and Above where I've set period of times to 100000, (maybe there is a smarter way) which gives me the outgoing balance every month.

    RangeSum(Above(Sum({<Sub_Group={'Inventory'}>}Amount),0,100000),)

    How do I use this? I need to bring the value from 2021-05-01 to 2024-03-31 for example to be able to get my outgoing balance for 2024-03-31, see example below.Qlikbild.png

    Is there a way to make a calculated field instead to use in set analysis or any other way that is more simple just shoot with ideas!

    Help much appreciated, thanks!

     

    Show Less
  • forum

    App Development

    Counting number of dates ina field

    I have a field [Evidence Review] which contains dates (in this format: 4/25/2025 12:00:00 AM) I want to be able to count the number of dates where the... Show More

    I have a field [Evidence Review] which contains dates (in this format: 4/25/2025 12:00:00 AM)

    I want to be able to count the number of dates where the review is due in the future.

    I am using the following, but getting zero.

    =Count({<[Evidence Review]={">$(=Today())"}>} [Evidence Review])

    Thanks

    Mark

    Show Less
  • forum

    Deployment & Management

    License requirements for Qlik Sense SaaS provisioning

    Hello, I have a question regarding the requirements for automated provisioning of Qlik Sense SaaS. In the help it is stated that P2 or higher license ... Show More

    Hello,

    I have a question regarding the requirements for automated provisioning of Qlik Sense SaaS.

    In the help it is stated that P2 or higher license is required, however according to Microsoft licensing requirements, P1 can also be auto-provisioned.

    https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/auto-provisioning-configure-scim-in-azure.htm
    -----------------------------------------------------------
    Microsoft Entra ID with a P2 subscription or higher (formerly Microsoft Azure Active Directory Premium P2)
    -----------------------------------------------------------

    https://www.microsoft.com/en-us//security/business/microsoft-entra-pricing
    -----------------------------------------------------------
    Identity governance>Automated user provisioning to SaaS apps>on
    -----------------------------------------------------------

    Why do we need a P2 or higher license?
    This is a costly area, so I would appreciate the information.

    Thank you in advance.

    Show Less
  • forum

    Integration, Extension & APIs

    Integrate Qlik insight chat with copilot on microsoft copilot studio

    Hello, I am trying to connect Copilot on Microsoft Copilot Studio with QlikInsight Chat, and I am attempting to use an HTTP request to access Qlik Ins... Show More

    Hello,

    I am trying to connect Copilot on Microsoft Copilot Studio with QlikInsight Chat, and I am attempting to use an HTTP request to access Qlik Insight Chat. What URL can I use? /api/v1/questions/actions/ask is the endpoint. Has anyone already worked on integrating Microsoft Copilot with Qlik Insight Chat? I want my Copilot to understand users' questions, their intents, and present insights through Insight Chat capabilities.

    Show Less
  • forum

    New to Qlik Analytics

    Default selctions by using pick and match functions in qliksense load editor

    I have an output like this Given below : load * inline [ field name potato radius beans potato carrot mango grapes orange]; by using pick and match I ... Show More

    I have an output like this Given below :

    load * inline [

    field name

    potato

    radius

    beans

    potato

    carrot

    mango

    grapes

    orange];

    by using pick and match I want output like this ;

    field name      category 

    potato            vegetable

    radius             vegetable

    beans              vegetable

    potato              vegetable

    carrot              vegetable

    mango           fruit

    grapes           fruit

    orange         fruit 

     here need to separate the groups by using pick and match   

    please anybody help 

     

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Is there a table where I can get the content of the load scripts of all the Apps...

    Hallo ,  I have a requirement to replace an old qvd with a newly transformed qvd . I wanted to find the list of the apps that refer to the old qvd.  I... Show More

    Hallo , 

    I have a requirement to replace an old qvd with a newly transformed qvd . I wanted to find the list of the apps that refer to the old qvd. 

    Is there a way to find it out ? 

    Thanks in Advance!

    Show Less
  • forum

    New to Qlik Analytics

    How does Qlik Sense load the data of the previous 12 months of the current month...

    Hi guys,      I have an excel with 12 sheets of data. How should I set a date range parameter and then load the first 12 months of the current month's... Show More

    Hi guys,

         I have an excel with 12 sheets of data. How should I set a date range parameter and then load the first 12 months of the current month's data through a SQL on qlik sense?

        Please help, thanks!!!

    Annotation 2024-04-26 163451.png

    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!