Skip to Main Content

Breadcrumb

May 4th

Question and Answer

Connor McDonald

Thanks for the question, Amish.

Asked: June 14, 2017 - 1:31 pm UTC

Last updated: July 05, 2017 - 2:19 am UTC

Version: 5.0

Viewed 1000+ times

You Asked

Hi team,

I created one table

create table books
(id number,
book_name varchar2(256),
published_date date);

Insert into book(1,'HARRY POTTER','09-01-2010');
Insert into book(2,'HARRY POTTER 2','09-01-2011');

now I created a report on forms using this table.


in the report I see an edit icon as the first column(heading is blank), second is id, 3 is book name and last as published date.

I want to name the first column as edit it should not be blank.

Please help me in naming the blank edit icon column heading as Edit_item.




Addition:

Apex application Login:

https://apex.oracle.com/pls/apex/f?p=51107:2:106630777811729::NO:::

Please login in the application

Username: APEX
Password: APEX

Once you see the report first column is edit icon.
I want to rename the first column.

Hope, I have given you the more information.

Thanks
Amish

and Connor said...

a) That URL returns me "Does not exist"
b) Your scripts dont work. You *did* test them right ?

Sigh...

Is this answer out of date? If it is, please let us know via a Comment