Can I change  FactTable's values?

Hi:
Can I change FactTable's values after Dimensional Modeling ?

After you define the fact you will have associated the fact foreign keys to the appropriate dimensions and defined the measures and possibly attribute sets.
At this point, you can remove/add dimension keys as well as measures and attribute sets. You can also rename the cube (fact).
Once you are done, you will have to redeploy the fact, and here you can encounter problems - if you already have data in the cube and you changed the cube structure (dimensionality) you will have to re-load the new cube from scratch.
Regards:
Igor

Similar Messages

  • Can't change string variable values in Flash CS4 Debugger

    I'm using the Flash CS4 debugger, and while I can change numeric variable values in the Variables panel, I can't change string variable values. The only characters the fields accept are the numbers 1-9 and the characters "d" and "j".
    I can  paste strings  into the value fields, but that's a bit of a pain. I've tried this on a couple of different Flash CS4 installations and get the same results.
    Does anyone know if it's possible to change string values in the Variables panel of the Flash CS4 Debugger?

    See:
    http://forum.java.sun.com/thread.jspa?threadID=591012&tstart=15

  • Can we change key field values in table maintenance

    Hi,
      I have created Z-table and table maintenance for the same...
    In table maintenance..Can we change key field values??
    Is there any posibility????
    Rayudu

    you can do it in this way.
    open sm30->tablname->edit
    snow select the row(s)->copy->change the keyfield values-back->save.
    no in that sm30, select records with old primary key and delete->save.
    so you got all field similar for those record under modification, only the key field changed.

  • How can I change a hex value to normal without changing the characters

    How can I change "3932" (hex displayed string) to "39 32" (normal displayed string with space)
    Solved!
    Go to Solution.
    Attachments:
    Hex to Normal without changing value.vi ‏5 KB

    I think your VI works and if I understand what your input data looks like and the output that you want is, does it?I really can't see a better way. Does it not work for what you want? What form is the actual data in as you receive it? (not how it is displayed by the display setting of the string control) You have the string control set the “Hex display” and that may be confusing some of us as to what the actual input data is.
    And what you want your output to look like. Do you get a “stream” of bytes that are the actual numbers in the form of a string?or Do you get a “string” of ASCII char that represent numbers?
    These are two different things, but may look alike depending on the display setting of your controls are set.
     Changing the display mode of a control or indicator does not change the under lying data. It only changes the way your eye “see” it, not how LabVIEW “sees” it.  We need to know what your raw input string looks like.
    tbob's snipit assume your data is one way and your VI assumes another.
    Omar
    Omar

  • How can I change the default value of a command ?

    I want to be able to change the default value of a comand when the vi
    is running. (I know how to do that with a right click when the vi is
    not running).
    In fact I would like the user of the vi to be able to choose a new default value for a command.
    How can I do that ?

    You can't do this on a running VI. If you have an idle VI, you can open a reference to that VI and use an invoke node with the Make Current Values Default method, but that will only work in LV (i.e. not in an EXE) and will affect all the controls. What you can do is save the values to a file and load them when the program starts. OpenG's File I/O package includes some VIs which will help you with that.
    Try to take over the world!

  • Can I change a key value?

    Is there some Processor that can be used to change a key value for a cache entry? Or do I have to do a get and a put with the new key?
    Thanks,
    Andrew

    If you haven't already looked into it, I believe the second part of your question: +"something that simply accomplishes effectively changing a key value but without the value ever being associated with two values simultaneously"+ may be closely accomplished by a TransactionMap (The transaction would wrap the get-remove-put calls):
    Apart from the additional library dependencies, I believe one important caveat though is any MapListeners will be triggered on both the Remove and the subsequent Put (as they are really different entries).
    Depending on your usecase, if you find that you are always "modifying the keys" perhaps they could be better served as properties of your object and instead of simple get()/put() you would additionally use an (indexed) Filter (w/ the performance cost on query).

  • How can I change the initial value of the field approve_or_reject?

    Hello Workflow Gurus
    We are using SRM 5.00(SRM SERVER 550) and as per the requirement, I have to make the Reject radio button as default checked on the Approver's screen.
    We are using the SAP Standard Workflow WS14500015.
    I found out the Standard task TS14508044 (SC approval per Item)which has one field in its container i.e. approve_or_reject ,based on the Initial value of this field , the radio button is behaving...
    approve_or_reject EQ 0 i.e. Approve
    approve_or_reject EQ 1 i.e. Reject
    Now my requirement is to change the initial value of this field from 0 to 1 so that Reject radio button comes as checked by default into this standard SAP workflow task TS 14508044...
    Kindly help me and let me know the procedure to change this.
    PLEASE LET ME KNOW THAT IS IT WISE TO MAKE THE CHANGES INTO STANDARD SAP WORKFLOW ???
    Thanks and regards
    Ankur Goyal
    09823448654

    Well Iam not much sure about how you are trying to approve the shopping cart workitem b ut last week i faced a similar issue while apporving the workitems I was able to update the contianer element Apporve_or_reject element by using the FM BBP_PDH_WFL_WI_APPROVE and BBP_PDH_WFL_WI_REJECT ... These two fm will take the responsibility of updating the element with respective value as, if you approve the it will be populated with 0 and if you reject the the element will be updated with 1....
    Please check the thread where I updated the thread in [SRM Workflows|Problem while approving SC from Blackberry !;
    PLEASE LET ME KNOW THAT IS IT WISE TO MAKE THE
    CHANGES INTO STANDARD SAP WORKFLOW ???
    Modifying the standard workflow is not recommended.....

  • How can i change column header value dynamically in IR report

    HI,
    I have created report with the help of collections. Report query has been changing dynamically but i got problem with report header names and headers names has not been changing dynamically it is always showing like c001,c002....etc so, i have created global item(G_ITEM) in shared components--->Applications items after that
    I have created process(before headers) and assigning some value to G_ITEM and used &G_ITEM to column headres in IR Report but here &G_ITEM is not showing any value.
    How can i achieve dynamic headers names by using *&G_ITEM(global items)* Please guide me to achieve this.
    Thanks in advance.
    Regards
    Narender B

    Narender wrote:
    HI,
    I have created report with the help of collections. Report query has been changing dynamically but i got problem with report header names and headers names has not been changing dynamically it is always showing like c001,c002....etc so, i have created global item(G_ITEM) in shared components--->Applications items after thatWhy didn't you answer the questions in the other thread to see if there was a better approach than this?
    I have created process(before headers) and assigning some value to G_ITEM and used &G_ITEM to column headres in IR Report but here &G_ITEM is not showing any value.
    How can i achieve dynamic headers names by using *&G_ITEM(global items)* Please guide me to achieve this.The static text exact substitution method of referencing the value of an APEX item requires a terminating dot ("."):
    &G_ITEM.

  • Can we change the net value in the conditons of the sales order?

    Hello:
    I have below scenario:
    Sales order:
    Material           A
    PR01 (Price condition)               98 USD
    ZADD (Discount condition)        to be calculated by SAP R3 system (?%)
    Net price                                    80 USD (expected)
    Due to the net value field can't be changed in the system, we have to maintain the discount rate, but we expect the R3 system can calculate the discount rate automatically.
    My questions are:
    1. How can I input the net price?(Should I have to maintain a value discount condition type?).
    2. How to attach or include the discount rate(which will be calculated by the SAP R3 system) in the sales order?
    Can anybody share the relevant solutions?
    Thanks,
    Don

    Hi,
    Maybe, my question is not clear.
    I know on how to maintain the conditions.
    I want to maintain a final price condition, and also the discount rate will be shown in the sales order.
    discount rate= ( List Price 98- Final price 80) / List Price 98
    Or
    I want to maintain a value discount condition,and also need  the discount rate will be shown in the sales order.
    discount rate = value of the value discount condition 18 / List price 98
    The discount rate will be shown in the sales order and the discount amount will be posted to the GL account.
    Thanks&Regards,
    Don

  • How can I change a blank value to a zero in a query?

    When displaying key figures I am getting blanks as opposed to zeros (if there is no data in the cube).  Does anyone know how to change the blanks to zeros?

    Hi,
    You can create a new Formula.
    In the Formula editor write:
    Formula = (Key Figure)+0
    your blank cells will  get 0 value
    Regards,
    MG.
    Edited by: MG . on Jan 18, 2008 1:43 PM

  • How can i change button's value with another button?

    You can see in file attach my problem.
    I'm trying change value of button with another button and two button can be off to. But buttons aren't it.
    Can you help me?
    Thanks.
    Attachments:
    Twobuttons.vi ‏27 KB

    Hola Carlos
    No tengo muy claro lo que quieres, pero te envio un ejemplo usando eventos, en que los 2 controles pueden estar a off a la vez pero no a on.
    Mira a ver si es lo que quieres. Usando eventos puedes hacer cualquiera logica.
    Espero que te sirva
    Saludos
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    Twobuttons.vi ‏31 KB

  • Can I change ServletRequest.getServerName() value?

    Hello all!
    Does anybody know if there is possibility to change (in Java code) the value returned by ServletRequest.getServerName() ?
    By default it:
    "Returns the host name of the server that received the request. For HTTP servlets, same as the value of the CGI variable SERVER_NAME"
    For example, I have a filter and want to replace SERVER_NAME in request with some custom value for all further handlers (servlets, JSPs).
    Thank you in advance,
    Vlad.

    In your filter you can create a custom HttpServletRequestWrapper (http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequestWrapper.html) that delegates to the original HttpServletRequest except for the getServerName() method..., then use this to pass on to the next filter in the filter chain...

  • How can I change the default value in IT0009?

    Right now in our system when we create a new IT0009 entry, several fields are defaulted such as the payee name, bank country, and currency (field WAERS). But in table T588Z I can not find anything defined for IT0009. Now even I create entries in T588Z ex. as 
    0009              WAERS     06     10     W     P0009-WAERS='USDN'
    the currency still shows up as 'USD' when I create a new record. Can anyone tell me where the field 'WAERS' is defaulted as 'USD' and how can I control this?
    Thank you very much.
    Best regards,
    Johnson

    Hi Johnson,
    Correct me if I am wrong,You need to default a value, so i guees you would need to use the feature P0009 not the dynamic action. If you could let meknow the current structure of the p0009 feature, may b i could help you figure the could-be structure of the p0009 to default the required value.

  • I can't change advanced type values (superscript & subscript)

    When i am trying to use subscript and superscript my text disappears. I think first that it is related to my font but when i open Preferences/Advanced Type I saw that both size and location values of superscript and subscript are zero. Everytime i changed them and they turns zero again. I want to reset this values and set as default permanently.
    Thank you for answers.
    I am using InDesing with my native language (Turkish) because Adobe offers student edition only in native language.
    (I hope they will offer English version also. Because it's translation is really terrible.)

    Defaults for new text are set by making changes with no text selected (and no active text cursor). If there is an open document, the default will apply only to the current document, no open documentes will apply to all new files. No change in defaults will alter any existing text, nor the default for any existing document that is not active at the time the change is made, so any existing files will need manual corrections.

  • How can I change the length value of all notes in a score, .e.g., double the length, or halve the length)?

    I'd like to change the score of a composition so that the quarter notes are eighth notes, the half notes are quarter notes, the whole notes are half notes, etc.  Is there a way to accomplish this uniformaly, all at once, in Logic Pro 9?

    I am assuming that you have done a lot of work already on an Arrangement and now want to change the whole arrangement globaly.  Here is how I would do it:
    1 - Make sure your midi notes are all quantised and of uniform length whatever their note values. ( This applies especially  if you have played the notes in in real time from a keyboard which is likely that they will be uneven - so quantize the lot before doing this. If you have 'written' or dragged the notes in Step Time then it is not so critical)
    2 - Select all the regions and then grab the Right hand end while holding down OPTION and SHIFT - you will be able to drag all the regions to the same uniform length.
    3 -  Calculate the entire length of the regions you have already written and round them off to a set number of bars. Let's say for example the regions extend from bar 1 - to bar 16. You are going to reduce the regions to exactly half their length by OPTION dragging the regions smaller. That way you will get quarter notes halving to 8th notes. ( If it was the other way round you would OPTION drag the regions larger the other way)
    Hope that helps
    Best
    MS

Maybe you are looking for

  • Cannot print duplex with hp laserjet 1536dnf mfp

    I am using a HP LaserJet 1536 dnf MFP printer in Windows 8.1 with USB 2 connection.  Cannot print on both sides of sheet because clicking on print properties does not bring up the properties dialog window.  There is a momentary flicker as though it i

  • How to get TDS Vendors list with name

    Hellow Friends,      I want to get only TDS vendors list with Respective names.I have used Table LFBW.There i am getting only TDS Vendor codes list not comming with names. Is there any Table or T.Code or Report to get TDS Vendors list with names? Ple

  • I wnat the date formate. year with 4 digigt, month and date two digit. I do

    This is my code. TimeZone timeZones = null; DateFormat dateFormating = null; boolean dateCheck = true; Date newDate = new Date); if(dateCheck)      dateFormating = DateFormat.getDateTimeInstance( DateFormat.SHORT, DateFormat.SHORT, Locale.GERMAN); //

  • How to remove the amp: from plsql xml code

    Hi All, The XML TopUpsOrderValuationRequestVOX000001014809_20100517_15_44_10_184.xml represents the input XML. When passed in to the database the values get stored as 10&20 . We have to remove the existence of amp; from the database. its very urgent.

  • Oracle 9i Intelligent Agent Failure on startup in Windows XP

    i have Oracle 9i installed in a machine. It was working fine so far. Recently I have installed Oracle 10g in the same machine with different home. From that point I have problem starting the "OracleOraHome92Agent" I have uninstaled the 10g, i still h