Skip to Main Content
Spotfire Ideas Portal
Status Implemented
Product Spotfire
Created by Guest
Created on Jan 22, 2019

support for LongIntegers in data functions

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
  • ADMIN RESPONSE
    Apr 22, 2019

    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.

  • Attach files