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!

Rounding value to nearest multiple

K.A.SSep 26 2019 — edited Sep 30 2019

I have a value that always needs to be rounded to a nearest multiple, usually 4 or 6 (based on another value). We usually deal with values in the hundreds, but this number must always be rounded to a multiple. As data entry is manual, this often gets messed up.

Is there a way to automatically round the number up, on submit? Or even better, is it possible to have a dropdown appear under a number field that will show the rounded up number as a user types, so that they can click it?

Think, someone ordering a bunch of individual items, that come in bundles of 4, or 6.

Comments

fac586

What are the Card settings?
What is "Back"? Where and how is it implemented?
We can't debug screenshots. The best way to get help with visual and layout problems is to share a demonstration on apex.oracle.com.

Geert01

What is the best practice to do this? I have an Apex.Oracle.com workspace that contains many applications.
Can I restrict a user account to only one application?
Do I share credentials here?

fac586
Answer

What is the best practice to do this? I have an Apex.Oracle.com workspace that contains many applications.
Can I restrict a user account to only one application?
No. You would have to create a new workspace containing only that app.
Do I share credentials here?
You can if you want help from the whole community. Otherwise send me a personal message..

Marked as Answer by Geert01 · Nov 26 2021
Geert01

I just found the problem. I had fixed the height of the image via CSS.
Removing that, and everything works as it should!

1 - 4

Post Details

Added on Sep 26 2019
8 comments
2,225 views