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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
JRozo
Contributor
Contributor

how to set a tInput component as a Global Flow

Hi!.

i need to use an input on different subjobs. but i don't want to execute the sqlQuery every time that i need the table data

the problem recplicates with several Tables so i was wondering is there a component that can set the data and schema of my input as a global variable and use it every time that a need it

0695b00000KzgVhAAJ.png

thank you so much.

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

From your description and requirement, it looks like talend joblet feature could achieve your goal.

A Joblet is a specific component that replaces Job component groups. It factorizes recurrent processing or complex transformation steps to ease the reading of a complex Job. Joblets can be reused in different Jobs or several times in the same Job.

Here is online documentation about: TalendHelpCenter: Using a Joblet in the beginning of a Job

Note: The joblet feature is available in talend subscription solution not open source

Feel free to let us know if it is OK with you.

Best regards

Sabrina

ThWabi
Creator II
Creator II

Hello JRozo,

maybe you can think about writing your input data to a tHashOutput component and retrieving it where/when needed with tHashInput?

Best regards,

Thomas