For example, you are given a requirement to create a column based on the following scenario: Get letters of FirstName Column (2,3,5) CONCAT with letters of LastName column (2,3) to create a new column "LETTERS OF NAME".
P.S solution could be in SQL. I am using OBIEE if you have drag n drop solution you are welcome.