Dear Colleague,
Dear Colleague,
I face onto the following scenario, I have universe from BEx query:
Rows:
Items.
Status of Items.
Date of each status.
Columns:
Number of Items.
The status can get more than 16 values.
The scope of analysis, is combine more than one status and know how many Items have the status 1 and 2, or how many Items have 8 and 11 and 16.
I am using this
=[CODE].[CODE - Text]WHERE([CODE].[CODE - Key]InList("8"))
=[CODE].[CODE - Text]WHERE([CODE].[CODE - Key]InList("9"))
=[CODE].[CODE - Text]WHERE([CODE].[CODE - Key]InList("11"))
Show me multiple value and no do anything, doesn't reduce the number of total Items that are 77, regarding combine the three values of status code 8, 9 and 11 of Items.
Thanks in advance.