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
You can add a Value-Mapping in the Data-Cell where you want to display your value by the following:
Click in the Data-Cell where you want to display the value. Go to the "Property Editor" and select the Tab "Map". Click an "Add..." Select your value from the dropdown, select "Equal to" for the comparison, enter "null" for the value to compare to. Enter "N/A" for the alternative Value to display and click OK.