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!

APEX_ITEM for read only item

FrancescoOct 10 2011 — edited Apr 19 2012
Hi,

my report is generated by this select:

SELECT APEX_ITEM.HIDDEN(1,c001)||c002 descrizione_ind,
c003 codice_ind,
c004 valore_prec,
APEX_ITEM.TEXT(2,c005,6) valore_periodo,
APEX_ITEM.TEXT(3,c006,6) target
FROM APEX_collections
WHERE collection_name = 'mia_collection'


I need the item "target" be a read only item, not a text item.

How should I do?
This post has been answered by fac586 on Oct 10 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2012
Added on Oct 10 2011
5 comments
4,521 views