Pages

Pages - Menu

Tuesday, September 14, 2010

Reverse function in obiee

Today,i came across with a scenario to reverse values in a column

'abc' is one for a column where as in another column have to show 'cba'

for this i used DB REVERSE function using evaluate


Syntax : EVALUATE('REVERSE(%1)', "Dim Customer".Customer_Name)

2 comments:

  1. where is the done..in rpd or can it be done in answers? ...I tried writing this syntax in fx of a column ...but it errored out

    ReplyDelete
  2. yes in column formula of fx ...btw,whats the database you are using ?

    ReplyDelete

.