cancel
Showing results for 
Search instead for 
Did you mean: 

Inbuilt Function

Former Member
0 Kudos

Hi Experts,

I have a universe on SAP BW Bex Query, I have a Dimension "Tracking Number" Defined as

[ZTRCK_NUM].[LEVEL01]

in Select clause.

I need to create a new Object in Universe Designer which gives count of "Tracking Number"; I am not sure how to use the inbuilt function which is defined as below:

COUNT(,)

COUNT("Set"[, EXCLUDEEMPTY | INCLUDEEMPTY] ) count number of cells in a set, optionally including or excluding empty cells

Your help is highly appreciated.

-Thanks,

DEEPU

Accepted Solutions (1)

Accepted Solutions (1)

marc_daniau
Advisor
Advisor
0 Kudos

If you have a simple characteristic with Level0 and Level1 you can count the members using this syntax

<EXPRESSION>Count([ZTRCK_NUM].[All].Children, excludeempty)</EXPRESSION>

Answers (0)