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 report shows PK, not LOV value

749160Jan 26 2010 — edited Jan 28 2010
I am very new to APEX

I have a simple apex report and form. This is derived from a simple sales table as follows:

sale_id number PK
sale_date date
sale_item number

now sale_item is a foreign key to a products table:

product_id number PK
product_description VARCHAR2
product_cost number.

In the apex form for sale_item, I have changed this to: Display as "Select List" and under LOV selected my LOV.
In this form it works Ok. I get a LOV for the sale_item and instead of a number, it get the description OK.

However, the report just shows the sale_item as a number, where what I really want is the description in this
report.


How can I do this ?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2010
Added on Jan 26 2010
5 comments
663 views