Hi Team,
I am looking to join table A with substring on other table however in OBIEE rpd i am unable to do that.
Please let me know how could I and where could I do it ?
e.g.
SELECT * FROM XX_CAT_D T380257
LEFT OUTER JOIN XX_CAT_HIER_D T552844
ON SUBSTR(T380257.CONCATENATED_SEGMENT_VALUE,10,5)= T552844.HIER3_CODE
I can do above in oracle database but not in OBIEE.
Thanks,
Amol