Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Loko
Creator II
Creator II

Use java as parameter value in a route context

Hi

Is it possible, instead of a static value, to set a java instruction as value for a local context parameter in a route ? It could be a call to a function I write in a bean, for instance

beans.mybean.decryptThisPassword("dummy")

I don't know what parameter type to use for it is seen as java code. 

 

Regards
Loko

Labels (2)
2 Replies
fdenis
Master
Master

no, context are only context (String) they are not java commande.
but you can execute a java commande into a tjava who is using context values.
Loko
Creator II
Creator II
Author

Wrong, context are not only Strings ,there are different possible types.

 

And tJava is for jobs, I'm talking about routes.