Fallback value as 0 or 'NA' For named query binding result null/ NULL?

How to configure Fallback value as 0 or 'NA' to component in perspective while binding with named query result null/ NULL?

It is showing overlay error on Perspective component.

  1. Named query binding.
  2. My test query.
  3. Add a transform ...
  4. ... of the Expression variety.
  5. Test for ìsNull().
  6. The result.
2 Likes

Alternatively,

you can use the coalesce expression

3 Likes