Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interactive report computed columns (APXWS_CC_001)

lerus5 hours ago

We recently upgraded our apex environment to 20.1.0.00.13

after upgrade one of our reports fails with error ORA-00904: "DS": invalid identifier

I found that DS column was added by APEX

select
 <our columns>
   (ROUND(DM + DN + DO + DP + DQ + DR + DS, 2)) "APXWS_CC_001"
from ….

I suspect that this is computed column(s)

Can you advise if there is a way to prevent APEX from adding these computed columns automatically?

Comments
Post Details
Added 5 hours ago
0 comments
19 views