and `CASE WHEN {whatevermyfieldis} = '- None -' TH...
# suiteanalytics
j
and
CASE WHEN {whatevermyfieldis} = '- None -' THEN '' ELSE {whatevermyfieldis} END
s
You've just found a weird place of how NS handles grouping. If you just make another column and put the value as
''
, when NS does the grouping, it changes it to
- None -
. Your formulas are fine, just change them to a blank space, or anything except an empty string
NVL({whatevermyfieldis}, ' ')
should work fine
j
ugh NS is dumb
I don’t want ' ‘, I just want ‘’
oh well
s
yeah oh well is about the best you can feel about it
j
lol
s
that is idiotic, who wants
- None -
sitting there
j
- None - is worse than pretty much anything
it’s meaningless
worse: it’s deceptive
- None - is not the same as NULL