Calendar Link from monthly to daily

I am using the APEX calendar which displays the events using the sql query from the table.
The standard feature of APEX calendar displays the monthly, weekly & daily.
Now what I need is a link on my monthly events which will take me to daily or weekly events display page of the standard APEX calendar.
What i tired few options on calendar attributes -> column link. But didnt work. Can someone help me please.
Regards,
Nikhil Karnik

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

Similar Messages

  • Hide Team Calendar Link from UWL

    Hi everyone,
    I am trying to disable the Team Calendar Link from the ESS application LeaveRequest.
    What I did is Personalization of the iView from Content Administration as it is described in [this Thread|ESS : To remove link Show Team Calendar;
    This configuration works for all users who call the application via iView.
    But when I call the application from a Workitem in the UWL the Team Calendar Link is still there.
    How can I disable the Team Calendar for users of the UWL? Do I have to edit the UWL Configuration File and add a property to the appropriate Item Type?
    Best Regards
    Olaf

    Hi everyone,
    I fixed the problem by defining an action that opens the WebDynpro iView instead of the WebDynpro:
    <Action name="launchIView" handler="IViewLauncher">
    <Properties>
    <Property name="iview" value="pcd://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.working_time/com.sap.pct.erp.ess.leaverequestapprover"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    </Actions>
    Thanks for your support.

  • About APEX Calendar views (monthly, weekly, daily)

    Hi,
    How can I display a DAILY APEX CALENDAR?
    I read in some APEX-related articles that it is possible to have 3 different views: monthly, weekly, and daily.
    example 1. http://insum-apex.blogspot.com/2008/07/apex-calendar-enhanced-behavior.html
    example 2. http://examples.apex-evangelists.com/pls/apex/f?p=286:29:0:::::
    I tried to follow the directions given in one of those examples but I found out that the tags in my local environment differ from the ones shown in the example. I don't have the MONTHLY CALENDAR, WEEKLY CALENDAR and DAILY CALENDAR tabs mentioned in the example.
    Please help.

    Hi user10284066,
    Thank you for mentioning this link http://insum-apex.blogspot.com/2008/07/apex-calendar-enhanced-behavior.html
    in this forum. Helped a lot.
    For people who want to know where to find these tabs,
    Home>Application Builder>Application XXX>Shared Components>Templates
    select calendar and you must see those(monthly, weekly, daily) tabs under
    Home>Application Builder>Application XXX>Shared Components>Templates>Edit Calendar Template
    or upgrade to a newer version

  • SSRS Expression Current month in a Fiscal calendar dimension from a SSAS cube

    How to create an expression for a default SSRS parameter to a SSAS cube when using i Fiscal Year calendar - and where I want to show current Calendar month and year (for example February 2014) 
    This is an example of my Time dimension for February 2014:
    [Time].[FiscalYMD].[Fiscal_Year].&[2013].&[10]
    The fiscal calendar goes from May - May - which means that April 2014
    would look like this:
    [Time].[FiscalYMD].[Fiscal_Year].&[2013].&[12]
    and May 2014 would look like this:
    [Time].[FiscalYMD].[Fiscal_Year].&[2014].&[01]
    Please advise

    Hi HCMJ,
    To represent the fiscal calendar, you shift the current date by 4 months back. Then you can do:
    ="[Time].[FiscalYMD].[Fiscal_Year].&[" & Year( DateAdd( "m", -4, Today() ) ) & "].&[" & Month( DateAdd( "m", -4, Today() ) ) & "]"
    It just gets the year and month of '4 months ago'. I have not tested it, but I guess it should work.
    Regards
    Andrew Borg Cardona

  • How to transfer a calendar items from one month to another

    How can one transfer a calendar item from one month to another month by drag and drop.

    Click it and hold, then drag. If you want to duplicate it, hold down the option/alt key while dragging.

  • 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.

  • IOS 7 Calendar on iPad I cannot go from month view to day view. When I tap on the day of the month nothing happens.

    I use to be able to look at my month in the month view and when I wanted to make an appointment for a specific day I just tapped that day and it would open up the day and I could add my appointment to the time slot I wanted. Now when I am in month view and I tap on the day I want to make an appointment it does nothing. If I hold my finger on the day it creates an All Day event which is not what I want to do and even if I add a start time to the event, I don't know what times I have available on that day because the Day view hasn't opened. This is extremely frustrating. On my iphone it works properly...I can go from month view to day view by tapping on the day I want to view. Why can't I do this on my iPad?? If I could go back to ios 6 I would, calendar is not impressive at all!!
    Please help with any suggestions or PLEASE APPLE.....FIX THIS!!!

    I just tested, and this unfortunately still seems to be a bug in the latest iOS 7.1 release of the Calendar on the iPad, which is too bad since the release notes suggest that this iOS update included both bug fixes and enhancements to the Calendar.
    To my knowledge the bug has never been an issue on the iPhone version of the Calendar which behaves exactly as you would expect it should.
    It seems inconcievable given the obvious broken-ness of the current behavior coupled with what I would expect is a massive number of people who use the Calendar on the iPad, but is it possible that this bug isn't on Apple's radar?
    I'm happy to submit a bug report; does anyone know offhand the process for how the public can report bugs?
    This has been persistent in the product for nearly six months; it's well overdue that this bug be squashed.

  • 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

  • HT2966 Why does ical delete information on calendar after eight months?  Why isn't data retained on calendar? (Apart from actually saving or backing up ical?)

    Why does ical automatically delete information on calendar after eight months or so?  Why doesn't data which has been inserted on calendar remain on the relevant dated calendar?  (Apart from actually saving or backing up calendar). 

    How are your settings in iCal preferences set?
    iCal-->Preferences-->Advanced-->Delete events __ days after they have passed.

  • 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.

  • Linking from Portal Calendar to Event Discription Page

    I have tried to use the SQL Query in a Wizard Generated Calendar and creating a link to a dynamic-generated report page with discription of the event. But I am getting errors in my code. What is the statements for achieving a link from the calendar cell to a discription page? I saw several posts on the subject but their examples are giving me errors?
    INFO.AN_DATE the_date,
    INFO.AN_NAME the_name,
    PORTAL30.wwv_user_utilities.get_url('STUCAL_APP.LINK_DOCAL', 'INFO.AN_NAME ', ) the_name_link,
    null the_date_link,
    null the_target
    from STCAL.INFO
    order by INFO.AN_DATE

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Chetan Kashyap ([email protected]):
    Martin,
    Please post the error message with portal version and some more details.<HR></BLOCKQUOTE>
    CHETAN--
    Unable to describe SQL statement. Please correct it (WWV-13010)
    Invalid SQL statement: INFO.AN_DATE the_date, INFO.AN_NAME the_name, PORTAL30.wwv_user_utilities.get_url('STUCAL_APP.LINK_DOCAL', 'INFO.AN_NAME ', ) the_name_link, null the_date_link, null the_target from STCAL.INFO order by INFO.AN_DATE (WWV-13005)
    ORA-01001: invalid cursor (WWV-11230)
    ORA-00900: invalid SQL statement (WWV-11230)
    Failed to parse as STUCAL - INFO.AN_DATE the_date, INFO.AN_NAME the_name, PORTAL30.wwv_user_utilities.get_url('STUCAL_APP.LINK_DOCAL', 'INFO.AN_NAME ', ) the_name_link, null the_date_link, null the_target from STCAL.INFO order by INFO.AN_DATE (WWV-08300)
    Martin
    null

  • Calendar from month view to day view

    Hi,
    why isn't it possible (like on my iPhone) if I'm in the month view to tip on a specific day and see this day in the day view?
    I adressed this already at the Apple Feedback page but it seems to be thaat even in iOS 7.1 it has not made into the finals - or am I doing it just wrong?
    Cheers
    Joerg

    I share your frustration Joerg - when I switch from MONTH view to DAY view, I seem to end up on a random day rather than the day I'm trying to choose.
    My 'workaround' is to double-click on the chosen day to create a New Event, then click across to Day view, then hit erase o get rid of the unwanted new event.  Surely there must be a better way?
    Cheers
    David

  • Calendar crashes in month view mode

    iPad 2 - iOS 5. Using Calendar app, viewing in month mode. Paging from month to month. When I page from february 2013 to march 2013, the app crashes. Consistently. Is it just me?

    Temporary workaround identified at least, at your link above.
    Workaround:
    Please edit all-day events on 1 April 2013. Either remove the event or change the all-day event into an appointment event, starting for example 12.00.
    It worked for me.

  • OWA Calendar not showing month view in non-IE browsers

    I've got a user who can't see the Month view on his OWA calendar. He's the only user complaining - Month view loads fine on my Exchange account across all browsers and operating systems.
    I can see the Month view on his account when I log in with IE, but not with any other browser, Windows and Mac.
    Any ideas? I'm at a total loss here, I've been in and deleted recurring appointments, but nothing else looks out of the ordinary. Everything else works, it just won't load the month view in non-IE browsers and he's the only one affected.
    Any clues appreciated, thank you!

    Hi, 
    The Microsoft OWA web interface has two versions: OWA Premium and OWA Light. OWA Premium which can achieve calendar month view is only accessible when using Microsoft’s Internet Explorer browser. 
    If you’re using any other browser, we can use OWA Light. In light version, the OWA feature is not rich like OWA Premium. As for Calendar view, there is only daily view in OWA light.
    About Calendar view in third-party browser, please contact the third-party browser support for more helps.
    About Microsoft Outlook Web Access Light 2007, please refer to:
    http://blogs.technet.com/b/exchange/archive/2006/09/13/3394870.aspx
    Thanks,
    Winnie

  • Cannot select a Date in the 2nd week of any month from "Month View"

    Looking for some help with a strange problem that has started within the last day or 2. In Calendar, under the Month view, it will not allow me to select a date in the current week (or the second Week dates in ANY Month for that matter i.e. 6-8-08 thru 6-14-08, 8-3-08 thru 8-9-08, 4-6-08 thru 4-12-08). It skips from the 1st week of June (6-1-08 thru 6-7-08), to the 3rd and 4th weeks of June (6-15-08 thru the end of the month). It is like it is not recognizing where my finger is pointing. I can access the current week through the list view and day view, and it will allow me to post an event by choosing the current week in the add option, but will not let me pick that date to view it once it has been scheduled. The dot shows up, and it shows on list view, but cannot get to the date by selecting it in month view. That section of my phone screen will let me access other applications and recognize where I am touching, so I don't believe it is a sensor issue. I have tried rebooting, but it has not helped. Any ideas out there? Please let me know. Thank You! for any guidance.

    Clearwater Randy,
    If the screen is only not responding in that particular application, you may want to first do a reset. To reset, press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears.
    If that does not resolve your issue, try restoring in iTunes. To restore, connect your iPhone into iTunes and click Restore on the Summary page. Note: All of your information will be erased from the iPhone, so make sure to have a backup of important information on your computer before restoring.
    Hope this helps,
    Jennifer B.

Maybe you are looking for

  • Problem with image opened in Photoshop

    Hi all, I am having a strange problem with an image opened from Aperture in Photoshop. Though the image looks fine, something is amiss. Most notably when I try to use the shadow/highlight command in Photoshop, the image actually darkens (highlights a

  • SFTP Adapter Stops picking files intermittently

    We are having issues with sftp. In the BPEL process we are polling for files from a sftp location. When we deploy this process, it picks the files perfectly but after some time(couple of hours to few days) it stops polling. We have seen in the logs t

  • External requirements from ERP to SRM with ExtendedClassic scenario for PPS

    Hi all, We are having SRM 7.01 system with ERP ehp4, and we have to do PPS ( Public sector Procurement) as part of our implementation,for that we need to activate Extended classic Scenario. My question is whether we can have external requirements ( M

  • Update jscrollpane / viewable area when click on JButton

    Hi all, I have a JTable inside a JScrollPane. I use some JButtons to do some row selections on the JTable. I would like the viewable area / scroll pane to increment when the row selections are changed using the JButtons. By doing this I wish to see,

  • Importing excel to works spreadsheet??????

    i can t import a simple excel 2000 doc. that a was sent to me into my works spreadsheet. the xls. doc is in my desk top and i open the works s.s. and try opening a file. change to all doc types and the xls. doc. highlights and i select. once selected