Need a special offer?Find out if your project fits.
+

Exclude (blank) text

Answered
Sidath asked on July 17, 2019

Hello,
In our report, we have some fields with null values and its displays as (blank). How can we ignore this (blank) text and display empty cell?
 
Thanks
Sid

Attachments:
01Flex.JPG

1 answer

Public
Vera Didenko Vera Didenko Flexmonster July 17, 2019

Hello, Sid,
 
We would like to point out that cells containing "(blank)" can be easily customized via localization:

global: {
localization: {
grid: {
blankMember: ""
}
}
}

 
Here is a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/jz1tdrex/
 
Please let us know if everything works fine for you.
 
Best Regards,
Vera

Please login or Register to Submit Answer