
Creator III
2021-05-17
02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set expression with OR condition
I want to show the amount where product is either ‘a’ or category is ‘x’ . What would be the set expression for this.
540 Views
1 Solution
Accepted Solutions

Specialist
2021-05-17
02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use:
aggr(only({$<product={'a'}>+<category={'x'}>} ID), ID) for you ID dimension expression.
1 Reply

Specialist
2021-05-17
02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use:
aggr(only({$<product={'a'}>+<category={'x'}>} ID), ID) for you ID dimension expression.
