I have a field that is typically populated in the format 12345-67-890 or something similar to that. There are two - characters, however the number of characters can vary. If I wanted to just get everything after that 2nd - . In the above I would want to report 890, what would be the best way to extract that? It typically would be three characters after that last - , but not always.
Thanks!
Thanks!