cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

new custom function() parameter types

I'm loving new custom function in JMP 14.  It's real useful.  There are some things I'd like to see added to it.  

Parameter and Result Type, currently only allow "Any, Name, Number, String, List, Matrix, RowState". 

I'd love it if it could be any existing data type, 

data table, Expression, function(for wrappers), class(for custructors), associative array, 

 

 

1 Comment
jthi
Super User

Came across this immediately when I started creating Custom Functions. More parameter and result types are definitely needed to make Custom Functions more usable. I would even like to be able to define what my lists are allowed to contains List(Any), List(String|Number), and so on...