Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a job which uses multiple tJavaRow components. I would like to use the same variable names in each component. However, they should point to the variable as defined in that component, is that possible? If I recreate the same variable name I get the error "Duplicate Local Variable".
Thanks,
Doug
ds123 wrote:
Thanks for that. If I use that context variable in each component, can I assign different values to that variable per component?
ds123 wrote:
xdshi wrote:
Hi,
You can define a context variable and use this variable on different/multiple components.
[font=Verdana, Helvetica, Arial, sans-serif] For more information, please take a look at document about:TalendHelpCenter:Using+contexts+and+variables.[/font]
[font=Verdana, Helvetica, Arial, sans-serif] Best regards[/font]
[font=Verdana, Helvetica, Arial, sans-serif] Sabrina[/font]
if I create a context variable I have 1 variable throughout my job. I want one variable per tJavaRow component, of which the scope is limited to the tJavaRow component. the context variable's scope is job-wide, right?