Articles in this section
Category / Section

How to Display Blank Space for the Null Values in Dashboard Widget?

Published:

In some cases, you may want to display a blank space instead of a null value in a field. This can be achieved by using an expression. Here’s how to do it:

Steps

  1. Create an expression for the field that contains the null value. Use the following expression condition:
IF(ISNULL([Column])='true',' ',[Column])

image.png

  1. Bind the created expression field to the grid widget.
    image.png

After following these steps, the grid widget will render the blank space instead of the null value.

References

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
RM
Written by Reethika Moovendhan
Updated
Comments (0)
Please  to leave a comment
Access denied
Access denied