Hi all -
I'm trying to find a position of a character within a string, which in theory seems simple - just use the FIND() function.
What I'm struggling with is when there are multiple instances of the value, and I want to start at the 4th instance (for an example) of it. Here's an example of the String I'm trying to parse:
EASEFESE_AS_AV_TX_RT_RT_NI_MI
In this case, I want to get to the first bolded RT. FIND() is perfect for getting me the starting position of the first "_", but I'm trying to figure out how I can get to the 4th "_" without hardcoding positional starts as the first part the string will be variable in length.
Thanks for any/all help.
Mike