In ExensioYield, we run TSR(test summary report) and return LongInteger data type columns. But, This datatype is unknown in the R-interface and therefor these columns are not selectable in R (when using column select for the inputs). Changing datatype to Integer is not an option.
Implemented in | 7.13 |
Support for LongInteger in Data Functions was added in 7.13. Note that in order to *return* a LongInteger from a data function, you also need to specify that you want that as a return type using setSBDFExportTypes(...) in your data function.