Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,761 members
  • 8,903 online
  • 1,995,716 posts
  • 149,567 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • 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

    QlikView App Dev

    How to set a different background color based on value comparison with the row a...

    in Qlikview please: For example, if the value in the 2nd row is lower than in the row above to be colored in green.   Thank you
  • forum

    New to Qlik Analytics

    How to Show Negative values in Red Color in Qliksense Line Chart

    Hello Can anyone suggest how to get this ? In Qliksense VizLib Line Chart, we can display the negative values in red color where as with Qlik Native ... Show More

    Hello

    Can anyone suggest how to get this ?

    In Qliksense VizLib Line Chart, we can display the negative values in red color where as with Qlik Native Line Chart,there is no provision to display the negative values in red color , Something Like Below

    divyap_0-1713865916942.png

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Loop through a table to check which column has the value

    I have a table with 100 columns I want to check for column 1 = 'ID001' if the other 99 columns has a certain date value say '2025-01-01'   But my code... Show More

    I have a table with 100 columns

    I want to check for column 1 = 'ID001' if the other 99 columns has a certain date value say '2025-01-01'

     

    But my code is throwing the error fieldname not found in the for loop...

    what i did

    // first filter column 1 for ID001

    [TEST]: NoConcatenate LOAD Distinct * Resident[MAIN_TABLE] where column1='ID001';

    // Loop to check for date value =  '2025-01-01' if have flag as 1

    For f = 1 to NoOfFields('TEST')
    LET F1 = FieldName($(f), 'TEST');
    [Fields]:
    Load distinct FieldName($(f), 'TEST') as Field, If(Date(Floor($(F1)))=Date(Floor(' 2025-01-01')),1,null()) as check
    AutoGenerate 1;
    Next f
    DROP Table[TEST];

     

    Any idea how to solve? Thanks in advance!

    Show Less
  • forum

    New to Qlik Analytics

    flag with measure inside

    hi,   i have 2 tables  1 with budget and 1 with invoices now i want to do a flag in the dashboard that say if sum invoice > budget , 1 else 0 and show... Show More

    hi,

     

    i have 2 tables 

    1 with budget

    and 1 with invoices

    now i want to do a flag in the dashboard that say if sum invoice > budget , 1 else 0

    and show only the drivers and spent more then their budget

     

    i tried to do master item with dimension but its not giving me 1 OR 0 

    if i do it in measure its give me 1 OR 0 

    but then i cant filter it in the table i show in dashboard

     

     

    please help me if you know a solution or have any other idea

    🙂

     

    Show Less
  • forum

    Qlik Cloud Data Integration

    QVD don't load

    Hello, I try to add a QVD made in qlik sense to qlik qloud. In the fact it's work for all excepte the fact table In qlik sense :    In cloud the keys... Show More

    Hello, 

    I try to add a QVD made in qlik sense to qlik qloud. In the fact it's work for all excepte the fact table 

    In qlik sense : 

    Louveduval_0-1713944900291.png

     

    In cloud the keys disappear: 

    Louveduval_1-1713944989714.png

     

    Louveduval_2-1713945022096.png
    Can you help me ? 

    Best regard 

     

    Show Less
  • forum

    App Development

    Filter Pane - Conditional options shown

    Is it possible to populate a filter pain based upon criteria from another field.   I have a table for document version, this contains [Version] and [A... Show More

    Is it possible to populate a filter pain based upon criteria from another field.

     

    I have a table for document version, this contains [Version] and [Active] - [Active] has only two values, 'Active' or 'Deleted'

    I want to show Version in my filter pane, but only if the Version is Active.

    Thanks

    Mark

    Show Less
  • forum

    App Development

    Coloring the Qliksense Stacked chart based on the Legend

    I need to use the color for stacked chart based on the legend dimension value. For example, if I show the sum value for month and Status in the stacke... Show More

    I need to use the color for stacked chart based on the legend dimension value.

    For example, if I show the sum value for month and Status in the stacked bar chart , the color of the bar should be based on the status value.

     

    I used the below expression in the Appearance >> Color and Legend >> Use custom colors

     

    =pick(Match(ErrorStatus,'Success','Service Unavailable','Bad Gateway'),'#009845','#004080','#F20000')

     

    but its not working properly. If I made the selections in the status then the bar is appearing with the corresponding color but if there is no selection then the bar itself is not showing.

     

    But if I scroll over the chart area the tooltip is appearing as normal.

    Show Less
  • forum

    Design and Development

    Talend Job not completing

    Hello I have a Talend job that calls an Oracle Db package using the tDBrow object.  It's a straight-forward Package that refreshes some Materialized V... Show More

    Hello

    I have a Talend job that calls an Oracle Db package using the tDBrow object. 

    It's a straight-forward Package that refreshes some Materialized Views on the Db. 

    It runs it every night with no issues, except at month-end when it refreshes the historical snapshots.

    The Package itself completes on the data-base , but the Talend job doesn't seem to register this and just keeps on running(until I manually terminate it). 

    I think it's a timing issue , on a normal run the Package takes a couple of minutes and the Talend job completes OK.

    At month end the Package takes approx. 1.5 hours(we have a lot of snapshots) and the Talend job keeps running. 

    The job is running from the TMC , but also keeps running if I manually run from Design Studio. 

    I was wondering if anyone has had a similar issue? 

     

    Show Less
  • forum

    New to Qlik Analytics

    how to set yesterday

    Hi all. I am trying to find how to set yesterday in a set analysis and it doesn´t work for me as I see from old posts: Date(Today()-1,'MM/DD/YYYY') or... Show More

    Hi all. I am trying to find how to set yesterday in a set analysis and it doesn´t work for me as I see from old posts:

    Date(Today()-1,'MM/DD/YYYY') or without the format.

    Also I need that to calculate the sum of the quantity that was sold yesterday. I tried this but it seems it gives me the accumulated sales till today:

    Sum(${<date(sold_date)={'==Date(Today() -1)'}>}quantity)

     

    Any help appreciated!!

    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!