Link

toolkit / com.sas.android.visualanalytics.sdk.report / ReportObject / CategoricalFilter

CategoricalFilter

class CategoricalFilter : ReportObject

Describes a categorical filter object within a SAS Visual Analytics report.

Since 27.0.0

Inherited Properties

title val title: String?
The title of the report object as specified in the SAS Visual Analytics report
view val view: View?
The view associated with the report object.

Functions

getUniqueValues suspend fun getUniqueValues(): List<String>
Gets the list of unique values for this categorical filter.
setSelectedValue suspend fun setSelectedValue(value: String): Unit
Set the selected value on this categorical filter.