ACCUM function ignores the time consolidation option

Hi,
We need to create YTD KPIs based on the Monthly KPIs.
We are trying to use te ACCUM function to create the KPIs:
calc KPI_ACC = ACCUM(KPI,yearly)
but when the time consolidation method of the KPI is not SUM (e.g. LAST), the ACCUM function doesn't take this into account.
Any ideas?
Regards

Again I'm doing this from memory. Control variables can be used in all these places.
I tend to use the ASK command to present a menu and set the dates. A single selection from ASK can set many variables.
Then I have a shell proc with command like
set period Jan - &myvar
calc var2 = average(var1) for &myvar
in some cases this proc can be run as it stands. In other cases the control var won't resolve. In this case I then have a command that does something like
copy pro myshellproc myexecuteproc resolve
compile myexecuteproc
exe myexecueproc
You'll need to play with the technique but once you understand it you can do all sorts of magic.

Similar Messages

  • LIKE Operator to ignore the time part of DATE type?

    Hi,
    is it allowed to use the LIKE operator on DATE Type to ignore the time-part in the DATE?
    Nothing found in the manual, but seems to me that it works.
    1. SELECT * FROM test_date WHERE tst_date LIKE to_date('01.01.2003 13:33:33','DD.MM.YYYY HH24:MI:SS') ;
    2. SELECT * FROM test_date WHERE tst_date LIKE to_date('01.01.2003','DD.MM.YYYY') ;
    3. SELECT * FROM test_date WHERE tst_date LIKE trunc(to_date('01.01.2003 00:00:00','DD.MM.YYYY HH24:MI:SS'));
    4. SELECT * FROM test_date WHERE to_date('01.01.2003 13:33:33','DD.MM.YYYY HH24:MI:SS') LIKE tst_date;
    5. SELECT * FROM test_date WHERE tst_date BETWEEN to_date('01.01.2003 00:00:00','DD.MM.YYYY HH24:MI:SS') AND to_date('01.01.2003 23:23:59','DD.MM.YYYY HH24:MI:SS');
    6. SELECT * FROM test_date WHERE tst_date >= TO_DATE('01.01.2003 00:00:00','DD.MM.YYYY HH24:MI:SS') AND tst_date < TO_DATE('01.01.2003')+1;
    7. SELECT * FROM test_date WHERE TRUNC(tst_date) = TRUNC(TO_DATE('01.01.2003 00:00:00','DD.MM.YYYY HH24:MI:SS'));
    Result for 1-7 is the same.
    What is the preferred Solution?
    Solution 5 is bad, because index on TST_DATE column could not be used.
    Solution 1 - 3 is the same using the LIKE operator.
    Any comments?
    Thanks, Markus
    GEMS IT

    Oh, sorry, LIKE-Operator solutions do also not use an Index :-(. Only 5. and 6.
    Sample-Script:
    CREATE TABLE TEST_DATE
    TST_DATE DATE
    CREATE INDEX MEDVIEW.TEST_DATE_IDX
    ON MEDVIEW.TEST_DATE(TST_DATE);
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/01/2003 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'));
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/01/2003 12:45:13 PM', 'MM/DD/YYYY HH:MI:SS AM'));
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/01/2003 08:11:55 AM', 'MM/DD/YYYY HH:MI:SS AM'));
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/01/2003 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'));
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/01/2003 09:33:16 AM', 'MM/DD/YYYY HH:MI:SS AM'));
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/02/2003 07:45:00 AM', 'MM/DD/YYYY HH:MI:SS AM'));
    INSERT INTO TEST_DATE ( TST_DATE ) VALUES (
    TO_Date( '01/02/2003 07:33:00 PM', 'MM/DD/YYYY HH:MI:SS AM'));
    COMMIT;

  • Sometimes in a busy area, like a large shopping mall, my WIFI dropdown menu has a dozen or more selections, and my own hotspot (MIFI) does not show up. How do I get the Mac to ignore the dozen other options and find just my MIFI connection?

    Sometimes in a busy area, like a large shopping mall, my WIFI dropdown menu has a dozen or more selections, and my own hotspot (MIFI) does not show up. How do I get the Mac to ignore the dozen other options and find just my MIFI connection?

    System Preferences>Network- Unlock padlock.  Highlight Airport.  Network Name-select your name.  Click on the Advanced button.  Airport/Preferred Networks-delete all that is not your network.
    Place a check mark next to "Remember networks this computer has joined."  Click the OK button and lock the padlock.  Restart your computer.

  • GetDate of resultset Ignoring the Time (hors min secs) component in DB2

    Hello I have a DB2 in which has the date in the format 2007-01-24 09:25:21.680000.
    I am trying to retrevie it using the
    java.sql.Date start =rs.getDate("Give_time");
    System.out.println("This is the Start Time Stamp" + startBuild.getTime());
    Gives me the Timestamp of the "2007-01-24" completely ignoring the time "09:25:21" which is more important to me in this case.
    How do I retreve the time in the date ?

    If you mean getTimeWell actually no he meant getTimestamp but that doesn't seem to be your real issue.
    There are three kinds of date/time objects in JDBC/SQL. One is a Date (that holds only the Date information), one is a Time (that holds only Time information) and last is a Timestamp (that holds both).
    So if you want to get the time you need use getTimestamp or getDate methods. However as mentioned you also need to
    - have a field that is actually storing this information
    - actually be storing this field
    So one of those two looks like in your case it isn't correct.

  • HT201250 I backed up my iMac with a "WD My Passport" using the Time Machine option and tried to restore my iMac but it only saved my applications none of my documents, photos nothing else! What happened?

    I backed up my iMac with a "WD My Passport" using the Time Machine option and tried to restore my iMac but it only saved my applications none of my documents, photos nothing else! What happened?

    There should be two sparse bundles on the TC, one for each Mac.  If you click the TC in a Finder sidebar, you should see something like this (in Column View):
    If you see the sparse bundle for the iMac there, but not on the window where you do a full system restore (after starting from your Recovery HD or OSX Install disc), they may be corrupted (especially if your iMac was failing at the time of the last backup).
    Try repairing those backups, per #A5 in Time Machine - Troubleshooting.
    Then try the full restore again, per Time Machine - Frequently Asked Question #14.  Note that if you suspect problems on the most recent backup, you might want to select an earlier one.

  • The time capsule option in the wifi settings is not appearing in my iPhone

    I recently setup the time calsule at my office and the wifi connection is ok, and when i tried to setup the time capsule on my iphone and ipad there is no option of time capsule on the wifi settings but the option is shown on the apple website http://www.apple.com/timecapsule/wireless.html. Please help......

    What operating systems are you running on your Mac and iPhone? (Please always post this when you have a question.)

  • Make some functionality at the time of deploying application(jsp/servlet)

    Hi Experts,
    I want to know that, Suppose when ever I am deploying my application or initlizing jsp/servlet page. That time I want to do some operation take example : "At the time of deploying application I want to delete .temp files".
    So what ane where I want to write some functionality.
    If I have to write in xml then in wich tag..?
    And if in servlet/jsp page then where..?
    Thanks in Advance

    You don't program such things. You could use a tool like ANT to do the deployment for you and at the same time you can configure a cleanup task.

  • Problen in assigning partner function at the time of creation of lead .

    Hi ALL ,
              I have requirement , where as soon as bp will be created a lead has to be generated mentioning the BP as sales prospect (partner function) . I have to assign  employee reponsible partner  function too in lead , at the same time .
    I have used BAPI :BAPI  BAPI_LEAD_CREATEMULTI  to create the lead .
    But its not accepting the partner function as well as organisation details , giving error like Ref field for  Partner ,Orgman are not allowed.
    Can any one tell me where and how can I assign the Partner function in case of my reuirement .
    Thanks & Regards
    Debasri sarkar

    Hi Debasri,
    I am able to develop a code to add a partner
    Check this:
    *- Data
      DATA: lt_partner            TYPE crmt_partner_comt.
      DATA: ls_partner            TYPE crmt_partner_com.
      DATA: lt_input_fields       TYPE CRMT_INPUT_FIELD_TAB.
      DATA: ls_input_fields       LIKE LINE OF lt_input_fields.
      DATA: ls_input_fields_names TYPE LINE OF CRMT_INPUT_FIELD_NAMES_TAB.
      DATA: LV_Guid type CRMT_OBJECT_GUID.
      DATA: LV_AddPartner type NOTES-UDATE.
      DATA : lt_orderadm_h TYPE CRMT_ORDERADM_H_COMT,
             ls_orderadm_h like line of lt_orderadm_h,
             gt_obj_guids TYPE  crmt_object_guid_tab.
       LV_Guid = '96CB40512AA2BD4C95EEE26BFD8E6187'.
       LV_AddPartner = '00000012'.
    *- Partner info
      ls_partner-ref_kind = 'A'.
      ls_partner-kind_of_entry = 'C'.
      ls_partner-no_type = 'BP'.
      ls_partner-display_type = 'BP'.
      ls_partner-ref_guid = LV_Guid.
      ls_partner-ref_partner_fct = LV_AddPartner.
      ls_partner-partner_fct = LV_AddPartner.
      ls_partner-PARTNER_NO = '0000409993'.
      INSERT ls_partner INTO TABLE lt_partner.
    *- Input Fields info
    *  ls_input_fields-ref_handle = '1'.
      ls_input_fields-ref_guid = LV_Guid.
      ls_input_fields-ref_kind = 'A'.
      ls_input_fields-objectname = 'PARTNER'.
      CONCATENATE ls_partner-ref_partner_handle LV_AddPartner
                  INTO ls_input_fields-logical_key.
      ls_input_fields_names-fieldname = 'PARTNER_FCT'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'NO_TYPE'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'DISPLAY_TYPE'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'PARTNER_NO'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'KIND_OF_ENTRY'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      INSERT ls_input_fields INTO TABLE lt_input_fields.
    *- Make the changes in memory
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          IT_PARTNER        = lt_partner
        CHANGING
          ct_orderadm_h     = lt_orderadm_h
          CT_INPUT_FIELDS   = lt_input_fields
        EXCEPTIONS
          ERROR_OCCURRED    = 1
          DOCUMENT_LOCKED   = 2
          NO_CHANGE_ALLOWED = 3
          NO_AUTHORITY      = 4
          OTHERS            = 5.
      IF SY-SUBRC <> 0.
          Write 'Error!'.
      ENDIF.
    * Get guids
      LOOP AT lt_orderadm_h INTO ls_orderadm_h.
        INSERT ls_orderadm_h-GUID INTO TABLE gt_obj_guids.
      ENDLOOP.
      CALL FUNCTION 'CRM_ORDER_SAVE'
        EXPORTING
          it_objects_to_save = gt_obj_guids
        EXCEPTIONS
          document_not_saved = 1.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Hope this solves the issue.
    Regards,
    Saumya

  • Enter the value of IN parameter of a function at the time of execution

    Hi,
    I have written a query and created a .sql file. So whenever I use to perform one action, I'll just run the .sql file from my unix box. But in one of the functions of my query, the IN parameter has to be supplied every time coz it changes from time to time. So please let me know the way how can I ask the user to enter the IN parameter for that only one variable whenever he executes the .sql file.
    Regards,
    Niraj

    Hi, Niraj,
    There is no way to get input from a user in PL/SQL or in SQL; you have to use front-end tools for that.
    If your front-end is SQL*Plus, then you can use substitution variables in the function call. For example:
    SELECT  *
    FROM    table_x
    WHERE   my_function (x, &y, z)  = 0;will stop and ask the user to "enter value for y" before compiling the query.
    You can also use the SQL*Plus ACCEPT command to define a substitution variable like &y.
    I hope this answers you question.
    If not, post a complete script (including any tables or functions , other than ones that Oracle supplies) that you need, and a sample of the output you want. E.g "If the user enters 1, then the output should be ... but if the user enters 5, then it should be ...".

  • How plotting on a digital waveform graph the bit transition in function of the time

    Hi everyone,
    I am using LabView 6.1 on a Windows XP computer. I am to plot output bits sequences on a digital waveform graph just before sending the information to a board.
    So far I can see the transitions for my 16-bit port (16 plots) but the width of a pulse is always identical, no matter what times I enter. I wired my 1-D array timestamps to the property node Xscale.MarkerVals[] of my digital waveform graph... but it doesn't seem to affect my plotting...
    Thanks in advance for any help concerning this problem.
    Jonathan Sabah

    Well here is piece of my VI with the necessary sub VI.
    I also want to hide/unhide plots... I have found how to hide.. but cannot figure out how to unhide.
    Any help please ?
    Thanks again
    Jonathan
    Attachments:
    Exemple.vi ‏58 KB
    Setup_DIO64_for_Output_1.0.vi ‏111 KB

  • Pipelined function ignores DML changes on subqueries

    Hello all,
    I have a really specific issue when using a pipelined function used in a complex subquery where the function ignores the changes made on the current transaction. The problem is the hidden hint materialize sometimes used by the Oracle optimizer. I say sometimes because it depends mostly on the execution plan and the complexity of the query.
    I can repeat the problem with a dummy scenario.
    Let's say we have a dummy table with a simple record :
    CREATE TABLE DUMMY ("NAME" VARCHAR2(50 BYTE));
    INSERT INTO DUMMY VALUES('Original name');
    We then create a package which will contain our pipelined function and its record object and collection:
    CREATE OR REPLACE PACKAGE PKG_DUMMY AS
    TYPE DUMMY_RECORD IS RECORD (NAME VARCHAR2(50 BYTE));
    TYPE DUMMY_RECORDS IS TABLE OF DUMMY_RECORD;
    FUNCTION FUNC_GET_DUMMY_NAME RETURN DUMMY_RECORDS PIPELINED;
    END PKG_DUMMY;
    CREATE OR REPLACE
    PACKAGE BODY PKG_DUMMY AS
    FUNCTION FUNC_GET_DUMMY_NAME RETURN DUMMY_RECORDS PIPELINED AS
    BEGIN
    FOR CUR IN ( SELECT * FROM DUMMY )
    LOOP
    PIPE ROW (CUR);
    END LOOP;
    END FUNC_GET_DUMMY_NAME;
    END PKG_DUMMY;
    With this SQL query, we can return the value of the table by the pipelined function :
    WITH DUMMY_NAME AS
    SELECT "NAME"
    FROM TABLE(PKG_DUMMY.FUNC_GET_DUMMY_NAME())
    SELECT "NAME"
    FROM DUMMY_NAME
    Result
    Original name
    If we modify the DUMMY table with a new name without a commit, and re-execute the query, we got the same result :
    UPDATE DUMMY SET "NAME" = 'New name';
    Result
    New name
    But if we add the materialize hint in the subquery (without doing a commit or rollback), we have the original value hence my issue :
    WITH DUMMY_NAME AS
    SELECT /*+ materialize */ "NAME"
    FROM TABLE(PKG_DUMMY.FUNC_GET_DUMMY_NAME())
    SELECT "NAME"
    FROM DUMMY_NAME
    Result
    Original name
    I know I can force my subquery to use an inline hint instead of the "materialize" hint chose by the optimizer but then the query lose a lot of performance. Is there a way to force Oracle to use current DML changes with the materialize hint on a pipelined funtion in a subquery?
    This thread is also for this issue : http://stackoverflow.com/questions/1597467/is-using-a-select-inside-a-pipelined-pl-sql-table-function-allowed

    Hi Eliante, Hi Dominic,
    Very Interesting. Here what I can reproduce in Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    sql > truncate table dummy;
    Table truncated.
    sql >INSERT INTO DUMMY VALUES('Original name');
    1 row created.Please pay attention that I didn't commit
    sql > with dummy_name as
      2  (
      3  select  "NAME"
      4  from table(pkg_dummy.func_get_dummy_name())
      5  )
      6  select "NAME"
      7  from dummy_name;
    NAME
    Original name
    sql> start c:\dispcursor
    PLAN_TABLE_OUTPUT
    SQL_ID  838mtur4m74j2, child number 0
    with dummy_name as ( select  "NAME" from table(pkg_dummy.func_get_dummy_name()) ) select "NAME"
    from dummy_name
    Plan hash value: 117055
    | Id  | Operation                         | Name                | Starts | A-Rows |   A-Time   | Buffers |
    |   1 |  COLLECTION ITERATOR PICKLER FETCH| FUNC_GET_DUMMY_NAME |      1 |      1 |00:00:00.01 |      15 |
    Note
       - rule based optimizer used (consider using cbo)
    17 rows selected.
    sql > with dummy_name as
      2  (
      3  select /*+ materialize */ "NAME"
      4  from table(pkg_dummy.func_get_dummy_name())
      5  )
      6  select "NAME"
      7  from dummy_name;
    no rows selected
    sql >start c:\dispcursor
    PLAN_TABLE_OUTPUT
    SQL_ID  9frx3wjk992rd, child number 0
    with dummy_name as ( select /*+ materialize */ "NAME" from table(pkg_dummy.func_get_dummy_name()) ) select "NAME" from dummy_name
    Plan hash value: 1359790764
    | Id  | Operation                           | Name                        | Starts | E-Rows | A-Rows |   A-Time   | Buffers |  OMem |  1Mem | Used-Mem |
    |   1 |  TEMP TABLE TRANSFORMATION          |                             |      1 |        |      0 |00:00:00.01 |      20 |       |       |          |
    |   2 |   LOAD AS SELECT                    |                             |      1 |        |      0 |00:00:00.01 |      19 |  1024 |  1024 |          |
    |   3 |    COLLECTION ITERATOR PICKLER FETCH| FUNC_GET_DUMMY_NAME         |      1 |        |      0 |00:00:00.01 |      17 |       |       |          |
    |   4 |   VIEW                              |                             |      1 |   8168 |      0 |00:00:00.01 |       0 |       |       |          |
    |   5 |    TABLE ACCESS FULL                | SYS_TEMP_0FD9D780C_BD7649E3 |      1 |   8168 |      0 |00:00:00.01 |       0 |       |       |          |
    16 rows selected.I can point out that the TABLE ACCESS FULL of the global temporary SYS_TEMP_0FD9D780C_BD7649E3 table created by Oracle in response to the -materialize hint is returning *0 rows* in operation 5.
    Why?
    It seems for me that the reason for that comes from the fact that the creation of this SYS_TEMP_0FD9D780C_BD7649E3 table is done via direct path read/direct path write and as far as
    the insert of *'Original name'* has not been pushed yet into the disc then materializing the query will generate an empty temporary table (empty in this case).
    This is why if I had committed I will not have seen such a kind of discrepancy between those two queries
    What do you think?
    Mohamed Houri
    www.hourim.wordpress.com

  • How can I set up a guest access point with a Time Capsule and an Airport Extreme? I am using a Telus router with the Time Capsule used as a wireless access point (bridge mode). I don't want the guest access point to have access to my network.

    How can I set up a guest access point with a Time Capsule and an Airport Extreme? I am using a Telus router with the Time Capsule used as a wireless access point (bridge mode). I don't want the guest access point to have access to my network.

    The Guest Network function of the Time Capsule and AirPort Extreme cannot be enabled when the device is in Bridge Mode. Unfortunately, with another router...the Telus...upstream on your network, Bridge Mode is indicated as the correct setting for all other routers on the network.
    If you can replace the Telus gateway with a simple modem (that performs no routing functions), you should be able to configure either the Time Capsule or the AirPort Extreme....whichever is connected to the modem....to provide a Guest Network.

  • HT201250 How to backup the Time Capsule to an external drive using Time Machine?

    Most of my data is on my Time Capsule since the hard drive on my iMac is too small for my music/movies/pictures and also so multiple devices can wirelessly access the data. I want to back up the files from my iMac and the Time Capsule on an external hard drive using the Time Machine. However, it seems that the Time Machine ignores the Time Capsule as a data source. How can I get this to work?

    No, I don't believe this solves your problem.
    TIme Machine can be used with a Time Capsule as a backup solution from connected macs and their drives but not from network drives, NAS or Time Capsules.
    Thus, if you store files for LAN access on a TC internal drive, and want to back them to the USB/external drive attached to that TC, you cannot use Time Machine to do so.
    Time Machine has not way of backing up ANY Time Capsule or NAS or WInPC or other networked drive, as far as I can tell. You will have to use some other backup software.
    This is exactly what I bought the TC for myself (tried to use the internal drive on the TC as a NAS for my LAN, storing my music and photos and documents and bought a LaCie 2TB USB3 extneral drive to connect to the TC and hoped to be able to use Time Machine to backup the internal drive to the LaCie drive....but this does not work, as TM cannot backup from a network drive or TC device.

  • Help on getTimer() function = affects the main animation...

    Layers scenarios:
    Layer 1: pics animation
    Layer 2: text animation
    Layer 3: graph animation
    Layer 4: a movieclip()
    Here's goes, inside the movieclip on Layer 4 it is nested down to bubble movieclip which inside is an actionscript that animates the premade animation for the bubble just attaching those movieclips to an empty movieclip.
    The problem goes like this when I test the movie in the first maybe 5 or 10 seconds the animation seems just fine but after several seconds the animation becomes slower in the root timeline. It seems that getTimer() affects the animation, as far as I know getTimer() function returns the time the swf file begin playing in milliseconds. The code I was working on is based on the getTimer().
    What would be the work-around with this kind of scenario? I guess theres another function that works the same as getTimer that cannot affect my main animation.
    By the way, my animation on Layer 4 which is nested movieclip is a random bubbles with total of 200 instances.
    Thanks and more power to us all!

    Okay. Here is what I came up with. I'm not sure exactly what was in your timeline animated tweens. So perhaps this isn't what you wanted at all....
    All you need is the bubble artwork (set to export as "Bubble") and this code. It is full of "magic" numbers that I just fiddled with until I thought it looked pretty on my machine.
    Some important bits are the part where when the bubble gets off the top of the screen it removes itself.
    var home:MovieClip = this;
    var counter:Number=0;
    var totalBubbles:Number=200;
    clearInterval(bubbleIntervalID);
    var bubbleIntervalID=setInterval(attachBubble,150);
    function attachBubble() {
    var curBub:MovieClip = home.attachMovie("Bubble", "bubble", 1000+counter);
    curBub.blendMode = "hardlight";
    curBub._y = Stage.height + 100;
    curBub._x = (Stage.width - 50) * Math.random() + 50;
    curBub._xscale = curBub._yscale = Math.random() * 60 + 40;
    curBub._alpha = Math.random() * 80 + 20;
    curBub.vy=-(Math.random()*5+1)
    curBub.ay=-Math.random()/30
    curBub.x0=curBub._x;
    curBub.var1=Math.random()*100;
    curBub.var2=Math.random()*300;
    curBub.factor1=Math.random()/100;
    curBub.factor2=Math.random()/200;
    curBub.onEnterFrame = floatUp;
    counter++
    if(counter>totalBubbles){
      clearInterval(bubbleIntervalID);
    function floatUp() {
    this.vy += this.ay;
    this._y += this.vy;
    this._x = this.x0+this.var1*Math.sin(this._y*this.factor1)+this.var2*Math.sin(this._y*this.factor2) ;
    if(this._y<(-this._height)){
      delete this.onEnterFrame;
      this.removeMovieClip()

  • How do i save data on the time capsule

    i'm setting up a new time capsule and i would like to use it as a back and also an external hard drive to be views from my network but once i select the time machine option i can't drop and drag file into the time capsule, please help

    You can drag and drop files to the Time Capsule using the Finder.
    Open Macintosh HD or the Finder and look for the Time Capsule icon under the SHARED heading on the left side of window.
    Click on the Time Capsule icon and a folder representing the drive will appear in the window to the right.
    Double click the folder to mount the drive on the desktop.

Maybe you are looking for