Except

The MDX Except function returns a subset containing the differences between two sets, optionally retaining duplicates. The two input sets must have identical dimensionality.

Syntax

Except ( set1, set2 [,ALL] )

Arguments

set1

A set to compare with set2.

set2

A set to comparet with set1.

ALL

The optional ALL flag retains duplicates. Matching duplicates in set1 and set2 are eliminated.

Notes

Examples

select except(members(Goods), children(Goods.[foods])) on 1, { ( measure.cost ) } on 0 from [logistics.test] where ( Goods.[foods].[nut], Transport.[railway], [starting region].[Asia].[China], [starting date].[2019].[Q3].[M7], [completion date].[2019].[Q3].[M7] );
cost
ALL123456789
Kitchen & Dining0
Bento Boxes0
Food Savers0
Water Bottles0
Rice Cookers0
Home Electronics0
LCD HDTVs0
LED HDTVs0
TV Boxes0
Video Games0
Cell Phones & Accessories0
iPhone0
Android Phones0
Headphones & Earphones0
Cell Phone Parts0
Computers & Cameras0
Tablet PCs0
Software0
Desktops0
Laptops & Netbooks0
foods123456789
electronic product0
mobile phone0
computer0
smart watch0
household appliances0
washing machine0
refrigerator0
television0
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