sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Function isEmpty

isEmpty(attribute, config?): Filter

Creates a filter to isolate attribute values that are empty or null.

Parameters

ParameterTypeDescription
attributeAttributeAttribute to filter on
config?BaseFilterConfigOptional configuration for the filter

Returns

Filter

A filter instance

Example

Filter for items where the condition is empty or null from the Sample ECommerce data model.

filterFactory.isEmpty(DM.Commerce.Condition)
Last Updated: