Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.66 KB

filter-element-binding-assl.md

File metadata and controls

49 lines (35 loc) · 1.66 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
Filter Element (Binding) (ASSL) | Microsoft Docs
Learn about the Filter binding property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

Filter Element (Binding) (ASSL)

Contains a Multidimensional Expressions (MDX) expression that filters the contents of the parent element.

Syntax

  
<CubeDimensionBinding> <!-- or MeasureGroupBinding -->  
   ...  
   <Filter>...</Filter>  
   ...  
</CubeDimensionBinding>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements CubeDimensionBinding, MeasureGroupBinding
Child elements None

Remarks

For more information about the Binding type, including tables ofAnalysis Services Scripting Language (ASSL) objects of the Binding type and the inheritance hierarchy of Binding types, see Binding Data Type (ASSL).

The elements that correspond to the parents of Filter in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CubeDimensionBinding and xref:Microsoft.AnalysisServices.MeasureGroupBinding.