Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,737 members
  • 9,961 online
  • 1,995,676 posts
  • 149,565 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Is a Unique Key necessary?

    Is a Unique Key necessary for every table in the data model? My model doesn't but the calculations in the dashboard seems fine.
  • forum

    New to Qlik Analytics

    When I select on year-month filter bar char should not affect.

    Hi Everyone, so I have one filter year-month and one chart with ageing, So ageing chart should not affect when I click on year-month I have provided t... Show More

    Hi Everyone, so I have one filter year-month and one chart with ageing, So ageing chart should not affect when I click on year-month I have provided the expression But the problem is it is changing the sorting order of dimension that's the only problem, Otherwise it is working perfectly so How should I stop it, I have tried everything in properties.
    Expression used in measure: Sum({<[YEAR_MONTH]=, [BUCKETS]-={'-', null} >} [GEO_AVG_PRICE] * [GEO_QTY]) / 1000 
    without selection of year month order of chart

    Lucius_Artorius_Castus_0-1714028333250.png


    After selection of filter (order is reversed which should not happen):

    Lucius_Artorius_Castus_1-1714028386016.png

    Let me know how can I stop sorting change.
    Thanks,
    Lucious Arotorius Castus

    Show Less
  • forum

    App Development

    QLik Sense - ODAG Error

    Hello, I want to develop the ODAG application, but when I load the script, the text "WHERE mixmatch([CustID],{"quote": "") " appears on the screen. Ca... Show More

    Hello,

    I want to develop the ODAG application, but when I load the script, the text "WHERE mixmatch([CustID],{"quote": "") " appears on the screen. Can you help me? I added the codes.

    Thanks,

    learnergirl_0-1714033114210.png

     

    Show Less
  • forum

    New to Qlik Analytics

    Qlik Button Help

    Hi All,I have 4 below conditions for each Filter panes=If(CNLevelOrder < 14, CNLevelSelect)=IF(CNLevelOrder<28 and CNLevelOrder>13, CNLevelSelect)=IF(... Show More

    Hi All,


    I have 4 below conditions for each Filter panes

    =If(CNLevelOrder < 14, CNLevelSelect)

    =IF(CNLevelOrder<28 and CNLevelOrder>13, CNLevelSelect)

    =IF(CNLevelOrder<40 AND CNLevelOrder>27, CNLevelSelect)

    =IF(CNLevelOrder>39,CNLevelSelect)

    The filterpanes will have CNSelect column values

    Now, I have to create 2 buttons for above filters , one button as Select All CN Level and other button as Deselect All CN Level

    if i click Select All CN Level button it should select all the values from 4 filter panes

    How can I do that?
    Please help


    Show Less
  • forum

    New to Qlik Analytics

    Calculation graphs on the sheet only after filter

    Hello, could you help me in Qlik Sense with calculation of all objects (graphs, maps, tables etc.) on the sheet only after applying the filter? I can ... Show More

    Hello, could you help me in Qlik Sense with calculation of all objects (graphs, maps, tables etc.) on the sheet only after applying the filter? 
    I can use this condition for one graph ( with calculation condition in data handling: If(GetSelectedCount(Dimension_1),1,0) ), but I would like to use it en masse for all objects on the sheet.

    Is it possible?
    If not, could you help me with apply this calculation condition into Map chart,  because I don't see such an option there. 

    Thank you

    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

    New to Qlik Analytics

    Multiple Single Select (Always one selected)

    In our system, there are two single select fields with a parent-child relationship. Selection of the parent with single unique child is not possible, ... Show More

    In our system, there are two single select fields with a parent-child relationship. Selection of the parent with single unique child is not possible, because that particular child selection is not possible as its unique and is not available for the currently selected parent and that particular parent selection  is not possible as it has only one child.Is there a solution that allows users to make this selections.

    And even if the selection is made possible by default , it creates a locked scenario where the user cannot alter the selection. This occurs because the parent has only one child, leaving no other options available. Is there a solution that allows users to make different selections in this scenario.

    Show Less
  • forum

    App Development

    Pivot Table- sum consecutive rows in a pivot table and add it as another/new row

    All,I am new to Qlik and wondering if this is possible to acheive in qlik sense. Requirement: sum consecutive rows in a pivot table and add it as anot... Show More

    All,
    I am new to Qlik and wondering if this is possible to acheive in qlik sense.
    Requirement:

    sum consecutive rows in a pivot table and add it as another/new row.

    Please see the attached for sample data reference.

    For example in the attached qvf .. i want to sum MMR + NAT i.e 10000+670 and add the sum 10670 as a new row below it .

    MMR

    NAT
    MMR+NAT
    PC
    TAR
    ULP

    I want to do this for multiple rows and the data set will be static data set .

    Please let know if the requirement is not clear, appreciate any help or guidance on this.

    Thank you,
    RV

     

    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

    Design and Development

    Condition based vocabulary terms(Synonyms) not able to create on derived dimensi...

    Condition based vocabulary terms(Synonyms) not able create  from Qlik sense on derived dimensions  (aggregate amount are derived in Qlik side) and dat... Show More

    Condition based vocabulary terms(Synonyms) not able create  from Qlik sense on derived dimensions  (aggregate amount are derived in Qlik side) and date dimensions  (date fields from the data source)

    While creating   Condition based vocabulary terms(Synonyms) on derived dimensions and date - condition option not visible to proceed.

    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!