Hi there,
I'm a sort of a newbie to Crystal Reports, because I didn't use it for some years. I have a report which contains the initials of employees without punctuation. Now I'm looking for a simple formula which adds a point after each character.
My field is simply called "Initials". The number of initials is of course different for each employee. A sample of the data:
HGP
ME
PCJM
J
This is the result I want:
H.G.P.
M.E.
P.C.J.M.
J.
I tried some formula's based on a combination of Len(Initials) and While ... Do but it didn't work.
On the forum I found several formulas for stripping punctuation from initials, names, etc. but not a formula for adding punctuation.
Can somebody give me a small hint? Thanks in advance.
Greetings from Holland,
Berry
I'm a sort of a newbie to Crystal Reports, because I didn't use it for some years. I have a report which contains the initials of employees without punctuation. Now I'm looking for a simple formula which adds a point after each character.
My field is simply called "Initials". The number of initials is of course different for each employee. A sample of the data:
HGP
ME
PCJM
J
This is the result I want:
H.G.P.
M.E.
P.C.J.M.
J.
I tried some formula's based on a combination of Len(Initials) and While ... Do but it didn't work.
On the forum I found several formulas for stripping punctuation from initials, names, etc. but not a formula for adding punctuation.
Can somebody give me a small hint? Thanks in advance.
Greetings from Holland,
Berry