hoagieryder
MIS
I am trying to get a value vertically aligned within a crosstab. I am using this formula in the Display String formula under format field:
replicatestring(chr(13),1) + cstr(currentfieldvalue)
This works fine when the value is a string, but when it is a number its is returning #########
Any ideas?
replicatestring(chr(13),1) + cstr(currentfieldvalue)
This works fine when the value is a string, but when it is a number its is returning #########
Any ideas?