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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change dynamically tJava content via an url parameter?

Hi everyone,

 

 I'm trying to call this job from any url.

 

So, I explain my problem to you. I have an web application. When I clic a button from this application, it sends an url like this : 

 

 "https://localhost:80/appli?name='Opel'"

 

So I want to take this parameter "name" and after I want to set it in my tJava, like that : 

 

context.name = "Opel"

 

My question is , how to set this parameter value in the context.

 

Here is my job's picture. 0683p000009MACn.png

Labels (2)
1 Reply