Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

There are null values in the emp field and i dont need to display that null values in the emp field ..................


Plz can any one give expression for this

1 Solution

Accepted Solutions
saumyashah90
Specialist
Specialist

yup so second image will work for you.

if at all you want to use it in expression than use:

=if(not isnull(Field),Expression)

View solution in original post

4 Replies
saumyashah90
Specialist
Specialist

where are you displaying it?..

in chart or list box or table box where?

If it is a tablebox check on Omit Null Values here

1.png

if it is a chart check on supress null values like this:

2.png

Not applicable
Author

I want to display on straight table

saumyashah90
Specialist
Specialist

yup so second image will work for you.

if at all you want to use it in expression than use:

=if(not isnull(Field),Expression)

MK_QSL
MVP
MVP

Select emp field in the dimension tab and tick suppress when value is null