Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

NULLScript 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 – please let us know!