Set analysis: unexpected results when filtering on null field
Problem description
I'm trying to use Set Analysis to filter data. The expression is:
Sum({<Flag = {1}>} Amount)
If field Flag is not always null, the result is as expected: only records with Flag = 1 are included. However, if Flag is always null, all records are included.
Although it might not be a bug, I'm sure this is not what users expect of Set Analysis.