Day Link from calendar option

Could anyone please let me know how to execute an query (query dynamically changes) for each day listed in the calendar.
Requirment: I have list of tasks in a table, using the same table i have plotted the calendar. {I can only link one page for a day link or column link}.
I need to see the tasks assigned from the table for each day ??
ie; If i select date 10 (in Oct month calendar) it should list all the task listed for the same day fetched from the table.
Regards,
Manoj

Pavan,
Thanks for your kind response:
c)*Set these items:* give the link page item where the value u want passing
d)*With these values:* put the values which u r passing
Can you just give me an example, how to give data in Set these items & With these values (I tried but doesn't work, i thought i'm doing something wrong)
for ex: If a particular date (13th Oct 2011) of the calendar has 3 events A, B and C. (present in a single table - backend).
Link to common page (say 1). Selecting A should get details of event A alone from the same table - backend, same for B and C.
What i tried and doesn't work:
Set these items: 1, 1, 1 (page no)
With these values: A, B, C (values)
Could you please guide me in this .....
Regards,
Manoj

Similar Messages

  • Day link in calendar

    Hi
    I try to create a booking system in APEX.
    I plan to use the calendar region. I want to display when the room are booked and when it free.
    When the room are free I want to use a link (maybe day link) to redirect to a booking form, if the room not are free at the day, there should not be a link to the booking form.
    When I look at the calendar region, I can't find any condition properties for the day link so the link only are there if there not are any booking at the day.
    Some one there have a idea?
    What about background of a day cell (in month view), is it possible to set green when there are not a booking in the table and red if there are a booking?
    /Jesper

    hi,
    try this
    Day link - want Item to contain day number from calendar
    thanks
    Kartik
    Edited by: Kartik Patel on Jun 22, 2010 2:05 PM

  • Error while link from calendar to report

    Dear,
    Now I try to link from calendar to report. In the SQL Query
    step of the calendar build wizard I've input as follows:
    select
    c.cal_date the_date,
    c.cal_title the_name,
    'PROJECT.CAL_RPT.show_parms?
    p_arg_names=_tab_calendar_cal_id_cond&p_arg_values=%
    3D&p_arg_names=tab_calendar.cal_id&p_arg_values=' || C.CAL_ID
    || ' ' the_name_link,
    null the_date_link,
    null the_target
    from project.tab_calendar c
    order by 1
    But when I click link in calendar, the browser was shown
    that "The page cannot be found HTTP 404 - File not found
    Internet Explorer".
    Why this link is incorrect? Please help me.
    Thank You
    sirin kittichotpanich

    hai eide...
    this is javascript ok..
    i am also having the same problem
    in plsql procedure anyway...
    write this script into javascript event handler 'OnClick' ok
    function open()
    window.open('url','mywindow','width=100,height=100,scrollbars=yes,resizeable=yes');
    open();
    it should work...
    regrds
    hai

  • Day link - want Item to contain day number from calendar

    I'm a bit stymied here.
    Using the calendar, I would like to add a branch to a page based on the DAY of the calendar that the user clicks on. For example, if the calendar is on the screen, and the user clicks on day number 15, then I would like that "15" passed to the page that the user is sent to.
    Being a little more specific:
    Page 1 is a calendar page. When the user clicks on a day number in the calendar, I want it to branch to Page 2.
    Page 2 contains a text field for the calendar day. I would like to populate this field with the day number selected on Page 1.
    I can't seem to get ApEx to do this, but it seems like an obvious feature that users would want if they're using the Day Link functionality at all.
    Can anyone help??
    thanks,
    bruce

    I just tried creating a custom calendar template. There I changed the Weekday Attributed / Day Title Format to the following:
    <a href="f?p=&APP_ID.:2:&SESSION.::&DEBUG.::P2_DAY:#DD#"><div class="t10DayTitle">#DD#</div></a>
    and this worked out.
    You also need to change the
    Non-Day Title Format and
    Weekend Title Format
    the same way, in order to cover all dates.
    Denes Kubicek

  • Day link in calendar not working properly

    Hi
    i created a calendar region with
    an sql query like
    select date_column,display_column , link_column from table
    and in
    Day link :
    Target : Page on this app
    set these items : P11_DATE_ITEM
    with values #date_column#
    to redircet to page 11.
    But when i use a previews month is sep 2006 and before
    it is working.Set the P11_DATE_ITEM with the selected day value (ie 12/09/2006)
    When i select a day in current month and after that month it
    returns to P11_DATE_ITEM #date_column# text and not the selexcted day (i e 2/10/2006)
    Anyone can help me with this ?
    Regards
    Aris

    thank you.
    I managed to solve that by setting a null day record for each day and
    now i can select any day in calendar.
    Aris

  • Link from calendar event

    Is there an easy way to provide a link from an HTMLDB-built calendar event? In other words, I have a table that has date, item and description columns, to which I have built an HTMLDB calendar on. I would like to be able to link from the item listed on the calendar to a popup (or similar) with the long description about this event. Any ideas?

    Here is some great info that I got from Raj:
    "when you create a calendar region in html db, the region is defined as pl/sql that pieces together a query string and sends it to the wwv_render_calendar2.show procedure. in that query, the third column becomes the link associated with your event. to get your popup window thing to work, you could change that third column to a javascript link call to a procedure that pops up a window with the extra info you're lookin' to display. say your page had access to this javascript fuction...
    function popupURL(url)
    {w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();}
    ...and your calendar was a simple report on the SCOTT.EMP table that started off like...
    q := 'select "HIREDATE",
    "ENAME",
    null,
    null,
    null,
    null
    from "#OWNER#"."EMP"';
    ...you could change that third column to your javascript call like so...
    q := 'select "HIREDATE",
    "ENAME",
    ''javascript:popupURL(''''http://www.yahoo.com'''');'',
    null,
    null,
    null
    from "#OWNER#"."EMP"';
    ...to have the link associated with your ename values popup Yahoo windows. in your case you'd probably want your windows to have information about your events, so calling another page in your application might be the way to go. just pass it an id of some sort to retrieve the appropriate information. "
    Thank You Raj.

  • Create link from calendar

    The help text for the calendar form specifies that you can create a link using:
    portal30.wwv_user_utilities.get_url('VAF_APP.LINK_MEETINGDETAILS','SERNO',TO_CHAR(b.serno))
    When I run the complete sql the error that comes back is this:
    ORA-06502: PL/SQL: numerical error
    ORA-06512: ved "PORTAL30.WWV_UTLMOD", line 168
    ORA-06512: ved "PORTAL30.WWV_LINK_UTILITIES", line 508
    ORA-06512: ved "PORTAL30.WWV_LINK_UTILITIES", line 637
    ORA-06512: ved "PORTAL30.WWV_LINK_UTILITIES", line 577
    ORA-06512: ved "PORTAL30.WWV_USER_UTILITIES", line 2850
    ORA-06512: at line 1
    Does anyone have som solution to this problem?

    What did you mean with Run the SQL?
    Did you get the error at the design time or runtime?
    What's your complete SQL statement?

  • Calendar Day Link not Working

    Hello,
    I have a calendar and am trying to create a day link from the month view that takes me to the day view for a given day. I am using an external URL link of:
    f?p=&FLOW_ID.:145:&SESSION.::&DEBUG.::P145_CALENDAR_TYPE,P145_CALENDAR_DATE:D,#YYYY##MM##DD#
    which produces the following error:
    ORA-01840: input value not long enough for date format
    I am running Apex 4.1. Any suggestions on what might be the issue?
    Thanks,
    Jeff

    Maybe I'm too obvious here, but probably there is a mismatch between the date format being passed in URL (like '20111025') and in the page (145) that receives the date (?).

  • "Create links from URLs" preference no longer working in sticky notes

    I work with reading other people's sticky notes in Adobe Acrobat X Pro (now version 10.1.1). When they wrote URLs in the sticky notes it used to recognize them as links; now they're just plain text. My Preferences > General > "Create links from URLs" option is checked ON. I aso tried View > Tools > Document Processing > "create Links from URLs" and it added two links but only outside of the sticky notes. I am on Windows 7 Professional 64-bit. Thanks.

    AFAIK, URLs inside annotations were never converted into actual links. I'm not even sure it's technically possible to do so.
    It might have happened if the annotations were flattened and the text in them became a part of the static text of the PDF. Then the URLs in it could have been converted into "live" links, but not before.

  • Calendar Day Link to Another Page

    I have a Page which has Date as LOV with Submit With Select (This is Page 10)
    e.g. User selects a date, report is displayed based on date selected. This is done using Select list with Submit. Date is populated using LOV based on query. The default value of date is Maximum of date in on of my date column.
    The above think works great. No problem so far.
    I want to create calendar view which is another page (This is Page 20) .
    Calendar is created using Calendar wizard. In Calendar, I want to link Day to above Page. I can create day link which links back to Page 10 and also report data is displayed based on date selected in Calendar.
    Now, the problem: The problem is value of Date field on above page (Page 10) is always set to default value. Although, I have said that default value should only set when session state is NULL.
    So my question is why Date (Display value) is not set to value passed from Calendar Page. I have checked Session info and correct value of date is present.
    What should I do to correct this problem ?
    The other question is :
    How to disable calendar day link when there is no data to be displayed ? At present, as soon as I create a Day link, all the Days in Calendar are linked, what I want is, to hightlight/clickable which has only some data.
    How should I do this ?
    Thanks
    Sanjay

    Sanjay,
    Instead of using the Day Link feature, you can create a link in the SQL query for the calendar region. This will accomplish both of your goals: It will pass the value to your other page, and it will only appear for days where there is a value.
    If you look at the Orders page of the sample application, you'll see that the SQL for the calendar is :
    select '<a title="Order Detail" href="f?p=&APP_ID.:29:' || :APP_SESSION || '::::P29_ORDER_ID:' || order_id || '">' || to_char(order_total, '$999,999') || '</a>
    ' ord, order_timestamp
    from demo_orders o, demo_users u
    where o.user_id = u.user_id and (u.user_name = :APP_USER
    or :APP_USER = 'ADMIN')
    The query returns two columns: The value to display, and a date. In this case, the value to display is a link to another page. The link passes a value for the P29_ORDER_ID value.
    Documentation for the link syntax is available here: http://download-west.oracle.com/docs/cd/B14117_01/appdev.101/b10992/mvl_fund.htm#sthref446

  • Calendar Day Link

    I've created a link on calendar days that goes to another page in the application with a form. This form has a date field, and I'd like the date field to be populated with the date that was selected from the calendar page that activated the link.
    For example, you've got the month of January and a day of 18 with nothing in the day box (no other displayed items or rows) except for the little number 18 itself.
    I can create a day link so that when you click on the 18 it takes you to some other page. But how do I get it (what application variable or substitution string do I reference) so that, on this other page, I can set a text field to have a date of January 18, 2005?
    The create calendar wizard created a page item called P_CALENDAR_DATE. However, this is consistently the current date (the date the calendar uses as a base). But is there a way to reference the date that is clicked?

    I couldn't get the #MY_COLUMN# method to work for me - I must have been doing something stoopid!
    However, the #YYYY##MM##DD# method certainly did work (although I changed the date format to #DD#/#MM#/#YYYY# to match the format of the field receiving this value).
    Many thanks for this tip

  • "Add Link" missing from Calendar after publishing sharepoint page

    The "Add Link" is missing from Calendar when I publish the page. While in the edit mode, I can see the "Add Link" option. I also made sure I have the right view mode set for the calendar. I am using SharePoint 2013.

    Hi,
    I assume you are adding calendar web part to a page.
    Please click somewhere in the Calendar web part and check if Events/Calendar tab appears, and try to add new event. If you highlight one box in the calendar, could you see the +Add as below:
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Won't Open link from email it gives me the option to open but does nothing when I click that open box. This is a new problem my phone never had trouble with this before.

    When I try to open a link from an email it gives me a choice to open but when I choose open it won't! I used to be able to click right on a store or anything and it  would open connect to the store.  Very strange

    Hi
    It shows just 4 always as an option in the "open with" lsit. Also I haven't downloaded any apps for a while so why would it start now?
    Do you know how I can estabilsh how many apps are counting toward this 10 and what they are?

  • Weekdays option in alarm does not correspond to first day of the week option in calendar

    I am based in Oman where the week is Saturday to Thursday and Friday is weekly off instead of Sunday. Inspite of changing first day of the week to saturday in calendar option and choosing weekdays option in Alarm, it rings on Fridays and does not ring on Sundays. Its very upsetting. Can anyone suggest a solution for this?? Thanks in advance.

    i just did this on my Blackberry curve 8330 to make sure my answer was correct, and what i was able to do was.
    Go to your calender, select the first day you would like it to start i i will start monday for example, Recurrence set to weekly. when selecting weekly another option will appear below it ( S M T W T F S ) highlight and select a letter that marks the day  Saturday , Monday , Tuesday Ect.  and the letting will become BOLD meaning it is selected. Thus giving you the option to select any , and as many days per week you wish, and have the recurrence as often as you want

  • HT4356 can you print from calendar days or months

    i need to be able to print straight from calendar showing a month at a time in list form

    Unjay wrote:
    Surely there is a way?
    Yes, but you need a third party app, believe it or not. Something like this.
    CalPrint on the App Store on iTunes
    the only built in option would be to take a screenshot of the calendar and print it from the photos app.

Maybe you are looking for

  • Problem oraganizing a page

    I have started to create a website in Adobe Muse. I have hit a brick wall with Muse as in some of my pages I need to create a table and so I understand Muse does not support tables. I have already got a basic webpage up a running for my website (crea

  • Why no apple support

    Having read Apple's help pages extensively for an answer - their advice is to contact my email provider for support. Since Apple are my email providers - I need to contact them to get my email working again. However, there is no Apple Support offered

  • Document not opening in Leopard

    Has anyone experienced problems with opening documents? I have all the current updates installed and most of the time things work quite well in Leopard, but not as reliably as they did in Panther on my old Power Book G4. Sometimes documents will not

  • If i send in a white ipod touch for repair, will they send me a white one back?

    I need to send in my ipod touch 4g for repair on the sleep/wake button. but its white, so will they send me a white one back??

  • Yet another Q3 sound issue

    hi.. could u give me a little help? I've just finished installing Quake 3, it works just fine, but I'm having a small sound problem: when I login as non-root, it sounds bad because of some pauses.. it's not continuous... and my user is in the audio g