Apex Calendar Day & Column Link
913572Jan 13 2013 — edited Jan 14 2013Hello 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.