Hi Team,
We have recently upgraded our universes from XIR2 to XI4.1 and facing syntax errors. However the same syntax is parsing in XIR2. I have verified the syntax's in XI4.1 and it is correct. I am not sure of the reason why some conditions are not parsing in the XI4.1 unvierse.
Below is the sample symntax :
TO_CHAR(DECODE(@Prompt('Please select the view','A',{'Adjusted View','Unadjusted View'},'mono','constrained'),'Adjusted View',DBO.BCA_TBL_VW.AS_OF_DT_CMR,DBO.BCA_ADJ_VW.BW_DT),'YYYYMM') = TO_CHAR(ADD_MONTHS(SYSDATE,-1),'YYYYMM')
When I am trying to parse this it is throwing me message
Parse Failed : Invalid Definition (UNV0023). Error parsing mono/multi parameter(4th Parameter).
Can some one help me why this particular syntax is throwing the error.
Thanks In Advance.
Regards,
Jagadeesh.