Skip to Main Content

SQL & PL/SQL

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!

Grouping Continuous Dates

520297Dec 20 2009 — edited Oct 14 2010
My Table is -

<pre>
H_DAYS
18/01/1999
19/01/1999
20/01/1999
26/01/1999
29/01/1999
31/01/1999
01/02/1999
02/02/1999
</pre>
I need to group all the continuous dates like -

<pre>
From_Date To_Date Days
18/01/1999 20/01/1999 3
26/01/1999 26/01/1999 1
29/01/1999 29/01/1999 1
31/01/1999 02/02/1999 3
</pre>

Thanks in Advance
This post has been answered by Aketi Jyuuzou on Dec 20 2009
Jump to Answer

Comments

Jasmine Lee-Oracle

Hi Richard,
This came up for me recently. The main thing we wanted to do was grab the file name(s) so that it could be displayed on a final summary screen, or in a BI Pub form.
Cheers,
Jasmine

Richard Napier

Hey Jasmine
lovely to see you here. Yes it would be nice to have. It is possible to gain some degree of the information from an extension, if you are interested I’ll post something.
Otherwise we will wait to see if the Christmas elves have something op their sleeves. We should ask the chief elf too!
happy holiday season.

Fiona Guy-Oracle

The Christmas elves suggest you look at what is in the December 2020 monthly update to Intelligent Advisor ("Customize form controls"
What's new in Intelligent Advisor? (0 Bytes)Hope you have a safe and relaxing holiday break,
Fiona

Richard Napier

Hello Chief Elf!
A nice gift, but not quite what I am looking for. The new functionality in the documentation refers to Forms (download behavior, mime type, file name) but not to File Upload Groups. So this adds functionality for downloads so to speak, but not for uploads (the original functionality requested).
Unless I am mistaken this all applies to Forms only:
getFileName() Returns the file name of the form.
getMimeType() Returns the mime type of the form.
click() Triggers the behavior when a form link is clicked.

Scott Heidenreich

We would like to be able to interrogate the meta data for the upload button as well to verify the number of the attachments, get their names for use in forms,

Fiona Guy-Oracle

Apologies - you're right that the 20D feature was for Forms, I got a little ahead of myself (must have needed that holiday!).
We are still working on the upload piece.

Richard Napier
Answer

Hi All
Lovely to see that customUpload made it's way into 21A Monthly Update 1. Oracle Product Development again showing how responsive they are.
Look what we can do now. Thank you very much!
undefined (0 Bytes)

Marked as Answer by Fiona Guy-Oracle · Mar 23 2021
Fiona Guy-Oracle

Very nice!

1 - 8
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 11 2010
Added on Dec 20 2009
6 comments
16,280 views