I am having trouble implementing a calculated field equal to
It ends up showing as zero even though both the calculated and original fields are formatted as text. I also can't seem to get this calculated field into the column area. It seems to only want to be in the data area.
Any ideas on how to fix this problem and get the field to go into the column area without adding another column into my data set?
Code:
=Left(otherField,3)
It ends up showing as zero even though both the calculated and original fields are formatted as text. I also can't seem to get this calculated field into the column area. It seems to only want to be in the data area.
Any ideas on how to fix this problem and get the field to go into the column area without adding another column into my data set?