Hello Krishna,
Thanks for your reply,
I am new to CE Views creations.
Date conversion in CE_CALC at this posting the suggested ans is to replace 'to_date()' to 'date()'
I tried that in my code but I am getting same issue""Attribute not found in column table:ZCP" occur in "BU_ID"
Please find the code below
BEGIN
V_TAB = CE_COLUMN_TABLE("SCH_1"."ZCP",["ID_IDENT", "BU_ID","DT_END"]);
V_TODAY = select current_date) from dummy;
V_TAB1 = CE_PROEJCTION(:V_TAB,[ "ID_IDENT", "BU_ID", CE_CALC('DATE(""BU_ID"")',DATE) as"V-EN"],' CE_CALC('DATE("BU_ID")',DATE) as "V-EN" >= '':V-TODAY'' ');
var_out = CE_PROJECTION (:V_TAB1,["ID_IDENT", "BU_ID"]);
END/
he didn't shown there how to change the code
can you please help with me with this.
Thanks in Advance
Regards,
Raja..