Order level based on last 3 characters of value
Hi - I would like to have order of values on x axis in plot to be in ascending order. Issue is these values are alphanumeric strings and only last 3 characters are the ones that indicate order. For example, I would like to see these in following order from left to right on a plot. 1: YRFCA12: YRTCB13: YRACB24: YRTCC0 Row and Value order levels arranged data in a different way. I could do substri...