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!

Apex Calendar Day & Column Link

913572Jan 13 2013 — edited Jan 14 2013
Hello everybody:
I'm using Oracle DB 11g R2
Apex 4.2
Windows 7

I have a problem with linking day or column using Calendar report.

I have a calendar Page with source :

select date_Col1 , Count(Col2) , Col3
from table joining table On ...

I need to link The Day or column of the calendar to another item in another page"P4_ITEM"; so that when i click on the day of the calendar the p4_item should have the day value.

I tried to link by using *#DATE_VALUE#* but no luck! I chose the item P4_Item and put the value *#DATE_VALUE#*.

Any help will be appreciated!

thanks for your time and help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2013
Added on Jan 13 2013
1 comment
404 views