- Source:
- API-4.1.js, line 12
Methods
getHighlightedValues(datatable, column, delimiter, maximum) → {string}
Returns TIBCO Spotfire Data highlighted records.
Parameters:
Name | Type | Description |
---|---|---|
datatable |
string | The name of the data table. |
column |
string | The name of the column which holds the values to return. |
delimiter |
string | The delimiter of the returned values list. |
maximum |
integer | number of value read. When null all data will be send back. Beware maximum can be different from the number of value returned as the result contains no duplicate. |
- Source:
- API-4.1.js, line 938
Returns:
The list of the highlighted records values.
- Type
- string
Throws:
-
If the data table does not exist in the Document.
-
If the column does not exist in the data table.