Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Table to show blank values when using sum

I have a table with columns/values from a few different tables, one of which is a sum of a value.  I want this value to show when blank, but I can't seem to enable that option when "Sum of" is enabl...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Thanks for the reply, 

    For some reason this didn't yield the expected results, 

    I ended up doing a simple measure that solved the issue:

    blank = sum(table[value])+0