Date format in prompt OBI 10g
809448May 24 2012 — edited May 30 2012HI Experts,
I have requirement for date format mm/dd/yyyy need to change dd/mm/yyyy . I used the following the query but giving error:
EVALUATE('TO_CHAR(%1,%2)' ,"SI - Creations & Modifications
Dim"."Première Date de Valeur" , 'DD-MM-YYYY')
nQSError: 10058] A general error has occurred. [nQSError: 22027] Union
of non-compatible types. (HY000)
SQL Issued: SELECT EVALUATE('TO_CHAR(%1,%2)' ,"SI - Creations &
Modifications Dim"."Première Date de Valeur" , 'DD-MM-YYYY') FROM SI
Regards
Birudu Gopal