Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to show the amount where product is either ‘a’ or category is ‘x’ . What would be the set expression for this.
You could use:
aggr(only({$<product={'a'}>+<category={'x'}>} ID), ID) for you ID dimension expression.
You could use:
aggr(only({$<product={'a'}>+<category={'x'}>} ID), ID) for you ID dimension expression.