Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,593 members
  • 6,294 online
  • 1,995,421 posts
  • 149,539 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Load exact patitioned QVD-file in ODAG

    Hi, everyone!My last question was about making partitions from one QVD to several smaller.And kind user Brunobertels sent me a link to a post, how to ... Show More

    Hi, everyone!
    My last question was about making partitions from one QVD to several smaller.
    And kind user Brunobertels sent me a link to a post, how to do automatic partitions.

    And now, I have many pratitioned QVD-files and task:
    I have to load those QVD-files which have only data by asked dates in ODAG request.

    I just made a next script:

    //first check if it's not an ODAG request, but a common load from current window
    if '$(odagActive)' = '' then
       set 'odag_Date' = '''01.07.2019''';
    end if;

    [Tasks]:

    LOAD
       TaskID,
       ContactID,
       CompanyID,
       CreationDate,
       TaskExpDate,
       EditDate,
       TaskStatus,
       CreatedUserID,
       ResponsibleUserID,
       TaskName
    FROM[lib://DataFiles/CRM_Tasks_*.qvd](qvd)
    where Match(CreationDate,$(odag_Date));

    But as you can see, it's a bad script, coz it loads all the files(((
    Please help me to load exact files with dates which was requested.

    Here's my QVDs:

    lib://DataFiles/CRM_Tasks_m01_y2019.qvd
    lib://DataFiles/CRM_Tasks_m02_y2019.qvd
    lib://DataFiles/CRM_Tasks_m03_y2019.qvd
    lib://DataFiles/CRM_Tasks_m04_y2019.qvd
    lib://DataFiles/CRM_Tasks_m05_y2019.qvd
    etc till the end of 2020.

    Show Less
  • forum

    New to Qlik Analytics

    VizLib replacement

    Hi All,I am working on vizlib library replacements in QSi have to add one inbuilt Filter pane in place of vizlib filter paneIn that Vizlib filterpane ... Show More

    Hi All,

    I am working on vizlib library replacements in QS
    i have to add one inbuilt Filter pane in place of vizlib filter pane

    In that Vizlib filterpane , Dimension added in CLeveleSelect
    and Filter values condition given as     =IF(ONLY({1} CNLevelOrder)<14,True(),False())

    So in VizLib Filterpane LevelSelect values are shown based on above condition,

    how to show the same in in bulit Qlik filter pane

    Please reply back 
    Thanks

    Show Less
  • forum

    New to Qlik Analytics

    reference line on x-axis -line chart

    Hi, I want to add reference line on my x- axis.my x-axis is my ItemID.my Y axis is cumulative margin. I tried to crate whale chart and I want to know ... Show More

    Hi,

    I want to add reference line on my x- axis.
    my x-axis is my ItemID.
    my Y axis is cumulative margin.

    I tried to crate whale chart and I want to know where is the spot when my whale chart start  to descending with the reference line.

    this is my line chart so far:

    hadari_0-1713877703139.png

     

    I tried to add the reference line with this expression:

    Aggr(If(Rangesum(above(total ROUND(sum(margin)),0,RowNo())) = Max(total Rangesum(above(total ROUND(sum(margin)),0,RowNo()))), ItemID), ItemID)

    but I don't see any line on my X-axis..

    Can someone help me please? 

     

     

    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

    Qlik Replicate

    Qlik Replicate - Using UPSERT mode when writing to Snowflake

    Hi Qlik Support, When using an UPSERT error handling policy (as a result of enabling the "Apply changes using SQL MERGE" option) in a Replicate task w... Show More

    Hi Qlik Support,


    When using an UPSERT error handling policy (as a result of enabling the "Apply changes using SQL MERGE" option) in a Replicate task which writes to Snowflake, is Replicate able to correctly prevent duplicate records from being written to the Snowflake target even though Snowflake is known to not enforce the uniqueness of primary keys.

     

    Apologies if this question has already been addressed in a different community post.

     

    Thanks,

    Nak

    Show Less
  • forum

    Design and Development

    Moving data from oracle to SQL

    I am moving data from oracle to SQL server. I am required to move data only for 110 oracle tables out of 500 tables. I habe to keep running this job e... Show More

    I am moving data from oracle to SQL server. I am required to move data only for 110 oracle tables out of 500 tables. I habe to keep running this job everyday to capture the deltas as well. I can read a context file which will contain the list of all the tables to read data from oracle and through dynamic schema start doing an upsert into sql server. I.am not sure if this is an efficient way to solution this business ask. Would love to hear from the experts if there is a better way to this. 

    Thanks 

    Ravi 

    Show Less
  • forum

    Integration, Extension & APIs

    About Google Cloud Storage

    Hi!, reading documentation about Qlik Web storage provider 'Google Cloud Storage', it says that you only can put data into a bucket in Qlik SAAS, are ... Show More

    Hi!, reading documentation about Qlik Web storage provider 'Google Cloud Storage', it says that you only can put data into a bucket in Qlik SAAS, are there any plans to have this in Qlik Sense Enterprise?

     

    Storing data from your Qlik Sense app in Google Cloud Storage

    You can store table data into your Google Cloud Storage bucket in the Data load editor. You can either create a new load script or edit the existing script.

    Information noteThe data storage feature is currently only available on Qlik Sense SaaS.

     

    https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Google-Cloud-storage-provider-connector.htm

     

    Show Less
  • forum

    Qlik Replicate

    SAP hana endpoint

    Hi Team ,  we are facing below issue. But the task is running. and slowly changes are getting captured.   source is saphana target : Azure sql db   00... Show More

    Hi Team , 

    we are facing below issue. But the task is running. and slowly changes are getting captured.

     

    source is saphana

    target : Azure sql db

     

    00028240: 2024-04-22T01:28:14 [SOURCE_CAPTURE  ]T:  RetCode: SQL_ERROR  SqlState: S1000 NativeError: 146 Message: [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;146 Resource busy and NOWAIT specified:  (lock table failed on vid=3, owner's lockMode: EXCLUSIVE, transID: 24627011275) [1022502]  (ar_odbc_stmt.c:2816)

    00028240: 2024-04-22T01:28:15 [SOURCE_CAPTURE  ]T:  Failed (retcode -1) to execute statement: 'LOCK TABLE "XXATT"."attrep_cdc_log" IN EXCLUSIVE MODE NOWAIT' [1022502]  (ar_odbc_stmt.c:2810)

    could you please  let us know what could be done. 

    Thanks.

     

     

    Show Less
  • forum

    Qlik Replicate

    Facing anywhere existence error

    Source: On-Prem SQL server Target: Azure SQL server We are copying 196 tables from source to target. For whole night it was running fine. Full load an... Show More

    Source: On-Prem SQL server

    Target: Azure SQL server

    We are copying 196 tables from source to target. For whole night it was running fine. Full load and Change processing was perfect over a night.

    Suddenly we encountered this error.

    chandraprakash_j_volvo_0-1713849276045.png

     

    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
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!