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: 
Anonymous
Not applicable

imports inside tJavaRow

How can I import a java package inside a tJavaRow component? I am aware that I can use the fully qualified name of the class I wish to use, but the code becomes a mess and unreadable very quickly.
But clearly, simply writing "import java.util.regex" for example won't work as the import statement is written right in the middle of the java-code.
Labels (3)
5 Replies
Anonymous
Not applicable
Author

Hello,
This is not available yet.
You can try to open a new feature request on our bugtracker.
Regards,
Anonymous
Not applicable
Author

done
Anonymous
Not applicable
Author

Any chance this feature has been implemented yet?
Anonymous
Not applicable
Author

Hello,
You can monitor 2812
Regards,
Anonymous
Not applicable
Author

Hello exhuma
You can create a new routine for your code and import a Java package in this routine, then use this routine in tJavaRow.
Best regards
shong