Trouble changing column name used in calculated column

I have a calculated column in my list.  The calculation is based on a column "Status".  It worked fine.  But I recently had to do some work on the Status column and changed it to Status_OLD and replaced it with a new Status column. 
The above mentioned calculated field is now using Status_OLD and thus not working because Status_OLD is no longer in use.  I went in the to calculation formula and tried to change it to Status, but Status does not appear in the Insert Column list, nor
does it allow me to just type in Status into the formula without throwing an error.  Short of deleting the column and re-creating it, is there something I'm doing wrong or overlooking?
There are no mistakes; every result tells you something of value about what you are trying to accomplish.

Finally getting back to this issue.  I have two columns in my list "Status" and "Status_OLD".  "status" is a replacement for the previous one.  I have three calculated fields that use that field. I need to change
their calculation to now use "Status" instead of "Status_OLD".  When I go to the settings for that column, "status" is not listed in the choice of columns that can be inserted.  Just typing it in won't work either.
When I try to make a new cal as a test, "Status" isn't available there either.
I really need to get this fixed as soon as possible now because some of these dates need to be acted upon.
There are no mistakes; every result tells you something of value about what you are trying to accomplish.

Similar Messages

  • Changing link names using wizard only??

    Hi,
    I want to know how it is possible to change edit names & add new links in a jsp page(built using struts) using only the struts wizards & editors instead of manually going in and changing struts config file.
    Regards,
    Arun

    What version Arun?

  • Change computer name using partial serial number

    I'm starting to learn Powershell and I'm stuck trying to automate a computer name change. The code below works to rename the computer and reboot but I would like to shorten it and I'm not sure how. The serial number is 15 characters which makes the computer
    name with the prefix added 18 charactes long. How can I modify it so that it takes the last 10 of the serial number plus the prefix? We are using Powershell 4.
    The script changes the name to something like MCT1234567890ABCDE
    What I would like is MCT67890ABCDE
    $serial = Get-WmiObject win32_bios | select -expand serialnumber
    $newname = "MCT" + $serial
    Rename-Computer -NewName $newname -Force -Restart

    Hi,
    The serial number is 15 characters which makes the computer name with the prefix added 18 charactes long.
    You might run into problems with this, considering there's a 15 character limit on NetBIOS names:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4fe7b148-a01f-498f-a88a-06aef3edd81e/what-is-the-maximum-length-of-a-computer-name-in-windows?forum=winservergen
    http://support.microsoft.com/kb/909264/en-us
    Just something to be aware of.
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • Transport change of names using a program

    I am running an SAP defined routine ANALYZE_RSZ_TABLES on the table RSZCOMPDIR and will change the name of some of the duplicated query names.  How can I ensure that this change is transported? Thanks

    Hi Niten,
    Normally the transports would overwrite the existing changes. However you can also specify that the already existing changes needs to be overwitten. After you release the request and use your transport mechanism you would find the options and one of the options is "overwrite". But different clients use different transport mechanism so you may not be using it. Anycase just transport and check in the Target system.
    Bye
    Dinesh

  • Change attachment name using mail adapter

    Hi All,
    I have a problem changing the attachment name in my scenario. I use Mail scenario to send a pdf Attachment from R/3 to email address. Everything working fine except the attachment name that becoming untitled.pdf and untitled.txt.
    Communication Channel setting :
    message protocol : xipayload
    transport protocol : smtp
    checked use mail package
    checked keep attachment
    I have use MessageTransformBean in my receiver adapter, but no luck. It was produce an error.
    anyone have an idea to solve my problem?
    thx,
    Robby

    Hi,
    You need to go to the Module tab of the Mail adapter receiver communcation channel and give the parameter as Transform.contentDisposition and its value as attachment ( since you needed the output to be sent as an attachment) and give the name of the attachment as you required.
    Please see the help page : [http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm] for more details and more options of the parameters.
    Regards,
    Kalpana.

  • Change Prg name in classes using abap code

    Hello Experts,
    I'm having following req:-
    I need to change program name using abap code .
    I have prepared report which changing prg name & also it is replecting target name into T-code & Programes where source prg name is being used.
    My next req is i want to replace sorce prg name in Classes usinf abap coding.
    <Priority normalized by moderator>
    Thanxs in Advance.
    Moderator message : Requirements dumping not allowed, thread locked.
    Edited by: Vinod Kumar on Feb 7, 2012 12:32 PM

    The application name is not necessarily uniqueue! Customers may create two applications with same name in different systems/clients and transport them into the same target system/client!
    You do the mapping with the query:
    CL_FDT_FACTORY=>GET_INSTANCE( )->GET_QUERY()->...
    There are two methods. One for mapping ID to name and one for name to ID.
    There is also a sample report in package SFDT_DEMO_OBJECTS.

  • How to change host name or host ip in AIA after installation

    Hi,
    we have AIA11.1.1.5.0 and O2C PIP installed.
    we need to change host name used in AIA to some different value.
    Could you please suggest what all steps are required for this.
    Thanks & Regards,
    Bob

    1) Make a full backup of your XI 3.1 system (both database and file repository)
    2) Change the hostname
    3) Create a new SIA with all defaults servers using the CCM. Make sure that you instruct the CMS to use the same database connection as before. I ould advise you to change the default CMS and SIA ports.
    4) Run the "Update objects" command in the CCM on the new SIA
    5) Stop the old SIA and change the ports for the new SIA and the CMS to the default values (if required)
    6) Remove the old SIA in the CCM
    7) Go into to the CMC and try to delete any remaining servers from the old SIA.
    Please note that after completing the above workflow you have to reconfigure some of the servers' settings again in the CMC
    Regards,
    Stratos

  • Change DB Name

    HI Experts,
    I am using 10g release 2 on Linux 4.6
    I tried to change DB name using nid utility.
    nid=target /user/pass@dbname DBNAME=newdbname SETNAME=yes
    after this wen i try to start the db am getting error.
    database name ' newdbname' in control file is not 'dbname'
    foe this sholud i need to change anything in parameter file...????
    thnaks in Advance

    >
    still am getting the same error..
    Steps i follwed is..
    1.Startup mount
    2.nid target=username/pass@db DBNAME=newdb SETNAME=yes
    3.alter system set DB_NAME=newdb
    4.shutdown immediate
    ORA-1034 ORACLE Not aviailable
    ORA-27101 Shared memory realm does not exist
    Linux error:2 file does not exists.
    even though db is in mount state.. its cmg like this.. after completion of nid is db shut automatically???
    5.If try to start db am getting same error as mentioned in original thread.
    >
    Really? Please show us results of the following commands. Copy and paste please.
    SQL>startup
    SQL>show parameter db_nameRegards,
    Phiri

  • Changing column name in Line chart

    Hello All,
    We are BO 4.0 SP6.
    We are creating WEBI reports which includes charts as well.
    We have two columns " Current Period" and "Last Period" and using them in WEBI report and Line chart.
    In the table I am displaying the column name " Current period " as "Oct-14" using some formula.
    But I am not able to change the name in the chart.
    Can we change the column name in the graph using some formulas? Please advice.
    PFA the screenshot for your reference.
    Regards
    Prasad Ambati

    Hi,
    Do not Drag it inside chart area .
    Align Them above Legend Text ( Current Period ),
    so that Actual Legend Text will be hidden .

  • Performancepoint Hierarchy Disable Drill Down Level on changing Column name in MDX query

    Hello All,
    I have created a report in Performance Point dashboard designer but when I change Column name (Measure Name) in MDX query this causes all the built-in ad hoc
    navigation and decomposition tree functionality that PP provides to become disabled. Is there any solution or alternative way to achieve this. Please provide solution for this.
    Thanks in advance.
    Sapna Kshirsagar

    try these links as reference/:
    https://support.office.com/en-nz/article/Getting-acquainted-with-PerformancePoint-Dashboard-Designer-9e014283-afec-4819-87b9-78be6f6ef0d0?ui=en-US&rs=en-NZ&ad=NZ
    https://technet.microsoft.com/en-us/library/ee748644%28v=office.15%29.aspx
    https://support.office.com/en-gb/article/Creating-scorecards-by-using-PerformancePoint-Dashboard-Designer-2faa3bd6-c361-4c26-a7f9-b81227c875d8
    https://msdn.microsoft.com/en-us/library/office/ee557851%28v=office.15%29.aspx
    Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

  • How to change the name of the column for dynamic query

    I would like to change the name of the column name to bidderone, biddertwo and bidderthree. the only problem is the vendors name unknown when I run the query and sometimes the query returns two vendors. the maximum vendor is three. here is the query and please let me know how this can be done. thank you so much. I am using oracle 10i
    FOR lv_rec IN   ( SELECT vendor, calcbtot
      FROM (SELECT t.*, ROW_NUMBER () OVER (ORDER BY t.calcbtot Asc) rn
              FROM (  SELECT DISTINCT
                             s.vendor,
                             TO_CHAR (s.calcbtot, '999,999,999.00') calcbtot
                        FROM bidtabs b, bidders s
                       WHERE     b.CALL = s.CALL
                             AND b.letting = s.letting
                             AND b.vendor = s.vendor
                             AND b.letting = v_letting
                             AND b.CALL = v_call
                    ORDER BY 2) t)
    WHERE rn <= 3 )                 
       LOOP
          lv_sql :=
                lv_sql  || ', TO_CHAR(MAX(DECODE(TRIM(S.VENDOR),'''|| TRIM (lv_rec.vendor) || ''', S.BIDPRICE)),  ''$999,999,999.00'') AS "'|| TRIM (lv_rec.vendor) ||'" ';
       END LOOP;

    thank you so so much for your help on this. I am sorry i did not post the entire code. my intention is to use bidderone, biddertwo,bidderthree as a column name insead of the name of the vendors and also calcuate the average of the three vendors. the maximum vendor will be three but the minumum could be one or two. hope this is enought information to help me out further . thank you
    CREATE OR REPLACE PROCEDURE biddersquoteforbridge (
       p_spnumber   IN       VARCHAR2,
       p_result     OUT      sys_refcursor
    IS
       v_letting   VARCHAR2 (40);
       v_call      VARCHAR2 (40);
       lv_sql      VARCHAR2 (32767) := NULL;
    BEGIN
       SELECT DISTINCT L.LETTING, CALL
                  INTO v_letting, v_call
                  FROM LETPROP L, PROPOSAL P
                 WHERE L.LCONTID = P.CONTID AND CPROJNUM= p_spnumber;
       lv_sql :=
          'SELECT   O.PRPITEM "Item Number",
                    INITCAP(FUNC_GET_ITEM_DESCRIPTION(O.PRPITEM)) "Description",
                    O.CONTID "Contract Id",O.SECTION "Section" , P.CPROJNUM "SP Number", P.CFACSSUP "District",
                    FUNCT_GET_SECTION_IDENTIFIER(O.SECTION, O.CONTID) "Section Title",  ''Q''||(TO_CHAR(D.DATELET, ''Q-YYYY'')) "Quarter",
                    O.IPLINENO "Line Number", O.QTY "Quantity" ';
      FOR lv_rec IN   ( SELECT vendor, calcbtot
      FROM (SELECT t.*, ROW_NUMBER () OVER (ORDER BY t.calcbtot Asc) rn
              FROM (  SELECT DISTINCT
                             s.vendor,
                             TO_CHAR (s.calcbtot, '999,999,999.00') calcbtot
                        FROM bidtabs b, bidders s
                       WHERE     b.CALL = s.CALL
                             AND b.letting = s.letting
                             AND b.vendor = s.vendor
                             AND b.letting = v_letting
                             AND b.CALL = v_call
                    ORDER BY 2) t)
    WHERE rn <= 3 )                 
       LOOP
          lv_sql :=
                lv_sql  || ', TO_CHAR(MAX(DECODE(TRIM(S.VENDOR),'''|| TRIM (lv_rec.vendor) || ''', S.BIDPRICE)),  ''$999,999,999.00'') AS "'|| TRIM (lv_rec.vendor) ||'" ';
       END LOOP;
       lv_sql :=
             lv_sql
          || '
            FROM   PROPITEM O  ,                   
                   PROPOSAL P  ,
                   LETPROP  L  ,
                   BIDDERS  B  ,
                   BIDTABS  S  ,
                   BIDLET   D
             WHERE O.CONTID = P.CONTID
                    AND P.CONTID = L.LCONTID
                    AND L.CALL = B.CALL
                    AND L.LETTING = B.LETTING
                    AND B.CALL = S.CALL             
                    AND B.LETTING = S.LETTING
                    AND B.VENDOR = S.VENDOR 
                    AND S.IPLINENO = O.IPLINENO
                    AND L.LETTING = D.LETTING             
                    AND O.LINEFLAG =''L''    
                    AND L.LETTING = :B1
                    AND L.CALL = :B2
             GROUP BY
                   O.CONTID,
                   O.SECTION,
                   O.IPLINENO,
                   O.PRPITEM,
                   O.QTY,
                   P.CPROJNUM,
                   P.CFACSSUP,
                   O.PRICE ,
                   D.DATELET             
             ORDER BY O.IPLINENO ';
      -- DBMS_OUTPUT.put_line (lv_sql);
       OPEN p_result FOR lv_sql USING v_letting, v_call;
    END;

  • How to change the name of column in ActionScript?

    I possibly know how to change the name of the column in DataGrid using mxml but dont know how  to change the name of column in  DataGrid using  ActionScript.
    var newDataGrid:DataGrid=new DataGrid();
         newDataGrid.dataProvider=arrayCollection():
    It takes the default names from arraycollection but I wanted to give any column names which I want through ActionScript.
    Please HELP!

    Give your datacolumn and id.  Then set the property for that column through the datacolumn id.
    DataGridColumn id="nameDC"
    Script:
    nameDC.headerText = "Name";

  • Change column name in Gridcontrol?

    Greetings:
    Could not figure out how to change displayed name of columns
    in gridcontrol. They always match attributes in the underlying view.
    But that view wizard does not let me specify meaningful names
    (e.g. blanks are not accepted).
    TIA,
    V.

    If it is DAC
    use setLabel on corresponding AttributeInfo
    Assuming you are using JClient, You can set the label using the UI Hint on the corresponding attribute.
    Select the view object, then select the attribute in structure pane and then invoke the attribute editor. Specify 'Label text' control hint.
    Greetings:
    Could not figure out how to change displayed name of columns
    in gridcontrol. They always match attributes in the underlying view.
    But that view wizard does not let me specify meaningful names
    (e.g. blanks are not accepted).
    TIA,
    V.

  • Change columns's name of a sheet.

    Hi.
    Is possible to change the column's name of a sheet dynamically? For example I want change the column's name using parameters.
    Thanks.
    Abel

    Hi,
    Netdom is
    a command-line tool that is built into Windows Server 2008 and Windows Server 2008 R2. It is available if you have the Active Directory Domain Services (AD DS) server role installed. It is also available if you install the Active Directory
    Domain Services Tools that are part of the Remote Server Administration Tools (RSAT). 
    Netdom renamecomputer
    http://technet.microsoft.com/en-us/library/cc788029.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HELP!  Is there a way to change column information in iTunes such as name of artist, genre etc, other than deleting them one at a time? Such as the way you delete an entire group of songs by holding down control keys or selecting the Select All command.

    HELP!  Is there a way to change column information in iTunes such as name of artist, genre etc, other than deleting them one at a time? Such as the way you delete an entire group of songs by holding down control keys or selecting the Select All command. Thanks.

    If you select all the songs you want to change, Be it one song or an akbum, or an Artist, Or Genre, or playlist. Then Right mouse click  and Get Info. You then get a slightly different from normal Get Info box as this is the One for Multiple items.
    In there have a look at the tags and see if the one you want to changes is in there. There are a few tabs so if for example you wanted to change the Media Type from Home Movie to Movie go to the Options tab and select Movie and OK and it will change the whole selection.

Maybe you are looking for