How to add char to time diemension

Hi friends,
I am working with info cube in BI2004s, Iam trying to assign info object( ex;zyear) to time dimension , but CHAR is not getting assign to that dimension.
am I doing write?
Regards.
hari

In BW3.5 this is indeed not possible.
But in NW-BI7 is it also not included?
We have a special schedule in which the production day starts at 06:00:00 hrs and in which we process huge amounts of metering data.
Is there a strategy that we can get rid of a separate/extra Time dimension+characteristics and save physical tables accordingly for best performance??
Can we adapt CalDay??
best regards,
robert

Similar Messages

  • How to add an "age / time counter" into DW?

    Can anyone assist on how to add an age / time counter into DW?
    In other words to say "Child X is now a years, b months old"? or "Product Z was launched A years B months ago"? Or, on the other hand, "You only have Z days & Y minutes left to enter"? With it updating in real time?
    Apologies in advance if this is a silly / obvious question but I just can't seem to do it!

    This isn't something you would add to DW, you would need to add it to your webpages. You would do this with javascript. Search the web for
    'javascript countdown timer' for plenty of examples.

  • How to add/create Clock, Timer, Timecode or Countdown

    Hi all,
    I've just tried to find in these forum, with google etc. but I just can't find a way:
    What do I like to do?
    How to add a time/clock/timer/timecode, visible in the picture with
    Minutes:Seconds:Hundredth (or Frames 25/30/60)
    "xx:xx:xx"
    Samples:
    Here's a sample how I'd like to do it:
    http://www.youtube.com/watch?v=ajNXfx4FBOI
    At the moment I am trying my best with some bike racing footage like this:
    http://vholdr.com/video/afm-race-round-5-650-twins-2009-full
    Goal:
    http://www.youtube.com/watch?v=Lha_ZqWxCJA
    Can anyone help?
    Regards,
    Marc

    Hi all,
    here my results.
    You can install it.
    It shows up in Effects.
    But as soon as you've put it in - Premiere Elements 8.0 crashes.
    It even shows implemented time in the preview, but as soon as you work with it for more then 2-10 seconds it let's Premiere crash.
    Seems like we have to wait for an update from the developer.
    Regards,
    Marc

  • How to add chars to a String

    Hi,
    I want to construct a string by adding characters to it.
    How can I do this ?

    Never mind, yes it will work (except that you have to
    initialize the string first, like s = "something";)
    before using +=. Sorry.actually, you don't. s += "foo" is really shorthand for s = s + "foo".
    since the reference s is equal to null, the value null is converted to the String "null".
    therefore, String s = null;
    s += "foo";has the same effect as
    String s = "null" + "foo";so, strictly speaking, you don't have to initialize s to a non-null value, but if you don't, you're not going to get anything you'd like...
    and, StringBuffer is definitely the way to go here; otherwise, each time you concatenate a character to your String, you're creating a new Character object and a new String object.
    Larry

  • How to add video playback time to Finder?

    How do I make Finder show the actual playback time in Finder? It is shown in Quicktime, but can't find a way to show it in Finder.

    In Icon view:
    1. Right Click in Finder (same as Control Click).
    2. Choose "Show View Options" in pop-up.
    3. Make sure "Show item info" is checked.
    Works for .mov and .mp3 (but not .wmv nor .avi nor .flv, etc)

  • How to add Score and Timer in Adobe flash

    Hi guys I am making a android game. I am new in actionscript programming and i can't find to get this right.
    I need to have a score and timer in this game >>> http://www.filedropper.com/eggrun
    It should have coins for adding the score and a countdown timer for it's gaming time.
    When the countdown timer goes to zero. The game stops then the stage will remove the game scene then a new layer will pop up with the total score in it.
    Please help me guys
    I am nowhere close to getting this right.

    There are many ways to do countdown timer. Here are two examples to countdown from 60 seconds to zero. Theoretically they should work the same, but practically not always. Since heavy processing can slow down frame rate and hence method #2 will not be accurate. Really depends on your need.
    #1, using Timer class
    var delay:Number = 1000; //the delay between timer events, in milliseconds.
    var remainingTime:int = 60;
    var countDownTimer:Timer = new Timer(DELAY);
    countDownTimer.addEventListener(TimerEvent.TIMER, countDownUpdate);
    countDownTimer.start();
    function countDownUpdate(evt:TimerEvent):void{
         //1 second passed, do something
         remainingTime--;
         if(remainingTime == 0){
              //60 seconds passed, do something
              countDownTimer.stop();
              countDownTimer.removeEventListener(TimerEvent.TIMER, countDownUpdate);
    #2, using onEnterFrame event
    var frameCount:int= 0;
    var remainingTime:int = 60;
    addEventListener(Event.ENTER_FRAME, countDownEnterFrame);
    function countDownEnterFrame(e:Event):void{
         frameCount++;
         if(frameCount == Stage.frameRate){
              //1 second passed, do something
              frameCount = 0;
              remainingTime--;
              if(remainingTime == 0){
                   //60 seconds passed, do something
                   countDownTimer.stop();
                   countDownTimer.removeEventListener(TimerEvent.TIMER, countDownUpdate);
    As for your score part. It really depends on what exactly you're looking for. There are a lot of ways to do it, and for each way to do it there are even more methods to implement it. Maybe you can try to describe in more details of what you have in mind, so people can help you easier. Don't worry if one method doesn't work for you, since there are so many ways to do things in Flash with AS3. Good luck

  • How to add an old time projector effect to a title

    Hello, I want to add a date to a beginning of an old home movie film that looks like it was being projected through a projector. In other words would like to have scratches and the like show up in the date to go with the rest of the films old look. Wondering if someone could someone please point me in the right direction. I've also posted the question in the Motion Forum. thanks for the help

    Here is a link for a free FCP plug-in for an aged film look. I've used it before with great results!
    http://www.cgm-online.com/eiperle/cgmaged_film_lee.html

  • How we add parter function in customer sales area usinf xd02

    how we add parter function.in xd02.any function module or user exit is there.
    it check first whether parter exit or not if not exit then add to atb partner function tab in XD02.any bdc how we add at run time this

    u can check with lsmw

  • How to add a new char in Update rule

    Hi Gurus:
    I copied update rules from an old cube. This new cube is a copy of old cube - almost.
    One of the char is missing in the new cube when compared to old cube. There is a small update routine for that char which I need to introduce to new cube.
    My problem is, I'm not able to figure out how to add the new char in the update rule & start the mapping process..
    Thanks & Regards

    Dear Bhanu: This is what happened.
    When I copied - it defaulted this char with what present in comm structure. Basically the old cube has a routine for this char...
    And the position of this char in the update rule for chars..got realigned.
    I'm sorry - I should have check it properly.
    Thanks a LOT for your time & input...I will assign the points
    Best Regards

  • How to add a custom multimedia playback control to add a time line of what is being played?

    How to add a custom skin in multimedia playback control to add a time line of what is being played?  As it is being played...
    I need a time line so any part of the what is being played can be found by time, ie at 1 minute and 30 seconds in and continues for 45 seconds out of a 50 minute audo.

    If you're talking about a playback controller within the rich media annotation (RMA) then you need to write your own widget in Flash or Flex, and then place the video and widget files using the multimedia "Add Flash" tool in Acrobat instead of the "Add Video" tool. Aside from a bunch of proprietary code to handle events, commenting and the API (which you can live without for basic play-pause-scrub applications), video RMAs are just an embedded SWF file containing an FLVPlayback component. The skin and the video file itself are added to the RMA as resource entries. You can build your own version and have it display whatever controls you want, provided you know how to write ActionScript!
    If you're talking about a controller that's external to the RMA (e.g. a series of links or buttons elsewhere on the page) then in the past you would use FLV video files and the 'cue points' feature that's built into Acrobat - however Adobe removed the ability to create FLV files in the latest version of CC, so unless you have CS6 or earlier it's a non-starter. Instead you can manually set playback start points using the special "multimedia operations" link action in your PDF - though stopping playback at a defined point is very difficult without FLV cues. For that you're back to writing your own widget.

  • How to add new row and update existing rows at a time form the upload file

    hi
    How to add new row and update existing rows at a time form the upload file
    example:ztable(existing table)
    bcent                      smh            nsmh         valid date
    0001112465      7.4                       26.06.2007
    0001112466      7.5                       26.06.2007
    000111801                      7.6                       26.06.2007
    1982                      7.8                       26.06.2007
    Flat file structure
    bcent                       nsmh         valid date
    0001112465     7.8     26.06.2007  ( update into above table in nsmh)
    0001112466     7.9     26.06.2007  ( update into above table in nsmh) 
    000111801                     7.6      26.06.2007 ( update into above table in nsmh
    1985                      11              26.06.2007   new row it should insert in table
    thanks,
    Sivagopal R

    Hi,
    First upload the file into an internal table. If you are using a file that is on application server. Use open dataset and close dataset.
    Then :
    Loop at it.
    *insert or modify as per your requirement.
    Endloop.
    Regards,
    Srilatha.

  • How to Add Album Art to Multiple Songs Same Time?

    I have many scenarios where 60-70 songs will share the same imported album art. Is there a method to add the art to the bulk of songs all at the same time. Similar to the multiple item entry field?
    Thanks!

    Is there a method to add the art to the bulk of songs all at the same time. Similar to the multiple item entry field?
    You do it exactlky the same.
    Select all teh songs you want, right click - get info.
    Tick the box next to Artwork and drag or paste artwork into the box.
    -> iTunes: How to add artwork to songs and videos in your library

  • 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 to Add Time in Date

    hi,
    how to add time in a date for example
    date='01-jan-2005 23:00' [dd-mon-yyyy hh24:mi]
    time (to add)='02:00' [hh24:mi]
    if any one hv any idea about. pls reply

    If you can get the time element into an INTERVAL DAY TO SECOND datatype, you can simply add the interval to the date, e.g:
    yourdate + NUMTODSINTERVAL(2,'HOUR')
    What is tricky is converting a string like '02:00' into an interval or a number. You could generate a numeric offset with something like:
    TO_DATE('02:00','HH24:MI') - TO_DATE('00:00','HH24:MI')
    which can then be added to the date
    SELECT TO_DATE('01-jan-2005 23:00', 'dd-mon-yyyy hh24:mi') +
           (TO_DATE('02:00','HH24:MI') - TO_DATE('00:00','HH24:MI'))
    FROM   dual;

  • How to add time informatio​n to the first column of spreadshee​t file?

    hi all.
    how to add time information to the first column of spreadsheet file?illustrated in the figure below。
    Solved!
    Go to Solution.

    You need to take the time data and convert it to double.  But Excel data is based on days since 1/1/1900 while LabVIEW data is based on seconds since 1/1/1904.
    Take a look at this thread for an example I posted on how to make the conversion.
    One other possibility is to convert your numeric data to a string, and build on an array of time that is also a string version of the timestamp.  Then write your 2-D string array to the Write to Spreadsheet file.

Maybe you are looking for

  • Ipad 2 microphone not working

    I have just find out that the microphone of my Ipad 2 wifi+3G is not working. Can anyone please help me out? Thank you.

  • Older iMac in need of help

    I have a 5 year old intel iMac using 10.7.4. I feel like it is on its last legs because I get many pinwheels with any click of mouse, and gray screens (when I reboot). I'd like to wait until Sept. for the new models. Any ideas for help in the meantim

  • Convert sql/server to oracle

    I have a problem with left joint sql/server GTxtSQL = " select E.*, CodFamille, LibFamille, CodSFamille, LibSFamille, " _ & " CodLocal, LibLocal, CodService, LibService, F.CodFourn, F1.CodFourn as CodFournSAV " _ & " from tp_Index_1 IX, t_Equip E, t_

  • Matrix display of Radio button in JSF

    Hi, I need to show a matrix using JSF in the following way . . A B C X 1 2 3 Y 4 5 6 Z 7 8 9 I'm having a table in database named "matrix" which is having 3 fields. field1 is a number,field2 and field 3 are foreign keys which references to table "A1"

  • Self-made link for "Customize page" ?

    How do I add a link in a Navigaion Bar that does the same as the built-in "Customize page" link in the built-in header ? Is there any procedure for that purpose? (the link seams to not use a procedure)