Evaluate function
ManoSep 24 2012 — edited Sep 24 2012Dear All
Our users wanted a date field in 'DD-MON-YYYY' format. We didnt have it anything as such format , hence we wanted to create a new column called "Date From" , for this i have copied a column "Bill From' and renamed the filed as Date From. Now under the expression builder , i have used the evaluate function something like below.
EVALUATE('TO_DATE(%1,%2)' AS Date , "Oracle Data Warehouse"."Catalog"."dbo"."Dim_OKS_Contract"."BILL_FROM", 'DD-MMM-YYYY')
While no error is occurring while saving the RPD , but getting error "Error retrieving values" in answers when trying to select the values in answers filters of this column.
Can somebody please help me how can i correct this?
Regds
Mano