onebigscot
MIS
Hello,
I have tried the Keyword search and Osborne's Reference Guide with no luck...
I am working with a SQL database and using Crystal 8.5 to pull data for export into Excel. I have fields which are blank and I would like to autopopulate these fields with "N.A.". Any ideas?
Basically, what I am reporting shows:
Name DOB Hire Date Term Date Term Reason
For those who have not termed, there is no data in that field, nor in the Term Reason field. I would like those to be NA instead of blank.
The Term Reason field reports numbers which are codes for terms (ie: 01 means Resignation) So I have turn it into a Formula Field using If - Then - Else statements to transform the numerical codes into the terms.
IF (Term Reason) = "01" Then "Resignation"
I tried to add:
IF (Term Reason) = "" Then "N.A."
...but that showed nothing (the remaining fields with data were still displaying the correct terminology).
Also - on a side note - is it possible to have two different font sizes in one field?
Thank you for any help you may offer!
I have tried the Keyword search and Osborne's Reference Guide with no luck...
I am working with a SQL database and using Crystal 8.5 to pull data for export into Excel. I have fields which are blank and I would like to autopopulate these fields with "N.A.". Any ideas?
Basically, what I am reporting shows:
Name DOB Hire Date Term Date Term Reason
For those who have not termed, there is no data in that field, nor in the Term Reason field. I would like those to be NA instead of blank.
The Term Reason field reports numbers which are codes for terms (ie: 01 means Resignation) So I have turn it into a Formula Field using If - Then - Else statements to transform the numerical codes into the terms.
IF (Term Reason) = "01" Then "Resignation"
I tried to add:
IF (Term Reason) = "" Then "N.A."
...but that showed nothing (the remaining fields with data were still displaying the correct terminology).
Also - on a side note - is it possible to have two different font sizes in one field?
Thank you for any help you may offer!