Integration of Mendix and SPSS

0
Has anyone tried, or indeed already have experience in integrating Mendix and SPSS. Based on the design meeting I would say something like: - "defining the dataset (using datagrid and selection fields) - allocating the SPSS Syntax - triggering the syntax - handling results? Would this be a nice case to put out into the new Sandbox?
asked
1 answers
1

No experience myself but there is a Java API for SPSS (documentation here) so it should be rather straightforward to connect with Mendix. What you can do will mostly depend on the functions offered by the API I suppose.

answered