Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,476 members
  • 6,404 online
  • 1,995,226 posts
  • 149,524 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    Qlik replicate - list of tasks and respective source/target endpoints

    I want to identify the list of source and target endpoints for all the Qlik tasks defined on our Qlik replicate server.Is there any API we can use to ... Show More

    I want to identify the list of source and target endpoints for all the Qlik tasks defined on our Qlik replicate server.
    Is there any API we can use to get this complete information for any give Qlik server?

    Show Less
  • forum

    New to Qlik Analytics

    Load files from variables defined

    Hello i am working on a task to improve the current load script for easy readability we are loading the last 3 financial year files the files are name... Show More

    Hello i am working on a task to improve the current load script for easy readability

    we are loading the last 3 financial year files the files are named as follows

    eg: Filename_year_2021

    Let vFinPayCurrent = $(vMfinyr)&$(vMfinyr)+1; //Current Finpay
    Let vFinPayLastYear = $(vMfinyr)-1&$(vMfinyr); //Last financial year
    Let vFinPay2YrsAgo = $(vMfinyr)-2&$(vMfinyr)-1; //2 Financial Years ago

    For loop to concat all these together,

    Set vfilelist ='vFinPayCurrent','vFinPayLastYear','vFinPay2YrsAgo';
    for each var in vfilelist
    MyTable:
    load *
    FROM [$(vG.QVDPath)/Filename_year_$(var).qvd]
    Next var

     

    CURRENT Approach:

    mytable:

    load * from 

    [$(vG.QVDPath)/Filename_year_$(vFinPayCurrent ).qvd]

    concatenate

    load * from 

    [$(vG.QVDPath)/Filename_year_$(vFinPayLastYear ).qvd]

    concatenate

    load * from 

    [$(vG.QVDPath)/Filename_year_$(vFinPay2YrsAgo ).qvd]

     

    Thanks in advance

     

     

     

    Show Less
  • forum

    New to Qlik Analytics

    After upgrading QSEoW to Feb 2024, Patch 3, selections on composed fields are no...

    Greetings! During the weekend we upgraded a customer site to Qlik Sense Enterprise on Windows Feb 2024, Patch 3.  Today the customer is reporting that... Show More

    Greetings!

    During the weekend we upgraded a customer site to Qlik Sense Enterprise on Windows Feb 2024, Patch 3. 

    Today the customer is reporting that selections in a composed field (essentially a field presented in a straight table using an expression such as: =field1 & '-' & field2) are not working.  We tried using recent versions of Chrome, Edge and Firefox and we got the same results for all browsers. 

    If the user searches for the field value in the column's  search box, then values can be selected, but not when trying to make selections directly using a mouse. 

    We tried to see if the same problem is happening in QS Desktop but ts is working OK. 

    Could this be a bug? 

    Please advise.

    ++José

    Show Less
  • forum

    Catalog and Lineage

    cheap things

    $8,374,211 of free stuff. You can pay 9 mill to have lazy folks write the code. or, you can download it for free from https://tseeq.net/   Show More

    $8,374,211 of free stuff. You can pay 9 mill to have lazy folks write the code. or, you can download it for free from https://tseeq.net/

     
    Show Less
  • forum

    Deployment & Management

    Conditional sum between 2 tables in qlik sense.

    Hi! I have a dashboard with 2 excel tables in the contents (Table 1 and Table 2). I need to do some KPIs, summarizing, values from table 2, but just t... Show More

    Hi!

    I have a dashboard with 2 excel tables in the contents (Table 1 and Table 2). I need to do some KPIs, summarizing, values from table 2, but just the ones that belongs to a list of people in Table 1. The field that I need to use to compare between 2 tables is the "key" between the tables. Is there any way or formula I can use to do that conditional exercise. 

    Is it clear? Can maybe I build a new table from the 2 existing ones?

    Thank you! 

     

    Show Less
  • forum

    Qlik Replicate

    Access to raise ticket/Case

    Hi Team,   I am part of the Nike team, we use attunity replicate regularly to access to ingest data from Oracle and db2.   I already registered with m... Show More

    Hi Team,

     

    I am part of the Nike team, we use attunity replicate regularly to access to ingest data from Oracle and db2.

     

    I already registered with my Nike account. But Still I am not able to access(or raise one) to any existing tickets.

    Name: Dheeraj Gona

    Email: Dheeraj.gona@nike.com

    Show Less
  • forum

    App Development

    Large Dataset Wide and Long Table Load Times Issue

    Hello, I have a data set of 1.3 million rows. For a lot of the visuals I require a long table so when i create a long table it produces 153 million ro... Show More

    Hello,

    I have a data set of 1.3 million rows. For a lot of the visuals I require a long table so when i create a long table it produces 153 million rows. The widgets have a hard time loading that much data especially when the widget is using the long table. the long table gives me what im looking for in the visuals but the widget loading is really bad, Is there any other options that has the same functionality of the long table? 

    Show Less
  • forum

    Qlik Cloud Data Integration

    Qlik Cloud Tasks Queued

    Hello, I'm new to Qlik Cloud Integration.  Creating the Onboard from Onprem to target snowflake. While running the task, it is keep on going to Queued... Show More

    Hello,

    I'm new to Qlik Cloud Integration. 

    Creating the Onboard from Onprem to target snowflake.

    While running the task, it is keep on going to Queued and not completing with data load to target system.

    Only metadata is getting created in snowflake.

    I dont have windows configuration access from my side to check the memory or CPU. If anything to verify in Qlik cloud or any other workaround .Please suggest.

     

    Show Less
  • forum

    Deployment & Management

    Data Model Viewer access logic has changed?

    With the latest version of Qlik Cloud, I am unable to get to the Data Model Viewer.  Following the information on permissions, I tried the following, ... Show More

    With the latest version of Qlik Cloud, I am unable to get to the Data Model Viewer.  Following the information on permissions, I tried the following, but nothing can show.

    • Owner of the App - only see Data Manager and Data Load Dditor.
    • Can Edit Data in Apps permission - cannot see Data Model Viewer

    Even when trying to directly go to the Data Model Viewer from the URL https://my-tenant.us.qlikcloud.com/datamodelviewer/app/{appId}, I get the following.

    dmv-access-denied.png

    Did something change recently about accessing the Data Model Viewer?

    Show Less
  • forum

    App Development

    how to use a filter to populate bar chart

    Hello Im using following script for bar graph, i would like it to be blank and then populated based $Fields selected from a filter but i would like to... Show More

    Hello Im using following script for bar graph, i would like it to be blank and then populated based $Fields selected from a filter but i would like to in the bar graph to be able to show multiple fields and the value count based on what was chosen in the filter. Right now it works but only for 1 filter selected but i would like it to work for multiple. thank you! 

    =$(='['&only([$Field])&']')

    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!