dfwcharles
Technical User
I tried this formula, and got the error listed above.
if Length({equipment.eqnum}) = 9
then
left ({equipment.eqnum},3)
else
left({equipment.eqnum},4)
I just want to show the frist 3 characters of my field if the data length is 9. Otherwise show the frist 4 characters.
Any help would be appreciated.
Thanks
if Length({equipment.eqnum}) = 9
then
left ({equipment.eqnum},3)
else
left({equipment.eqnum},4)
I just want to show the frist 3 characters of my field if the data length is 9. Otherwise show the frist 4 characters.
Any help would be appreciated.
Thanks