Hi to all!
CRXI, SQL Server
I have a string field that has values, no entries and NULL values. I want empty string be displayed as Internal on my report. I created formula and inserted it by right click on the field, Format Field, as Display String formula:
if {newdem.Customer} ="" or isnull({newdem.Customer})then
"Internal"
else
{newdem.Customer}
But the values (Names of Customers) are displayed, but the word Internal is not displayed for the empty fields. I used this method of displaying different abbreviations in my other reports. I can't figure out what is wrong.
please help. thank you
CRXI, SQL Server
I have a string field that has values, no entries and NULL values. I want empty string be displayed as Internal on my report. I created formula and inserted it by right click on the field, Format Field, as Display String formula:
if {newdem.Customer} ="" or isnull({newdem.Customer})then
"Internal"
else
{newdem.Customer}
But the values (Names of Customers) are displayed, but the word Internal is not displayed for the empty fields. I used this method of displaying different abbreviations in my other reports. I can't figure out what is wrong.
please help. thank you