Skip to Main Content

Oracle Forms

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!

Monthly Report

556907Feb 27 2007 — edited Feb 28 2007
hi dear

using report6i , i would like to know if how to call the monthly report.

my problem is in my database the format of all the records insert is , DATE is "dd-mon-rr" so when i want to call the monthly report example , report for january no records display..

in report query i put like this..

select book.name,book.code,to_date(Book.book_date,'MMMM') from
book
where book.book_date=:Monhtly_Report;


can anyone advise me how to do it..

tnx in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2007
Added on Feb 27 2007
9 comments
629 views