What formula do I use to change the field format for Age so that it looks like (String) data?
+2
A:
Here are some choices:
Put your field on the report. Format your field and under Display String, use
cstr(currentfieldvalue)
. (FYI: the currentfieldvalue is actually a function).Make a new formula. Use
cstr({tablename}.{fieldname})
.
PowerUser
2010-08-26 19:38:52