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: 
  • 275,475 members
  • 5,124 online
  • 2,049,947 posts
  • 154,947 Solutions
Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!

Welcome to Qlik Community

Recent Discussions

  • forum

    QlikView

    Lease License QlikView without port 80

    How to lease license without port 80? our connection to port 80 is blocked because of security reason, port 4747 and 443 is openI tried using qvp url,... Show More

    How to lease license without port 80? our connection to port 80 is blocked because of security reason, port 4747 and 443 is open
    I tried using qvp url, my qlikview desktop still personal edition :

    Connected to server OK, No reply received
    Switching to HTTPS tunneling
    Connected to server OK, Security settings denies access
    Switching to HTTP tunneling
    Connected to server OK, Negotiations Timed Out

    QlikView Version : 12.100

    Show Less
  • forum

    Visualization and Usability

    qlik sense object scanner install and run

    was anyone able to generate the 3 files mentionned in the article https://help.qlik.com/en-US/sense-admin/May2026/Subsystems/DeployAdministerQSE/Conte... Show More

    was anyone able to generate the 3 files mentionned in the article https://help.qlik.com/en-US/sense-admin/May2026/Subsystems/DeployAdministerQSE/Content/Sense_DeployA...

    at this time i only get the "QlikObjecScanReport.csv"

    • QlikObjectScanOutput.parquet: Contains information about all visualizations used in all apps of the installation.

    • QlikObjectScanExtensionStatus.parquet: Contains information about all extensions available in the Qlik Sense installation and their deprecation status.

    • QlikObjecScanReport.csv: Contains meta data, including time stamp of the scan.

     

    any ideas? 

     

    @Eduardo_Monteiro thanks for suggesting 

    https://community.qlik.com/t5/Official-Support-Articles/Enable-parquet-file-support-for-existing-Apps-in-Qlik-Sense/ta-p/2085211

    but this gets me an error when running the ImportQlikSenseCLIModule.ps1

    mikaelsc_0-1779994377639.png

    similar error when running the AddParquetExtentionWhitelistTable.ps1

    mikaelsc_1-1779994433244.png

     

     

    Show Less
  • forum

    Data Quality

    getting different number of recors in app sheet and qlik automation

    i am using an automation to fetch the receipt table data from my sheet for current receipt month. when i am applying the filter in the sheet using the... Show More

    i am using an automation to fetch the receipt table data from my sheet for current receipt month. when i am applying the filter in the sheet using the same field and choosing 2026-06 it is showing around 54 rows but when same thing i am trying to filter in the automation using a variable in the sheet called current month which fetches the current month year . then i am using the same variable in my automation filter. but i am getting the error as error:Object data can't be bigger than 100.000 cells. 

     
    Show Less
  • forum

    Qlik Replicate

    What does the "sapdb_def_ext_for_logstream" attribute mean?

    When I exported the task, I inspected the contents of the JSON file and found an attribute different from the previous JSON file - "sapdb_def_ext_for_... Show More
    When I exported the task, I inspected the contents of the JSON file and found an attribute different from the previous JSON file - "sapdb_def_ext_for_logstream".
    What is the purpose of this attribute?

    R2JOE_1-1767055562023.png

     

     

     

    Show Less
  • forum

    Administering and Monitoring

    How Do I Separate a Massive ICS File for Better Calendar Management?

    My organization had a large ICS file containing thousands of calendar events, and managing it became challenging. I needed a simple way to divide the ... Show More

    My organization had a large ICS file containing thousands of calendar events, and managing it became challenging. I needed a simple way to divide the calendar data into smaller files without losing important details. The SysTools ICS Splitter Tool proved to be a reliable solution, allowing me to split bulky ICS files efficiently while preserving event properties, dates, and other metadata. It offers a user-friendly interface and supports smooth processing, making calendar organization much easier.

    Show Less
  • forum

    Water Cooler

    Qlik Cloud Wishlist - Informal Edition

    I know Ideation is a thing. I use it. But sometimes you just want to share ideas in an informal way.So, here's my personal Wishlist. No ticket numbers... Show More

    I know Ideation is a thing. I use it. But sometimes you just want to share ideas in an informal way.

    So, here's my personal Wishlist. No ticket numbers, no upvotes required. Just ideas:

    1. VSCode extension that actually talks to your tenant - coming soon (allegedly)
    Edit QVS files directly in VS Code. No copy-paste, no reloading the whole app to see if you broke something obvious. Just open, fix, save. This one is reportedly on its way!

    2. An official Load Script syntax plugin for VSCode
    An official supported plugin, with IntelliSense and auto complete.

    3, Qlik MCP tool - app + script creation
    If we're going AI-native, let's actually go. Tell the MCP server what you want built, and it scaffolds an app with a load script.

    4. Qlik MCP tool for field-level dataset descriptions
    Right now, documenting metadata is available only at Dataset level - not at field level.

    5. A real task manager - PLEASE
    Multi-trigger, Multi-dependency, Visual Graph with Progress Track, something similar to QlikView and Qlik Sense, but better.

    6. Full native GitHub integration
    Any script change. Any schedule tweak. User Settings, Spaces, Qlik Automations, Table Recipes.... Anything you touch - committed, versioned, traceable. 

    7. Native unused QVDs/fields track report
    Track unused QVDs and Fields. This would save Data Capacity, improve load performance.

    8. Asynchronous Reload in Load Script
    If I could ask for a gift from Santa Claus, that will be the one. To allow us to run Asynchronous Data.

    9. Concurrent Store Statement 
    Be able to store data in the same QVD file by different apps simultaneously. This is probably impossible but would be nice to have.

    Regards,

    Mark Costa

    Show Less
  • forum

    Connectivity & Data Prep

    Looking for Best Practise regarding loading data from an GraphQL-api via REST co...

    Hi all.I'm looking for some suggestions/advise on how to extract data from an GraphQL api where the data needs to be explored and adapted during devel... Show More

    Hi all.
    I'm looking for some suggestions/advise on how to extract data from an GraphQL api where the data needs to be explored and adapted during development.

    The flexibility of the api is making it extremely difficult to iterate since the script most likely will be generated differently each time the query is altered. I'd like to stay away from attempting to write everything by hand.

    My strategy, when working with regular REST api:s, is to keep each script untouched, save all tables with the names the script generated, and do the joins and renaming in the transform script.

    This works but once the iterations start, I have a hard time aligning the old and the new names and structures. This is a huge api and I'm tackling the most complex part of it with paging and "cost" constraints for the queries.

    So, the strength of GraphQL when it comes to frontend development and flexibility make it a nightmare to work with in Qlik.

    Working with the current rather dx-unfriendly REST connector can be a challenge at times, but this is at a completely different level.

    Any suggestion to keep me sane are appreciated! 
    /lars

    Show Less
  • forum

    Talend Cloud

    [Data Integration][Connection][S3 Target] curlCode: 6, Could not resolve hostnam...

    I failed to create S3 target. Test Connection failed with below message.Status(StatusCode="Internal", Detail="Data movement test connection failed:SYS... Show More

    I failed to create S3 target.

     

    Test Connection failed with below message.
    Status(StatusCode="Internal", Detail="Data movement test connection failed:SYS-E-HTTPFAIL, Failed to connect to bucket '<My bucket Name>' .. SYS,GENERAL_EXCEPTION,Failed to connect to bucket '<My bucket Name>'., Failed to stat S3 bucket '<MY bucket Name>' AWS get bucket location failed: curlCode: 6, Could not resolve hostname curlCode: 6, Could not resolve hostname. QEM-19, HTTP request failed, Failed to connect using Data Movement gateway local_repsrv.")

     

    And below messeages are outputted in In Replication engline logs(repsrv.log)
    ----------------------------------------------------------
    [FILE_FACTORY]E: curlCode: 6, Could not resolve hostname. [1001705] (anw_retry_strategy.cpp:170)
    [FILE_FACTORY]E: AWS get bucket location failed: curlCode: 6, Could not resolve hostname [1001712] (s3_file_actions.cpp:424)
    [FILE_FACTORY]E: Failed to stat S3 bucket '<MY bucket Name>' [1001712] (s3_file_actions.cpp.310)
    [SERVER]E: Failed to connect to bucket '<MY bucket Name>'. [1020401] (file_imp.c:6096)
    ----------------------------------------------------------

     

    This connection "use AWS privatelink" and "VPC Endpoint URL" is 'https://<My bucket Name>.<Region>.amazonaws.com'.
    Data movement gateway server can reslove <My bucket Name>.<Region>.amazonaws.com' to IP Address.

     

    I want to know what hostname must be resoloved.

    If Qlik Replicate , I can check verbose repsrv.log by changing server logging level , I can't find same setting in Qlik Cloud Data Integration Data gateways.

    How can I know what hostname must be resoloved?

     

    Best Regards

    Nakagawa

    Show Less
  • forum

    Management & Governance

    Fixing corrupt QVF without losing community sheets?

    Hello,We have a situation where a QVF apparently got corrupted; attempting to open the app results in an "Unsupported file format" error message. We a... Show More

    Hello,

    We have a situation where a QVF apparently got corrupted; attempting to open the app results in an "Unsupported file format" error message. We are also unable to export the app or publish over it. 

    Is our only option to delete the app from the QMC and publish a new instance even though doing so is going to delete any community sheets associated with the app? 

    Is there anything we can do to prevent the loss of the community sheets?

    What if, instead of deleting the app thru the QMC, I manually delete the corrupt QVF from the file system and replace it with an new instance with the same name/UUID as the deleted instance? 

    Thanks for any help,

    Steven

    Show Less
  • forum

    Management & Governance

    Qlikview / Qlik Sense REST connector and TLS 1.3

    I wonder if there is a limitation in the REST connector for Qlikview and the built-in REST connector for Qlik Sense? It doesn't seem to work with REST... Show More

    I wonder if there is a limitation in the REST connector for Qlikview and the built-in REST connector for Qlik Sense? It doesn't seem to work with REST APIs only accepting TLS 1.3 connections.

    So far, I have tested the latest available Qlik RestConnector from April 2023 with Qlikview. I have also tested Qlik Sense November 2024. Both results in the following error message when calling the API:

    "The request was aborted: Could not create SSL/TLS secure channel"

     

    In my case, the API provider switched to only support TLS 1.3 in December 2024. Before, everything worked fine with the RESTConnector April 2023 version.

    I have seen other community posts in this topic but they seem mostly be QS/QV server platform related and not related to REST connector.  I have tried anyway, the suggestions to set Registry keys in Windows enabling and disabling TLS versions, with no positive result. I have also tried using the tool "IISCrypto" to set TLS and Ciphers with the "Best practise" options, also with no positive results.

    Is the Qlik REST Connector hard coded to use TLS 1.2 or lower? Is it possible to get this working with TLS 1.3 somehow?

    If this is not possible at the moment, is there a roadmap for when support for REST and TLS 1.3 will be added?

     

    Thanks in advance!

    //Marcus

    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.