Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 278,337 members
  • 14,015 online
  • 2,051,524 posts
  • 155,087 Solutions
Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect

Welcome to Qlik Community

Recent Discussions

  • forum

    Reporting Service & Alerting

    Reporting through Automation

    In Qlik Sense, I have a sheet containing a Filter Pane with a Region field and a Straight Table displaying data based on the selected Region.The Regio... Show More

    In Qlik Sense, I have a sheet containing a Filter Pane with a Region field and a Straight Table displaying data based on the selected Region.

    The Region filter contains three values:

    • Region 1
    • Region 2
    • Region 3

    I need to create an Excel report using Qlik Automation with the following requirements:

    1. Only one Excel workbook should be generated.
    2. The workbook should contain three separate sheets:
      • Region 1
      • Region 2
      • Region 3
    3. Each sheet should contain only the data from the Straight Table corresponding to that particular Region.
    4. The automation should dynamically apply each Region as a filter, retrieve the filtered Straight Table data, and write it to the respective Excel sheet.

    Question: What Qlik Automation blocks and configuration should be used to achieve this requirement?

    Show Less
  • forum

    App Development

    SFTP connection with a non standard port

    per default qlik supports only ports 22 and 2222 for SFTP connections.i created a connection to a host with port 22 then i tried to edit the port in q... Show More

    per default qlik supports only ports 22 and 2222 for SFTP connections.

    i created a connection to a host with port 22 then i tried to edit the port in qmc connection string to 443.

    geting the error: The following parameter validation errors were found: sftpPort: Port is invalid.

     

    I see no reason why a SFTP service should not be able to run any ports.

    Is there a way how to workaround this?

    Show Less
  • forum

    Integration, Extension & APIs

    Custom Pivot Table

    Good Day all, Please let me know if this is not the correct location for this question.Does anyone have/built a pivot table extension where I can move... Show More

    Good Day all,

     

    Please let me know if this is not the correct location for this question.

    Does anyone have/built a pivot table extension where I can move the totals to the bottom of the pivot table?

    I know this is a "cheap" request, but I have a client that is really difficult on this.

    Show Less
  • forum

    Talend Studio

    JSON fied in a CSV file

    Hello y'all, I've got a regular .csv file, with around 30 regular columns. However, a couple of columns are JSON text. I would like to parse the JSON ... Show More

    Hello y'all,

    I've got a regular .csv file, with around 30 regular columns. However, a couple of columns are JSON text.

    I would like to parse the JSON text and get some extra columns from it.

    I've tried to use a tExtractJSONFields, but there are two flaws:

    - the component seems to be expecting a full JSON input, not a JSON column among regular string-type columns

    - I hardly know anything about Json paths and Json queries 

    The JSON column is called 'jugement', one of the JSON property I need from it is called 'complementJugement', so I've used '$.jugement' as the Jsonpath query and 'complementJugement' as the Json query mapped to a new schema column. I got this error message:

    Expected to find an object with property ['jugement'] in path $ but found 'java.lang.Integer'. This is not a json object according to the JsonProvider: 'com.jayway.jsonpath.spi.json.JsonSmartJsonProvider'.

    Can anyone help me with this issue?

    Thanks in advance

     

    Show Less
  • forum

    QlikView

    How to get this date stored as text as a regular date field in QlikView?

    Hi,attached is the data source file from which I can't get a regular date field from the DateDMMMYYYY column in QlikView using this standard function ... Show More

    Hi,

    attached is the data source file from which I can't get a regular date field from the DateDMMMYYYY column in QlikView using this standard function or even  date#():

    date(DateDMMYYYY,'d.MM.YYYY') as DateProduced;

    Any help is very welcome.

    Thank you 

    Show Less
  • forum

    Connectivity & Data Prep

    How to extract data from Instagram

    Hi friends,I have been using Qlik web connector for Facebook, Twitter and Youtube data but can't find a connector for Instagram.Is there a way to extr... Show More

    Hi friends,

    I have been using Qlik web connector for Facebook, Twitter and Youtube data but can't find a connector for Instagram.

    Is there a way to extract the data from Instagram in Qlik Sense using any other connector. If yes, Can someone please guide me.

    Looking forward for positive replies.

    Thanks and Best Regards

    Show Less
  • forum

    Reporting Service & Alerting

    App Failure Alert in Mail to Users on Qlik Cloud

    Need to alert users regarding app reload failures on mail in automated way.Any automation or any other way to implement this on Qlik cloud? 
  • forum

    Talend Studio

    Problem with reference class TaCoKitCache

    I have a problem when opening a project on my studio.  When opening some (but not all) projects I get the following error : Generation Engine Initiali... Show More

    I have a problem when opening a project on my studio. 

    When opening some (but not all) projects I get the following error : 
    Generation Engine Initialization in progress...
    "Can't find service reference for class 'org.talend.sdk.component.studio.metadata.TaCoKitCache'"

    This error prevents me from opening any jobs on the Talend Studio
    The error looks like it's "spreading" as I now have new project that I can't access too 

    What I've tried so far : 

    Deleting the workspace foder
    Reinstal Talend Studio (8.0.1 R2026 - 01)

    Any idea ? 

    Show Less
  • forum

    Water Cooler

    Writeback Reload Implementation.

    Hello Team, Can we use Amazon S3 as the source repository, along with AWS Lake Formation and Athena for schema and table creation, and integrate this ... Show More

    Hello Team,

    Can we use Amazon S3 as the source repository, along with AWS Lake Formation and Athena for schema and table creation, and integrate this setup with Qlik Sense to enable writeback and reload functionality?

    The objective is to ensure that once users enter and save their data, a reload of the application reflects the latest updates across the dashboard, including all KPIs, charts, bar graphs, and other visualizations.

    Could you please clarify whether this approach is feasible and if there are any limitations or considerations that we should be aware of? This is currently a major blocker for me, and your guidance would be greatly appreciated.
    Also Please help me with the level of Access like do I need any Automation from Qlik Sense that will write the Data back to S3.

    Thanks
    Sarvesh

    Show Less
  • forum

    Qlik Automate

    Call PostgreSQL procedure from Qlik Automation Block

    HI, In Qlik Automation I’m calling a PostgreSQL procedure using the Postgre>Do Query block:I simply put into 'Query *' field:call schema.procedure_nam... Show More

    HI, In Qlik Automation I’m calling a PostgreSQL procedure using the Postgre>Do Query block:

    I simply put into 'Query *' field:
    call schema.procedure_name();

    The block usually keeps running for a 2 hours 5 minutes or eventually times out, even though in PostgreSQL the procedure is triggered immediately and finishes in less than a millisecond (based on my logs).

    Do you have any experience or recommended block/workaround for this?

    Thanks!

     

    Show Less
Leaderboard

Qlik community MVPs

Qlik Community MVPs — trusted experts driving collaboration, learning, and innovation.

mvp-banner-side-image

Customer Story

Data Drives the Reconstruction of an Entire State

Data Restores Confidence: How SEFAZ-RS Used Qlik to Support the Rebuilding of a State.

Customer Story

Qlik platform helps structure an analytics ecosystem to support diagnostic medicine and healthcare.

AFIP revolutionizes management, optimizes resource allocation and strengthens data-driven culture

Customer Story

Hapag-Lloyd Enables Smart Decisions With Qlik

Global container shipping giant delivers data transparency to enable confident decision-making and operational efficiency.

Customer Story

Students See Data Come to Life With Qlik Academic Program

Qlik turns raw data into valuable learning experiences, empowering both students and faculty at TTUHSC.

Customer Story

MillerKnoll Unifies Data with Qlik Talend

MillerKnoll partnered with Qlik Talend® data solutions to unify data across its diverse systems, accelerating critical processes and nearly eliminating data integration issues organization-wide.

Customer Story

Radiall Embraces the Cloud and Improves Operational Efficiency

Migration to Qlik Cloud Analytics optimizes analytics applications within months.

Customer Story

French Ministry of Armed Forces Develops a Data-Centric Culture

With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.

Your Place, Your People

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Qlik en México

Qlik en México

Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.

All are welcome

Hello from Japan

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Parlons Données

Parlons Données

Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.

open to all

AI Reality Tour

Zurich

Join data and AI leaders in Zurich on June 10, 2026 to learn how to scale AI and drive real enterprise impact.