Hi,
I want to extract a part of an entity name to create a new entity in another database. I know the left / right function in the formula, but this won’t match the criteria.
For example
The first entity is called 12. December '24.
I only want to extract everything after the dot. So I need the trim function (for removing the blank space), as well as something to extract only the last part → December '24.
When I use the right function I have to set the number of characters I want to extract. But consider the fact that every month have a different number of characters, I don’t know how to make it work.
Is there something like extract everything after x-number of characters? Or is there a different solution?
Thanks!