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

Function isNotEmpty

isNotEmpty(attribute, config?): Filter

Creates a filter to isolate attribute values that are not empty and not 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 not empty and not null from the Sample ECommerce data model.

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