Class StaticReportDataSource.NumberConvertingDatasetBuilder

  • Enclosing class:
    StaticReportDataSource

    protected class StaticReportDataSource.NumberConvertingDatasetBuilder
    extends DatasetBuilder
    This Convenience Builder will look through all the rows of a given column, trying to parse the values as Numbers. If it succeeds, the Type of the column will be converted to a Double to allow arithmetic calculations in Keychain Expressions.
    • Constructor Detail

      • NumberConvertingDatasetBuilder

        protected NumberConvertingDatasetBuilder()