Forum Discussion
Anonymous
4 years agoNot applicable
Multiple date difference and date count in a string
Hi, can anyone help me with implementing this? In my Dashboard I have 4 columns: A) Number of the issue B) Person Handling the issue C) Creation Date of the issue D) Comments on the issue ...
truptis
4 years agoCommunity Champion
Anonymous - You will need multiple splits.
1st split with " - " delimiter (space before and after - )
2nd split with "(E-mail address)" delimiter
3rd split with "(Comment)"