Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,910 members
  • 4,921 online
  • 1,995,958 posts
  • 149,595 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    in filter, display the pre-mapped values, but filter by mapped-value 'behind the...

    I have a map below, which related food to fcode. fcode is the key that links multiple tables together.   map1: [food,fcode apple,a apple-pie,a banana,... Show More

    I have a map below, which related food to fcode. fcode is the key that links multiple tables together.

     

    map1:

    [food,fcode

    apple,a

    apple-pie,a

    banana,b

    banana-float,b

    cherry,c

    cherry-coke,c];

     

    Let's say

    Table 1 -uses fruits (applymap() can be used to turn food into fcode)

    Table 2 -uses fcode (can not reverse into food)

    Table 3 -uses fcode (can not reverse into food)

     

    How can i create a filter, such that:

    1. the filter display the food values. (i.e apple-pie and not 'a')

    2. When selecting food values, the filter is applied to all tables (1,2,3). I.e if I select apple-pie (or apple), the filter also set  fcode to 'a' and table 2,3 will display only information relating to 'a'. Note that it is accepted for either apple-pie or apple to be selected to filter for fcode 'a'

    If I use applymap() on table 1, and filter by fcode, i lose context for my users who only understands food.

     

     

     

    Show Less
  • forum

    Qlik Cloud Data Integration

    How to refresh Github Connection for automations?

    I've got an automation that uses the GitHub connection. It works fine and then all of a sudden stops working. It seems to be a permissions/token thing... Show More

    I've got an automation that uses the GitHub connection. It works fine and then all of a sudden stops working. It seems to be a permissions/token thing from Github, but I cannot find a simple way to fix it. I cannot refresh the connection, I cannot delete the connection and re-connect without first deleting the automations that uses the connection. So, the only way I have currently to fix this issue is to: 1. delete all automations that uses the connection, 2. delete the connection, 3. re-import the automation, 4. re-establish the github connection (and 5. since we trigger the automations from github, reset the variables and settings to match the new instance of the automation). This is an extremely time consuming process to have to do every couple of weeks or so (yes, the connection seems to be failing within a month). Is there anyway to refresh/update the permissions for the github connection without having to just nuke everything and re-build it?

    Show Less
  • forum

    New to Qlik Analytics

    Dont want section data to be linked to each other

    I have sections in my data load script. Currently, I have two sections, and they are pulling data from entirely different tables. However, they appear... Show More

    I have sections in my data load script.

    Currently, I have two sections, and they are pulling data from entirely different tables. However, they appeared to be linked. When I go to the pivot, it pulls data based on a selection of the other sections.

    How can I have each data pulled from their respective sections?

    Also, it is slowing the application.

    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

    App Development

    Expression or data model adjustment?

    I've simplified my data model in the follow table with some sample data. To give some context, the data exists out of 3 concatenated data sets: 1. Ema... Show More

    I've simplified my data model in the follow table with some sample data.

    To give some context, the data exists out of 3 concatenated data sets:

    1. Email
    2. Email + Email Content Block
    3. Email + Email Content Block + Product

    An email can have multiple content blocks
    Content blocks can contain multiple products

    Data table.PNG

    When i select email 1, i get a nice overview with the included content blocks and Products.

    However, i also want to do this vice versa. Hence, when i select CTN i want to see the linked content blocks and emails and the respective #Send value.

    See below for the desired output: 
    Select Brush, i want to see the sends from row 4, because this email (1) does include this product.
    I also want to see the sends from row 3, because this content block (A) also included this product. 
    And i also want to see, but that will anyway work, the sends from row 1, because those are the sends for this product. 

    Table Brush.PNG

    Same method when i filter in the Cluster. 

    Table Brush 2.PNG

    And same when is filtered on the Email Content Block. 

    Content Block B.PNG

     

    Show Less
  • forum

    New to Qlik Analytics

    Oracle caller interface:ORA-00972 :identifier is too long

     What could be the reason for this Any solution? 
  • forum

    Qlik Application Automation

    qlik sense on a tv screen with Optisings solution

    hi,  i need help. we want to put a qlik app on  tv screen with a Optisings solution. we have every time a mistake like this. what we can do that we do... Show More

    hi, 

    i need help. we want to put a qlik app on  tv screen with a Optisings solution. we have every time a mistake like this. what we can do that we don t have this? mistake 500. what is it?

    Controller1_0-1714059104214.jpeg

     

    Show Less
  • forum

    App Development

    Format dimension Inline table script

    I have a QV report that I inherited.  It uses an Excel template to read in the left side row labels and the expressions for each cell.  Then there is ... Show More

    I have a QV report that I inherited.  It uses an Excel template to read in the left side row labels and the expressions for each cell.  Then there is an inline table

    This is the excel template-

     

    Brip51_0-1713970985888.png

     

    Then the inline table -

    LOAD
    IF(Match(RowNo(), 1, 4, 6, 10, 15, 17, 20, 22, 26, 29, 31, 34), '<b>') AS _Formatting,
    RowNo() AS _Index,
    _Metric,
    _ExpectedPVCashFlow,
    _Expression2,
    _Expression3,
    _Expression4,
    _Expression5,
    _Expression6,
    _Expression7,
    _Expression8,
    _Expression9,
    _Expression10,
    _CSMLessLRC,
    _Expression11,
    _Expression12,
    _Expression13
     
    FROM $(v_ExcelSource)ToaRe Tracking IFRS PAA.xlsx
    (ooxml, embedded labels, table is IFRSRD);

     

    Then the table uses _metric as a dimension.  Here is the QV report

    Brip51_1-1713971390270.png

     

    I am trying to format the row labels with indentation.  I can make them bold by including

    <b> in the _Format column.

     

    I want to indent particular rows like such –

    CHANGES IN THE STATEMENT OF PROFIT OR LOSS & OCI

        Modified Retrospective

        Fair Value

    Other

    Insurance Revenue

          Incurred claims and other insurance service expenses

          Amortization of insurance acquisition cash flows

              Losses and reversal of losses on onerous contracts

              Adjustments to liabilities for incurred claims

    Insurance Service Expense

        Investment components

    Insurance Service Result

     

     

     

    I have tried to use the format column and &nbsp to insert spaces, but that did not work

    Is this possible to do ?

    Any thoughts on this would be greatly appreciated.

    Thanks,

    Brian

     

    Show Less
  • forum

    New to Qlik Analytics

    Append two tables to one when the primary key do not match

    I have two Q VD files (table1, table2) with the same column names, and I would like to append them into a single table called "final_table". The appen... Show More

    I have two Q VD files (table1, table2) with the same column names, and I would like to append them into a single table called "final_table". The append operation should only occur when the primary keys do not match from both tables. However, with the current code, I am only seeing IDs from table1 appear, and IDs from table2 are not being included.

    I would appreciate your guidance in resolving this issue.

     

    LOAD *
    From table1;
    Concatenate LOAD * FROM table2
    WHERE NOT Exists(id);

    Show Less
  • forum

    QlikView App Dev

    reading xml

    HelloI'm reading a qvd file which contains data for a table that has a column whose data is in xml formatI'm reading the xml field and then parse it t... Show More

    Hello

    I'm reading a qvd file which contains data for a table that has a column whose data is in xml format

    I'm reading the xml field and then parse it to get the fields in the xml tags along with their values

    during reload I get an error saying

    An invalid character was found in text content.

    On line number: 1. On column number: 659.

    but I don't have that number of columns?

    Check attached QVW and QVD file

    the script works fine if I put the condition where RecNo < 367

    but if I remove this condition the script works fine - and I have to in order to read all data

    can someone help me identify what might be wrong?

    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!