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!

Conditional Label display, No label if value is null or zero

smalikApr 3 2016 — edited Apr 7 2016

i got a report which has few columns and on each row i got a link(Label) which takes a user to next page if clicked on, and some cells don't have any value returned from db, so my issue is that i don't want a link on such cells where there is no value.

for example in table below, in info2 column i got no value for Patient 3 so i don't want a link in that column/cell.

Info1Info 2Info3
Patient 1Click to View
Result Returned
Patient 2Click to ViewNone
Patient 3-Issued

And also how can i achieve that all rows show a red background color and change it to green if the row has been clicked on.

Thanks.

Much appreciated.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2016
Added on Apr 3 2016
20 comments
4,253 views