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.

APEX 5 IR Group By MIN(DATE) or MAX(DATE)

Erik C.Jul 6 2016 — edited Jul 8 2016

Hello,

I am using APEX 5 and I have a page with an Interactive Report. When using the "Actions" -> "Format" -> "Group by" option, is there a way to specify the use of MIN/MAX on a DATE column in the functions section of the Group By pop-up?

What I am attempting to do is to perform a query like the one below but via the Actions button:

select max(business_date)

    , min(business\_date)

    , account\_id

    , sum(amount)

from my_table

group by account_id;

When you attempt to use the "Actions->Format->Group By" the only columns that appear in the Column list are of type number. There are no date columns in the drop down.

Apex_IR_Group_By_MIN_Date_Question.jpg

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2016
Added on Jul 6 2016
1 comment
974 views