Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

Status Not Planned
Workspace Jedox Platform
Created by Guest
Created on Apr 28, 2020

Rules - SQL like functions - ISNULL(), COALESCE()

In SQL we have a lot of nice functions to handle null.

A very nice example is ISNULL() gives you the possibility to return and altenate value when the value is null, and if not null then it returns the value you are evaluating.

  • ADMIN RESPONSE
    Mar 4, 2022

    Thanks for the idea. This feature has been evaluated by us and we will not implement at this time.

    Note that ISNULL() already and we plan to add a CASE statement in rules in the future.