Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tim_leijen
Contributor III
Contributor III

Excluding a dimension in an expression

Hi guys,

Currently I'm trying to exclude a dimension in an expression.

I was told this would work with the "-" sign in front of the dimension, however I get an error.

Not sure what I'm doing wrong though

gr

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

=Sum({<GL_1={NSV}, Dimension=- {RFC}>} Data)

If you still get an error, ignore it (it's a known issue) and go ahead.

View solution in original post

4 Replies
tresesco
MVP
MVP

Try like:

=Sum({<GL_1={NSV}, Dimension=- {RFC}>} Data)

If you still get an error, ignore it (it's a known issue) and go ahead.

devarasu07
Master II
Master II

Hi,

Try like this

sum({<GL-l={'NSV'},Dimension-={'RFC'}>}Data)

tim_leijen
Contributor III
Contributor III
Author

Thanks! Allthough it still shows an error, it does work

Kushal_Chawda

you have syntax error in your set analysis. See the below

A Primer on Set Analysis

Why is it called Set Analysis?