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!

Traffic lights to display delivery status of Order

Amit_ApexDec 7 2016 — edited Dec 7 2016

Hi ,

I have to prepare a dashboard which needs to display the Order delivery status using "Traffic lights. and the Algorithm works like:

  1. If the Actual Delivery time stamp (Column Name : Actual_Time) of order is less than or Equals to committed SLA (Column Name: SLA ) then --> GREEN Traffic light

2)If the difference of actual Delivery time stamp (Column Name : Actual_Time) and committed SLA (Column Name: SLA ) is less than 24 hours --> AMBER Traffic light

  1. If the difference of actual Delivery time stamp (Column Name : Actual_Time) and committed SLA (Column Name: SLA ) is MORE than 24 hours --> RED Traffic light

I have derived the difference the time difference between Actuals and SLA and stored it in a separate column.

Now how to present this column as Traffic lights ? Do we have any available Plugin which could be used here? Please Suggest?

pastedImage_5.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2017
Added on Dec 7 2016
1 comment
739 views