Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IncludeDataValuesOption

Enum that serves as a filter on the DataValues returned from getSummaryDataReaderAsync, getUnderlyingTableDataReaderAsync and getLogicalTableDataReaderAsync. This is an optimization of returned data values only. Tableau versions prior to 2021.2 will pass the data across and populate the DataValue properties. Please note that all properties not requested will be undefined in the DataValue results.

Index

Enumeration members

AllValues

AllValues: = "all-values"

DataValues will include all properties.

OnlyFormattedValues

OnlyFormattedValues: = "only-formatted-values"

DataValues will only include formattedValue properties.

OnlyNativeValues

OnlyNativeValues: = "only-native-values"

DataValues will only include value and nativeValue properties.