barney1993
MIS
I am using CR developer 11 and an Oracle datasource.
I am trying to restrict data returned by using the mid function on a database field from within the record selection formula field, although when I preview the SQL query, the condition is not displaying in the WHERE clause.
extract from record selection:
{GLF_LDG_ACC_TRANS_AR.LDG_NAME} ='AR' and
mid({GLF_LDG_ACC_TRANS_GL.ACCNBRI},3,3) = '032'
I am trying to restrict data returned by using the mid function on a database field from within the record selection formula field, although when I preview the SQL query, the condition is not displaying in the WHERE clause.
extract from record selection:
{GLF_LDG_ACC_TRANS_AR.LDG_NAME} ='AR' and
mid({GLF_LDG_ACC_TRANS_GL.ACCNBRI},3,3) = '032'