Filter

The MDX Filter function returns the tuples of a set that meet the criteria of a search condition.

Syntax

FILTER ( set, search_condition )

Arguments

set

The set through which to iterate.

search_condition

A Boolean expression. The search condition is evaluated in the context of every tuple in the set.

Notes

Examples

select { ([measure].[sales amount]) } on 0, filter({ ([Calendar].[ALL].[2020].[Q1]), ([Calendar].[ALL].[2020]) }, ([measure].[sales amount]) > 29.999 ) on 1 from [Online Store] where ([Store Type].[ALL].[Platform Self-operated Store],[Payment Method].[ALL].[Credit Card],[Goods].[ALL].[Kitchen & Dining].[Bento Boxes]);
sales amount
Q130
202060060
About

What is EuclidOLAP?
Architecture
Code & Docs

EuclidOLAP
Olap Web Console
Getting Started
Download
Community


Contact Us

euclidolap@outlook.com
Copyright © 2023 euclidolap.com. All Rights Reserved