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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Soumya_M
Contributor II
Contributor II

Creating user defined routines

I was working on creating a user defined routine, in which it should take multiple input parameters. The java code has multiple arrays and functions. Currently I'm able to access only a single function with one input. Could you help me on this issue

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Make sure your javadoc is properly filled for all functions. Once that's done Studio will show your functions via ctrl + space in tMap and other places.

View solution in original post

1 Reply
Anonymous
Not applicable

Make sure your javadoc is properly filled for all functions. Once that's done Studio will show your functions via ctrl + space in tMap and other places.