Skip to main content Skip to complementary content

NULL - script and chart function

The Null function returns a null value.

Syntax:  

Null( )

Return data type: NULL

Example: Chart expressions
Example Result

If(Product = 'A', Null(),Sum(Sales))

This expression returns NULL for Product A, otherwise it returns the sum of sales for the product.

Example - Null fundamentals

Example - Excluding values using Null

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!