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!

Text field with autocomplete - shared components

Scott WesleyMar 4 2019 — edited Mar 4 2019

Text fields with autocomplete only expects one column to be returned from the query, making the following an impossible selection.

pastedImage_1.png

because APEX does not allow definition of single column queries in Shared Components -> LOVs (as of 18.2)

pastedImage_0.png

This means we must use 'SQL Query' for the SQL definition.

Is there something in the pipeline to address this?

Comments

Post Details

Added on Mar 4 2019
1 comment
228 views