
Hello
Here is an interesting requirement. Look at the below report:
You notice that all of the PWE IDs have 3 '_'. Now I want to know the location of the last '_' in the string, what do I do?
OBIEE has locate and LocateN function at our disposal. However, the locateN function doesn't work that well, but the Locate Function does work.
So let's start with that:
Create a new column and enter: LOCATE('_', Pseudowire."PWE ID", -1)
the '-1'...