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: 
  • 279,768 members
  • 15,701 online
  • 2,052,308 posts
  • 155,131 Solutions
Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    Having dash or dot line style for a map

    On the visulization dashboard, I need to plot a line between two geocodes; however, I am not able to select the line style for either dash or dot. I h... Show More

    On the visulization dashboard, I need to plot a line between two geocodes; however, I am not able to select the line style for either dash or dot. I hope this could be possible in the future development soon.

    Show Less
  • forum

    Talend Studio

    API job launched on Talend Remote engine is not reachable even from the local ma...

    Hi,I've followed the "Deploying API Services" learning module in Qlik learning to setup and deploy an API job on a VM. I've successfully deployed the ... Show More

    Hi,

    I've followed the "Deploying API Services" learning module in Qlik learning to setup and deploy an API job on a VM. I've successfully deployed the API job from TMC however I am unable to call the endpoint even from the local machine.

     

    I always receive a 404 not found error.

     

    Here's what I've tried. In the Remote Engine files, I opened "org.ops4j.pax.web.cfg" and checked which ports are listed in that file. I then added this to my URL however it still gives me the 404 not found error.

     

    I am not entirely sure what to check next. I am not very familiar with Talend products so can someone please point me to where I can get started to find out what to do? 

     

    Regards,

    Mohammed

    Show Less
  • forum

    Talend Studio

    tRestClient using GET errors on casting long to string - cannot get past the err...

    I'm using oAuth2 call to a GET endpoint which works in Postman, but dies on a casting long to string error.  Using Convert Types to String does nothin... Show More

    I'm using oAuth2 call to a GET endpoint which works in Postman, but dies on a casting long to string error.  Using Convert Types to String does nothing.  The JSON name/value pair is returning "12345678".  Seems to be a bug in the GET code.

    Exception in component tRESTClient_1 (BPL_Load_Apptio_Data)

    java.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.String (java.lang.Long and java.lang.String are in module java.base of loader 'bootstrap')

    Show Less
  • forum

    Water Cooler

    The Voyagers Log 05 - Python: The Christmas Break That Built a Language

    New Data Voyagers video I found interestingIn just a few minutes, @igoralcantara tells the story of how Guido van Rossum created Python, starting with... Show More

    New Data Voyagers video I found interesting

    In just a few minutes, @igoralcantara tells the story of how Guido van Rossum created Python, starting with his frustration with the limitations of another programming language and a project he started during the Christmas break of 1989.

    What I liked most is that the video goes beyond the technology itself and shows how something that started as a small personal project eventually became one of the most widely used programming languages in the world.

    A really interesting story, especially if you work with data, AI, or Python. Sharing it here as a recommendation.

    Link: https://youtu.be/wwPaHm8CEns

    Show Less
  • forum

    App Development

    Store into a fixed-width TXT

    Hi everyone,I neede you supportI would like to export a fixed-width TXT file from Qlik Sense using the STORE statement.I have already created a field ... Show More

    Hi everyone,

    I neede you support

    I would like to export a fixed-width TXT file from Qlik Sense using the STORE statement.

    I have already created a field called RIGA_TXT containing the complete fixed-width record (59 characters), so my export table contains only one field:

    EXPORT_TXT:
    NoConcatenate
    LOAD
        RIGA_TXT
    RESIDENT CONTROLLO_PRESENZE
    WHERE CTRL_STATO_IMPORT = 'VALIDO';
    
    STORE EXPORT_TXT
    INTO [lib://Output/PRESENZE_GESTIONALE.txt]
    (txt);

    The generated file is correct except for the first line, where Qlik writes the field name:

    RIGA_TXT
    0000000000000000000ORD0000800002026080300012712500000000000
    0000000000000000000ORD0000800002026080400012712500000000000
    ...

    What I need is:

    0000000000000000000ORD0000800002026080300012712500000000000
    0000000000000000000ORD0000800002026080400012712500000000000
    ...

    So: one record per line, no header, no delimiter and no quotes.

    I already tried:

    (txt, no labels)

    but no labels is not accepted in the STORE statement in my Qlik Sense environment.

    Is there a native Qlik Sense solution to export a TXT file using STORE without writing the field name/header?

    I would prefer to solve this directly in the Qlik load script, without using PowerShell or an external post-processing script.

    Thanks in advance!

    Mauro

    Show Less
  • forum

    Qlik Automate

    Build Auto Disabling Workflow for Incactive users

    Hi Team, I need to prepare the workflow that disables inactive users automatically.I are able to get last login details from the Qlik Entitlement Anal... Show More
    Hi Team,
     
    I need to prepare the workflow that disables inactive users automatically.
    I are able to get last login details from the Qlik Entitlement Analyzer app and also have an API to update users from the Qlik API doc,
     
    I need to understand how we can make requests from Qlik Automation via the Call Raw API block, and feel free to suggest any other better approach.
     
     
    Show Less
  • forum

    Talend Studio

    Two jobs with tRestRequest, on the same port, running in the same runtime

    I have two jobs, that each have a tRestRequest in it. They both (via tRestRequest) listen to different paths (/api/test1 and /api/test2), but on the s... Show More

    I have two jobs, that each have a tRestRequest in it. They both (via tRestRequest) listen to different paths (/api/test1 and /api/test2), but on the same port. 

    Is it possible to get these two jobs running on one Runtime, on the same port, and listening to the different paths? 

    When I'm deploying them right now, I get messages in the runtime about port conflicts. 

    On the tRestRequest component URL field, I have the port specified right now, the same port as the org.osgi.service.http.port setting in the org.ops4j.pax.web.cfg file under Runtime service. 

    Show Less
  • forum

    Talend Studio

    Can't find tHTTPClient component in Talend Studio 8, Build ID 20260102_0846-patc...

     Hello,I want to replace the deprecated tFileFetch component with the recommended replacement component tHTTPClient.However, I cannot find tHTTPClient... Show More

     

    Hello,

    I want to replace the deprecated tFileFetch component with the recommended replacement component tHTTPClient.

    However, I cannot find tHTTPClient in the Palette. I also checked:

    Edit Project Properties -> Designer -> Palette Settings

    but the component is not listed there either. In the Internet family, I can see components such as FTP, SCP, Samba, etc., but there is no HTTP section and no tHTTPClient.

    I am using:

    Talend Studio 8
    Build ID: 20260102_0846-patch

    As far as I understand from the documentation, tHTTPClient should be available in this Studio version. I cannot simply update to version 2026-08, because tFileFetch may no longer be available there, and I need to migrate the existing jobs from tFileFetch to tHTTPClient before updating the Studio.

    Could you please advise how I can install or enable the tHTTPClient component in my current Studio version?

    Thanks in advance,
    Matthias

    Show Less
  • forum

    Data Quality

    FILTRE SUR UNE VARIABLE NON OPERATIONNEL

    Bonjour  j ai une condition de date dans un where qui ne marche pas j'ai essayé plein de solutions rien n'aboutit  la voici  where Date(Date#(CAPA_MOI... Show More

    Bonjour 

    j ai une condition de date dans un where qui ne marche pas j'ai essayé plein de solutions rien n'aboutit  la voici 

    where Date(Date#(CAPA_MOIS,'dd/mm/yyyy'))=Date(Date#('$(vMoisReport_Suivant)','dd/mm/yyyy'))

    ma dernière tentative est sous cette forme avez vous des idées ?

    Show Less
  • forum

    App Development

    Qlik Sense App Development

    A dedicated community space for developers to ask questions, share best practices, and troubleshoot technical challenges related to building and optim... Show More

    A dedicated community space for developers to ask questions, share best practices, and troubleshoot technical challenges related to building and optimizing Qlik Sense applications, data modeling, expressions, and script development.

    Show Less
Leaderboard

Qlik community MVPs

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

mvp-banner-side-image