function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sudarshan3Lsudarshan3L 

how can we display text 'N/A' in reports if no data available(empty) in the field

how can we display text 'N/A' in reports if no data available(empty) in the field
sandeep@Salesforcesandeep@Salesforce
Hi sudarshan, 

There is no way of doing this except we configure it on field level where we can set in Default Value property.

Thanks 
Sandeep Singhal
http://www.codespokes.com/
atul_Bharmalatul_Bharmal
Workaround :

Create a formula field and use IF condition to make it N/A if the feild you are refering is empty.

Use that field in report.

Mark this as coorect Answer if this helps yous