Discussion board where members can learn more about Qlik Sense App Development and Usage.
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.