I am new to Birt reporting. My requirement is that, I want to display "N/A" when the actual value of the column is null.
For ex: select vendor from account where id=1;
o/p: NULL
so, in place of null values in the report I want to display those fields as N/A. How to do this?