Remove the year classic member of planning an application

Hi all

I cannot remove any member of the year in the workspace when you add it to the classic planning application system.

Does anyone know how to do? I use HP 11.2.3.000

Thank you

Eddy

It is not taken in charge, please try to recreate/restore the app.

If you want to continue to go through the RBDMS path, here is an example:

Say if you had to FY15 FY12, now by mistake you have added FY16 and want to remove the 16 exercise:

Delete from HSP_MEMBER where MEMBER_ID = (select object_id from HSP_Object where Object_name = 'FY16')

Delete from HSP_OBJECT where Object_ID = (select object_id from HSP_Object where Object_name = 'FY16')

UPDATE HSP_CALENDAR SET NUM_YEARS = 4

First select the value of NUM_YEARS and then down number of years removed.

Restart the planning

In addition, he must take care of the following: after you have created the members if you have created a data form for all the FY16 (which is rare), you must remove this form of data as well, as usual planning to find FY16, if you take IDESC (YEARS), you will be good.

PS: Do not do this if you are not aware of the implications.

See you soon... !!
Rahul S.

Tags: Business Intelligence

Similar Questions

  • Remove the level 0 type of plan only

    Hello

    I use 10.1.3.6 and wanting to know if it is possible to remove metadata Hyperion Planning for only one type of plan only? I tried entering a '1' against the type of plan, then using 'delete level 0' but the result was that it removed the code completely, even the type of plan that I wanted him to stay in.

    Your help is appreciated.

    See you soon

    If you use the option delete will remove the Member completely.
    What you would do, is make a load of standard metadata and to update the plan type, properties, then put 1 or to 0 against the plan of the member types should be associated, remember you are still are under planning constraints so what you try to do must be valid in the planning.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Cloud membership: do I have to wait until the year is to switch plans or it is possible at any time?

    I asked a question, a week or two ago on the different monthly subscriptions and the possibility to pass from one to the other.  My original question was if I was on the full package of $49.95 per month and he decided that I have not all demand I could spend the development plan of $19.95.  I understand that I could not until the year is up on the plan.  My next quest and I'm sorry I didn't ask this with right thread original, is if sign up for just the Illustrator application from $19.95 per month will have to wait a year to get up to the full monthly plan or which can be done at any time?

    My original question was if I was on the full package of $49.95 per month and he decided that I have not all demand I could spend the development plan of $19.95.  I understand that I could not until the year is up on the plan.

    No need to wait until the year is upward. You can contact Adobe at any time to change the regime.

    TR6speed wrote:

    My next quest and I'm sorry I didn't ask this with right thread original, is if sign up for just the Illustrator application from $19.95 per month will have to wait a year to get up to the full monthly plan or which can be done at any time?

    Can be done at any time.

  • Removal of the blocks #Missing in Hyperion, planning an Application

    We have implemented a Hyperion Planning budgeting application. It has 3 types of plan.

    for one of the 3 types of plans, the aggregation rules takes a long time, even if we have not given, again, we just enter some data for the test.

    What we found that, in Essbase there around 31,000,000 blocks have been created! most of them are missing blocks. some of the trade rules have the command createnonmissingblk on... This could be the reason for the blocks 31,000,000!

    My question is: How can I get rid of these blocks, taking into account the fact that I don't like if I lost data? And should I take a backup before performing a setting?

    Thank you

    After you run the VACUUM CLEARBLOCK, you do a restructuring on the database to get physically back space, in your case it should be very fast, because there are few data in the cube.

  • How to remove the icons from games to screen all applications

    I uninstalled all my new laptop Win 8 games, but there is always a 'Games' section on the screen all applications containing icons for 'All Casual Games', 'All lovers of games', 'All family games', "All games for children" and "all MMO games. Right click on these icons and choose "Uninstall" takes me to the Panel configuration "Programs and features", but the applications are not listed.

    Any thoughts on how to remove these unnecessary icons from the screen of all the Apps?

    Thank you!

    I found a solution using registry edit. This tutorial was written with Windows 7 in mind, but also works with Windows 8.

    http://www.SevenForums.com/tutorials/42496-Games-Explorer-folder-delete-game.html
  • How can I remove the with help texts as "easy between applications.

    Just brought a n mobile win8 I can't delete "switching between applications" tab, it's like it has frozen on the screen.

    Its really annoying.

    If you can help leave a comment, it would be much appreciated.

    See you soon

    Hi Peter,.

    Welcome to the Microsoft community forums. I'm sorry to know that you are facing problems with the new computer of Windows 8.

    Normally, when you start the Windows 8.1, you get the default tips help. Follow the instructions on the tip and it should disappear and never come back.  How to make it go away is to just open the feature he's trying to teach you.

    Thus, for example in your case, you can get rid of it by moving your mouse pointer to the upper-left corner of the screen, then move down until the recent applications and click on one.

    If the problem persists, try restarting the computer once and check if help.

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • Jython script to remove the quotes

    All,

    I created the following script as an event script before import to remove the quotes around member names in our source file.  Everything seems to work except the last step of deleting and renaming the file (os.remove and os.rename).  I can see the ".out" file and it seems OK, but the original file is still there.  Any help is greatly appreciated.

    If fdmContext ["LOCNAME'] == 'TecLabor_TO_RSA ':

    fdmAPI.logInfo (fdmContext ["LOCNAME"])

    Try:

    filename = fdmContext ["FILENAME"]

    Inbox = fdmContext ["INBOXDIR"]

    #filedir = fdmContext ['FILEDIR']

    fdmAPI.logInfo (filename)

    fdmAPI.logInfo (inbox)

    file = inbox + '\\TecLabor_TO_RSA\\' + filename

    file_out = inbox + "\\TecLabor_TO_RSA\\" + file name ".out".

    #file = inbox '-' + filedir + "\\"+filename. "

    #file_out = inbox + "\" + filedir + "\\"+filename + «.out "»

    fdmAPI.logInfo (file)

    end = open (file, "r")

    who cares = open (file_out, "w")

    for the end line:

    Line = Line.Replace ('"'," ")

    care. Write (Line)

    end. Close()

    care. Close()

    except IOError, err:

    fdmAPI.logError ("My error" + str (err))

    OS. Remove (file)

    OS. Rename (file_out, leader)

    So you're saying that the os.rename and os.remove of commands do not work? If so make sure have included you the following import statement at the top of your script - import bones

  • Several guests of the year charts

    Hi all

    Please recommend the right way to create graphs multiple selection of guests of the year.

    I have analysis on PivotTable with the years on columns indicating the amount of sales. He is quick for years so that the user can select several years to obtain the return of multiple columns.

    Desired output:

    1. graph graphic pie showing sales for many years.

    2. If the user selects several years several pie charts should apear separately.

    Currently whenever the selection is done over several years, pivot columns indicate separately year but graphics is cumulative and according to the desired result, graphic of each fiscal year must be separated.

    How can I achieve this.


    Any help will be appreciated with respect.


    Kind regards

    Waqas

    HI - don't know exaxctly what is necessary, but you don't have try using multiple views in the composed layout?

    You can remove the year column in the Section box in one of the Pivot. This will give you a different pie charts for different years.

  • How to remove the comments in the example of Application Feedback?

    After you install the sample application to the comments tab, when I click on the line button Feedback, the only buttons are cancel and apply the changes.

    How can I remove a Feedback?

    Hello

    1009491 wrote:

    Please update your profile name with a meaningful name.

    After you install the sample application to the comments tab.
    When I click on the line button of feedback, the only buttons are cancel and apply the changes, how do I remove a Feedback?

    You add the delete button to remove the comments.

    (1) to unlock Application Feedback

    Go to request-> click on Manage-> Unlock

    (2) edit your comment Page (Page 26) comments

    Create a button with the following details (properties button available in the right pane of the page after creating the button)

    Under Identification

    Button name: REMOVE

    Label: delete

    Under behavior

    Action: Redirect URL

    URL: javascript:apex.confirm (htmldb_delete_message, 'DELETE');

    Action of the database: SQL DELETE Action

    Under Condition

    Type: Is not null

    Article: P26_ID

    3) go to the treatment Section. There is an icon for the treatment in the upper left corner.

    Check this screen shot to pass the processing section

    Change the line EBA_FEEDBACK_COMMENTS process

    under settings of-> supported operations

    Delete is checked

    Hope this helps you,

    Kind regards

    Jitendra

  • How to remove a classic hyperion, planning an application?

    Hi, I'm totally new for hyperion planning

    I tried to delete a classic planning application, but it gives an error of 'remove the application failed.

    the application was not there and there SSP too, I saw in the essbase.

    pls tell me a solution to do the removal.

    Hello

    You need RDBMS tables. I'm referring you to an old post - planning 11.1.1.3 - manually remove a classic Application

    Thank you

    (Please check this post useful or appropriate if this can help you)

  • Unable to remove the application from planning 11.1.2.2

    Hi all



    I've removed the Hyperion of EPMA Application Library howerver Planning Application when I click on Navigate-> applications-planning of the workspace, I am still able to see the application of planning that I deleted applications EPMA library. How to completely remove the Planning Application.

    Kindly help me.


    Kind regards
    AS

    If you have restarted the service, and it is always the same then you will need to manually delete the app, have a read of planning 11.1.1.3 - manually remove a classic Application

    Or if you can still you connect to planning app, then you might try conversion classic back and then delete. To convert back to classic go to manage properties under Administration: EDIT_DIM_ENABLED = TRUE
    Restart the services, go to the planning administration and remove the app

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to add a member in planning to delete the old one?

    Hi all

    We load the metadata in Hyperion planning by ODI. In the form of metadata, we are also loading ADU by defining certain logic in ODI. We have a requirement where we update UDAs some members so that remove old Adu for this member. I am not able to do. Can someone help us please to remove the old Adu from a member through ODI when a new UDA is getting added to this member.

    Example:

    Assume that ACCT_A has UDA 'Active' in planning.
    While re-running the metadata through ODI, ODI evaluates its UDA to be "inactive". Now normally ODI will add 'Inactive' UDA that Member, but this does not alter the UDA 'Active '. If planning is to have the two 'active' and 'Inactive' UDA scored for the ACCT_A.
    Is it possible to remove this member UDA 'Active' when the 'Inactive' UDA by ODI definition.

    Concerning
    Maury

    You may need to update the members twice, once to remove the UDA, then insert the new UDA
    To remove the use of the UDA in the column of the UDA.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to enable the planning of the year

    Hello

    We need to know how to activate the entry of budget year next forms of planning. We have planning 3.3.1 and currently FY09 is for data entry, but it is not possible to enter data in FY10.

    Please let us know the procedure to activate it. Thank you!

    Abdjallil

    Hello

    Go into the administration of dimension for the Scenario dimension, select a member and change the beginning / the end year/period

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to remove my photos on my iPhone but in the years on the Mac with photo stream enabled?

    Hello

    How can I delete my photos on my iPhone but in the years on the Mac with activated photo stream? I lack space on my iPhone and I want to keep the pictures on my macBook thanks

    Google translation

    Hello

    How can I delete my photos on my iPhone but keep it on the Mac with photo stream? I lack space on my iPhone and I want to keep the pictures on my MacBook thanks

    Just to be sure you ask about MyPhotoStream not on iCloud photo library - is that correct?

    It can help Apple articles

    https://support.Apple.com/kb/PH13692?locale=en_US

    My photo FAQ - Apple Support stream

    Remove photos from my photo - Apple Support stream

    LN

  • Remove the Member from the pool shared with 3 members EqualLogic

    Hello

    I think that my last post was not able to download.

    How can I remove an EQL Member that went wrong in the shared pool?

    EQL all run raid6 and there is enough free storage to remove the bad device.

    (Bad) PS4000, PS4100 and PS6000

    Hello

    Is the table online or the poster in offline mode in the GUI?    If online, you can use the delete member option in the GUI.  This will move the data to the other members.

    What is the problem with the PS4000?

    Kind regards

    Don

Maybe you are looking for

  • Worksheet in numbers app has disappeared

    I have the numbers app on my iPad 2 for almost 2 years now & frequently use it. An important spreadsheet simply disappeared! I have not found it when I turned on my iPad today while I worked on this spreadsheet yesterday. I have the latest version of

  • Received a call from a company on the alleged virus activity, is it a scam?

    I got a phone call from a company calling itself the MSIT Experts saying that they have detected the activity of the virus on my computer, citing my name and address, which they say has been provided by Microsoft.  Someone at - he heard of these peop

  • Printer hp deskjet 1220C to windows XP SP3 drivers

    Printer hp deskjet 1220C to windows XP SP3 drivers, exist?

  • Change the name of the account on my domain controller without losing my data

    Hello everyone I need to ask an important Question for me On my domain controller, I create a new user on my active directory "EX: Hashem Hamdy and account is: Hashem" configuration by email after I do some changes on my network and I need to rename

  • How to filter data

    HelloIt's the database version 11.2.0 oracle. Under query executed. I don't want a single value not display set to FALSE.and also not to display a value when I went from condition is 'TRUE '.SQL > select the value of the parameter $ v where name in (