Hey,
i want to underline some parts of a string in a formula, but i cant find a function who can fix that. Is there a function which i can use to underline parts of a string if the condition is true.
For example: I have the Names “AAA” “BBB” “CCC” and i want to add them to a stringvariable.
stringvar name;
if name = "" then name:={Name}
else name:=", "+{Name}
But i want to underline the Names “AAA” and “CCC” so that the string looks like this “AAA, BBB, CCC”. How can i do that in a crystal formular?
Hopefully someone can help me!!!