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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Interactive Grid javascript initialization code conflicts with aggregate function

Jake4321Nov 27 2019 — edited Apr 2 2020

Hi all,

currently working with Application Express 19.1.0.00.15.

I have an Interactive grid in which I use the standard Aggregate function to sum up Cout avant taxes (cost before taxes) amounts and this works fine as shown below.

In some cases I needed to highlight the Cout avant taxes amounts when the total amount was higher than the budgeted amount this also worked fine to a certain extent.

I am using the following code snippet I pulled out of the IG Cook Book combined with PL/SQL case where the color is set.

pastedImage_10.png

pastedImage_9.png

It appears though that the function is getting in conflict with the aggregate function and the total amount no longer appears.

Am I doing anything wrong?

Any comments, tips, suggestions are greatly appreciated as usual.

Thanks,

Jake

This post has been answered by Jake4321 on Aug 17 2021
Jump to Answer

Comments

Post Details

Added on Nov 27 2019
2 comments
183 views