How to add a time characterstic(date) to already loaded cube??

Hi All,
We have a cube loaded(by daily deltas) for more than two years now, how can we add a date to this cube, what are the possibilities??
1. do we need to delete all data,add that date ,reload??( quite tedious time consuming ,out of option for now)
2. jut add that date to new dimension, load from now on?? but we may need data from past for that characterstic.
3. if we copy that cube to another cube, add that char to old cube, then reload data from copied cube to old cube. is it possible to load all the data for that new filed for last two years??
Please let me know the successful solutions as iam doing it in production system.
Regards,
Robyn.

Hi Eric,
ya that might be possible,but that charaterstic cannot be derived from the data present in cube as it needs to be derived from R/3 by changing the extract program of that cube.
the plan is to create new cube with similar structure of old one plus this new date field,populate this new cube for say required years data, then generate query as using these two cubes in multiprovider.
do u have any alternate solution for this
Regards
Robyn.

Similar Messages

  • How do I add a time and date stamp onto my pictures?

    Can anyone tell me how to place a time and date stamp on all my pictures?

    DTRAND wrote:
    How do I go about creating a script, how do I run it, and where do I run it
    (ie: exactly the steps)... sorry I am new to this.
    You don't need to learn scripting. Just ask in the scripting forum if they can help you.
    They will point you to an existing one or might even do one for you.
    http://forums.adobe.com/community/photoshop/photoshop_scripting

  • How to add a time delay of microsecond in labview 2011

    can you please help me, how to add a time delay of microseconds in labview 2011 version . I expect a helpful replies

    A delay between what and what?
    Is this plain LabVIEW, LabVIEW RT, or LabVIEW FPGA? What kind of data acquisition hardware are you using?
    What is your OS? An accurate "software only" delay of microsseconds is not possible on windows or any other general purpose OS.
    perumpadapu wrote:
    ... I expect a helpful replies
    To get a helpful reply, you need to provide much more detail on what you are trying to do!
    LabVIEW Champion . Do more with less code and in less time .

  • How do i reset time and date on my itouch

    how do I reset time and date on my itouch?

    Go to Settings>General>International and make sure that Calendar is set to Gregorian.
    Bext
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • How to add a day to Date() ( i.e 2002Oct10 to 2002Oct11 )

    Hi anyone, How to add a day to Date().
    <%
    String R, fulldate;
    java.util.Date Rdate = new java.util.Date();
    R = Rdate.toString();
    String DD=Rdate_string.substring(8,10);
    String MM=Rdate_string.substring(4,7);
    String YY=Rdate_string.substring(24,28);
    fulldate = YY+MM+DD;
    //ie. fulldate = 2002Oct10 but I want it to be 2002Oct11
    %>
    pls. help and thanks a lot.

    Hi,
    Please replace the following line in your program,
    String DD=Rdate_string.substring(8,10));
    with
    String DD=String.valueOf(Integer.parseInt(Rdate_string.substring(8,10)) + 1);
    This will work fine. Basically what this code is doing is that, it will get the Integer from the String, increment it by 1 and then change the integer to the String again.
    Hope this helps,
    Rajat,
    OTN Team

  • How to implement real-time refresh datas in obiee?

    How to implement real-time refresh datas in obiee?

    Can you elaborate more...
    If you want to see refreshed data in OBIEE Reports, you need to implement Caching mechanism based on how you often refresh warehouse..
    [http://download.oracle.com/docs/cd/E05553_01/books/admintool/admintool_QueryCaching6.html]

  • How to get current time and date??

    How to get current time and date from my PC time and date to the java application??
    i use java.util.* package but got error, that is:
    - java.util.* and java.sql.* class are match
    - abstract class cannot be instantiated
    so what can i do, pls guide...thanks...

    There is a method in the System class that will return the current system time. You could also instantiate a Date, Time, Timestamp, or Calendar object, all of which get created with the system time by default.
    Don't import *. Import the specific classes you need.
    Next time, post the actual text of the exceptions/compile errors. If you make people guess, most just won't bother.

  • How do I transfer time capsul data to external hard drive to free up space?

    How do I transfer time capsule data to external hard drive to free up space?

    The fastest method is straight copy and paste..
    Plug a suitable hard disk into your computer.. format it Mac OS extended journaled (if not already).
    Select the folders/files you want to move.. copy and paste them to the external drive..
    Double check that the files are copied because the next step will delete the files forever.. there is no trash on the TC.
    Delete the files on the TC.
    You can also do a full archive of the TC disk to a USB plugged into it by USB.. it must be formatted Mac OS Extended Journaled. It must be big enough to hold all data on the TC disk.. best idea is to buy the same size or bigger.. so if you use 2TB TC buy a 2TB or bigger external drive.
    In airport utility select archive.
    That will copy everything on the TC disk to the USB drive.. you could then Erase the disk of the TC.. this is super fast if you choose quick erase.. just a few minutes. But the archive will take many hours.. say for 2TB about 12-24hours.. and you cannot use the disk in the TC during that time.

  • How to add fields to already loaded cube or dso and how to fill records in

    how to add fields to already loaded cube or dso and how to fill  it.can any one tell me the critical issues in data loading process..?

    This is sensitive task with regards to large volumes of data in infoproviders.
    The issue is to reload of data in case of adjusted structures of infoproviders.
    Indeed there are some tricks. See following:
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/19300
    https://service.sap.com/sap/support/notes/1287382

  • How to convert epoch time to datetime in sql*loader Oracle

    Hello,
    I wan't to question how to convert epoch time to datetime in sql*loader Oracle. I try this script for convert epoch time to datetime in sql*loader, but error:
    Record 1: Rejected - Error on table TEMP_TEST_LANGY, column DATADATA.
    ORA-01722: invalid number
    Record 2: Rejected - Error on table TEMP_TEST_LANGY, column DATADATA.
    ORA-01722: invalid number
    Record 3: Rejected - Error on table TEMP_TEST_LANGY, column DATADATA.
    ORA-01722: invalid number
    This is my loader:
    LOAD DATA INFILE 'C:\Documents and Settings\Administrator\My Documents\XL_EXTRACT_211\load.csv'
    into table TEMP_TEST_LANGY append
    FIELDS TERMINATED BY ','
    TRAILING NULLCOLS
    DATADATA CHAR "TO_DATE('01-JAN-1970','DD-MON-YYYY')+:datadata/86400"
    This is my csv file:
    79314313.7066667
    79314336.2933333
    79314214.3466667
    This is my table:
    CREATE TABLE TEMP_TEST_LANGY
    DATADATA DATE
    Thanks
    Edited by: xoops on Sep 21, 2011 8:56 AM
    Edited by: xoops on Sep 21, 2011 8:58 AM

    thanks for your answer, but I asked to use sql loader instead of the external table, which so my question is why can not the epochtime converted to datetime, if there is no way to convert a datetime epochtime using sql loader, so I'm required to use the external table. thank you.
    This is my error log:
    Column Name Position Len Term Encl Datatype
    DATADATA FIRST * , CHARACTER
    SQL string for column : "TO_DATE('1-Jan-1970 00:00:00','dd-MM-YYYY hh24:mi:ss') + (:DATADATA/60/60/24)"
    Record 1: Rejected - Error on table TEMP_TEST_LANGY, column DATADATA.
    ORA-01722: invalid number
    Record 2: Rejected - Error on table TEMP_TEST_LANGY, column DATADATA.
    ORA-01722: invalid number
    Record 3: Rejected - Error on table TEMP_TEST_LANGY, column DATADATA.
    ORA-01722: invalid number
    Edited by: xoops on Sep 21, 2011 12:33 PM

  • How can I confirm my device data has been loaded correctly onto iCloud?

    How can I confirm my device data has been loaded correctly onto iCloud?

    You can verify some of it by going to icloud.com from your computer.  If you have other devices signed into the same account, you can also try making a change to any of the synced data and see if it appears on the other devices (and vice versa).

  • How add an time to date function

    Hai all
    How to add time to date function
    My table called Daily_attend
    Fields are
    Name varchar
    Empcode num
    Intime date
    Outtime date
    Attend_date date
    So now i can calculate the working Hours of an employees by subtracting
    Outtime -Intime
    I have fixed the intime as 0815 after 0815 coming will be account to late
    So when the shift start late by 50 min now i need to add 50 min to the to start time
    so the intime of all employee should be subtract with 0905
    Thanks In Advance
    Srikkanth.M

    Are you looking for something similar?
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> create table test1(intime date, outtime date, empid integer, idein number);
    Table created.
    SQL> insert into test1 values(to_date('12-Mar-2010 08:15:00','DD-Mon-YYYY HH24:MI:SS'), to_date('12-
    Mar-2010 18:15:00','DD-Mon-YYYY HH24:MI:SS'),101,null);
    1 row created.
    SQL> create table test2(late_mins integer);
    Table created.
    SQL> insert into test2 values (40);
    1 row created.
    SQL> update test1
      2  set idein = to_number(outtime-(intime+(select (late_mins/60)/24 from test2)))*24*60
      3  where empid = 101;
    1 row updated.
    SQL> select * from test1;
    INTIME    OUTTIME        EMPID      IDEIN
    12-MAR-10 12-MAR-10        101        560
    SQL>

  • How to add a time stamp to an array

     Currently the VI that I have attached has the capacity to log data from the set of 14 arrays. I currently have a tick counter hooked up. However, I would like to add a time stamp that will display the elapsed time in seconds from the begining of the data logging. Could anyone help me out with that? Please see the attached VI and sorry for how messy it is, I have yet to go back and clean up the wiring. 
    the mess of arrays on the lower left hand of the while loop feed into the "Index Array" building block and from there they will be scaled (for most of the wires the multiplyer is just there so that I can see what channel they will be when I hook it up for logging) The wires then feed into a "Build Array" Building block and I assmed that is where I had to hook up the time stamp for me to be able to log it.
    Thanks,
    Attachments:
    PDAQ56 datalogging V11.vi ‏104 KB

    mets501 wrote:
      Also, try pressing Ctrl-U on the block diagram.  It cleans up the wires for you atomatically :-)
    Jeremy
    That tool does not exist before LabVIEW 8.6.  The original poster attached a VI from LV 8.0
    Attached is the VI where I ran Block Diagram cleanup in 8.6.1f1 and back saved to LV 8.0.  I went through and cleaned up almost all the coercion dots as well.
    The original poster should start working from this file since it is much cleaner than the one they posted.
    Attachments:
    PDAQ56DataloggingV11.vi ‏84 KB

  • How To Include Current Time and Date in Form

    Does anyone know how I can include the time and date in the
    body of a form mailer? Our system allows the receiver of each
    submitted form to copy the body of the form entries and paste them
    into either Excel or FileMaker for database building. They would
    like to have the time and date also appear somewhere in the
    submitted body so they will not have to do a seperate copy/paste of
    the time and date seen in the header... I followed the javascript I
    found in the Adobe website and included it within the form, but
    when I ran a test nothing showed! Here is the form...
    Click
    Here to see the Form
    Thanks for your help! -D

    Can you not use when the email's timestamp?
    Also, in z7's script, beware the common mistakes, if you try
    to retype it - .getDate() gives the day of the month (1-31), but
    .getDay() gets the day of the week (1-7). To make it more
    confusing, .getMonth() gets the month (0-11), so you have to add
    one to make it human-readable. The script posted is correct, but I
    went round and round with my PC when I tried to do that the first
    time!

  • How to get System Time and Date?

    Hi, may i know how do i get the System's current Time and Date?? And i need to format them into 2 separate String, that's Time is a String, Date is another String. Pls guide me. Thanks a lot!

    What's the problem? The previous example was pretty clear. Just adapt it to your purposes...
            Date currentDateAndTime = new Date();
            SimpleDateFormat dateFormat = new SimpleDateFormat("dd-MM-yyyy");
            SimpleDateFormat timeFormat = new SimpleDateFormat("HH:mm:ss");
            System.out.println(dateFormat.format(currentDateAndTime));
            System.out.println(timeFormat.format(currentDateAndTime));

Maybe you are looking for

  • How to implement Oracle user/role security with Access front end?

    Hi, We have successfully migrated our Access database tables to Oracle 10g using SQL developer. We've recreated all the users and roles(i.e., access groups) in Oracle and granted rights to tables. In the Access front end database, in the Database win

  • Mail Encrypted by openssl can be read on outlook but not on BB

    While mail encryption and decryption generally works with my certificates, i get some Mail that is encrypted on a unixmachine using openssl and displays in oulook as ordinary mailbody. On a Blackberry however the mailbody displays as attachment with

  • Cannot download latest update

    My iTunes says there is a new version and is giving me the choice to download or not.  I keep choosing to download it but it opens up the box to update my Apple software and Mobile Me.  I never can update my iTunes.  I'm sure it's available because t

  • Splitting complex SQL select query in to independent sequence of small queries.

    ===================== Problem Description ===================== Consider I have the following table structures with approx no. of records in each. Employee Table emp_id: name : dept_id: #Approx no. of rows in the table: 1 million Department Table dep

  • SAPScript form printing twice

    Hi Experts, I have a sapscript form being used in transaction LT31. When LT31 printing is executed, the form is always being printed twice. Where should I start investigating on this? Thanks in advance!