Mark Herrmann Posted August 14, 2019 Share Posted August 14, 2019 Hi there, I'm struggling to return columns from a data function and map them to the input rows. The input of my data function can be limited by marking so I added a RowId() column. If I specify the output parameter to use the output handler "columns" I was expecting that I can select that RowId() column under "Map to input rows" according to this document. However, the only thing offered in the pull down menu is "[None]". What's the trick to allow selecting a column to be used for mapping Thanks, Mark Link to comment Share on other sites More sharing options...
Gaia Paolini Posted August 16, 2019 Share Posted August 16, 2019 The attached worked for me. The item I selected in Map to Input Rows (datain) is the name under which the input data table is known to the script. The resulting mycolumn is filled with 1for the filtered rows, and left empty for the other rows. The column mycolumn is created by the data function, not pre-existing. Gaia Link to comment Share on other sites More sharing options...
Gaia Paolini Posted August 16, 2019 Share Posted August 16, 2019 I think that might have been worth mentioning yes :-) Link to comment Share on other sites More sharing options...
Mark Herrmann Posted August 16, 2019 Author Share Posted August 16, 2019 Thanks, Gaia! I should say that my data function is not a TERR function but actually a Statistica workflow. In this case the "Edit Script" button is not available hence I cannot configure an output to be of type column or table. I can only click "Edit Parameters" and select the output handler "column" while the output type remains "table" (see attached screen shots). This might be causing the issue This what how it looks like with a TERR function where the output type and output handler both is column: This is how a Statistica function looks like where the output type cannot be edited and is table while the output handler must obviously be column: However, after closing and re-opening it, the data table suddenly was available for selection under "Map to input rows" as you can see from the screen shot above and it seems to work now :-) So maybe this will work w/o closing & re-opening once the Statistica integration becomes more mature. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now