Copy the text of the planning cell and the supporting details

Hello

I need copy the supporting details and the text in the cell of a scenario to one another without copying the data.

Is it possible to do outside the "Administration-> copy data" option in planning?

Is it possible by accessing repository tables? If so someone please tell me the names of the tables in the repository where this information is stored?

Thanks in advance...

Hello

What version you are, if it's 11 then you can try using lcm.
It can be done with SQL queries, but it can be a bit messy, have a read of this [post | http://forums.oracle.com/forums/thread.jspa?messageID=3300400] it should help you if you want to go this route.

Ok?

See you soon

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

Tags: Business Intelligence

Similar Questions

  • is it possible to reproduce the supporting details for all the months in a form?

    Hello
    We have planning 11.1.1.3 form. We enter the supporting details in a month. is there a way to reproduce this support in detail to all the other months in the same year and different years a form?

    Hello
    We need exactly the same thing recently and triggered a SR Oracle on this subject. Unfortunately there is no way out of the box for this solution. Custom solutions might need you to restart the schedule service it will probably affect you the tables of database of planning through a custom code.

    See you soon,.
    Alp

  • Help with a script to search for text in a table cell and apply the cell style

    Hello

    I build the script which Jongware wrote in his post here http://indesignsecrets.com/tackling-tables-through-scripting.php - I am trying to create a variable in which I can add a number of different parts of the text, in this case it's different parts of the United Kingdom i.e. 'London', 'East', 'Scotland' etc. I just need the script to apply the cell Style - 'District Cell' - to any cell that contains text in the variable. Here's the script, if anyone can help I would be grateful.

    function checkWhichTable()
    {
    // ensure the user made a selection
    if (app.selection.length != 1)
    return null;
    var currentTable = app.selection[0];
    if (currentTable.hasOwnProperty("baseline"))
    {
    currentTable = app.selection[0].parent;
    }
    while (currentTable instanceof Cell || currentTable instanceof Row || currentTable instanceof Column)
    currentTable = currentTable.parent;
    if (!(currentTable instanceof Table))
    {
    // No table selected
    return null;
    }
    return currentTable;
    }
    app.doScript(checkUserSelection, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, "Process Table");
    
    
    function checkUserSelection ()
    {
    var a_table = checkWhichTable();
    if (a_table == null)
    {
    if (confirm("No table selected. Do you want to process *all* tables?") == false)
    return;
    allTables = app.activeDocument.stories.everyItem().tables.everyItem().getElements();
    for (aTable=0; aTable<allTables.length; aTable++)
    {
    processTable (allTables[aTable]);
    }
    } else
    {
    processTable (a_table);
    }
    }
    function processTable(table)
    {
    // do something here!
    
    
    //Find Text in Cell and apply Cell Style
    var textInCell=['London', 'Scotland', 'South West'];
    for (i=0; i<table.cells.length; i++)
    {
    if (table.cells[i].texts[0].contents==textInCell)
    table.cells[i].appliedCellStyle = "District Cell";
    }
    
    
    
    
    }
    

    Hello

    Change this feature:

    function processTable(table)
    {
    //Find Text (exactly as it is) in Cell and apply Cell Style
    var
      textInCell=['London', 'Scotland', 'South West'],
      mFound, cFound;
    
    app.findGrepPreferences = null;
    app.findGrepPreferences.findWhat = "^(" + cities.join("|") + ")$";
    mFound = table.findGrep();
    while( cFound = mFound.pop() )
      cFound.parent.appliedCellStyle = "District Cell";
    }
    

    Jarek

  • Copy the planning data

    Hello-

    I'm planning 9.3.1 and I ran copy them the data via the web client. It ran fine and copied all the data, but in its execution, it gave me a white screen saying that the client has expired. I went in INJURED and seen the sessions so that the process has been

    always running and was eventually completed. I can add any command in the app's settings in order to avoid that the message in the future.

    Thank you!

    Hello

    I don't think that it has available in the 9.3.1 options you can set additional background of version 11 processing options for example http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch02s07s06.html
    If you do not need to copy the supporting details, etc... Then, it may be useful to write a business rule to copy the data.

    See you soon

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

  • Is there a way to download the details of support in a planning cell?

    Is there a way to download the details of support in a cell planning a couple of rows of data in Excel?
    We have a lot of supporting details in excel lines we want to load into a cell as a Web Planning 11.1.1.3.
    I know how to extract the details supporting the planning RDBMS repository, but everyone has successfully reverse this process and update supporting detail Planning with Data Tables?

    You can reverse the process of how you exported the data using SQL to import new information.
    I think you must restart the schedule service before it takes effect, best to test on a dev environment until you are comfortable with the SQL

    Or you can use LCM, LCM allows to export the supporting details, then watch the XML to the format.
    You can then create your own XML document and allows you to import in LCM.

    I would probably try first of all of the road of LCM.

    See you soon

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

  • How to copy the numbers in a cell to another cell and gets their total

    500.40

    192932.90

    231838 * 90

    290414 * 15

    222312 * 15

    222314 * 5

    141722 * 20

    Hello, can I ask how to copy the numbers after the period/asterisk to another cell and then add up all the numbers copied without having to type them.thank you

    Hi mirijin,

    Break the problem into small steps:

    Step 1. All separators (periods and asterisks) convert the asterisks.

    Formula in B2 (fill down)

    = SUBSTITUTE(A2,".","*")

    Step 2. Find the position of an asterisk in each cell.

    Formula in C2 (fill down)

    = FIND("*",B2)

    Step 3. Extract everything to the right of the asterisk.

    Formula in D2 (fill down)

    = RIGHT (B2, LEN (B2) −C2)

    Step 4. Convert the text to numbers re using the VALUE function.

    Formula in E2 (fill down)

    VALUE = (D2)

    This table has a header row and footer of the line, so the SUM in E9 apply to all cells in the body.

    = SUM (E)

    You can combine the individual forms in a unique and complex formula, or simply to hide intermediate columns B, C and D:

    Kind regards

    Ian.

  • Copy the text in Framemaker 10 table cells

    I want to copy the contents of multiple cells in a table to another table in the same document. How can I do this so that the text is copied in several cells again and not all content in a single cell?

    Margot

    Normally, make sure that you select the same array of cells in the source table and destination. If they don't match, geometrically, it may not work. This might happen, for example, if you have an overlap in one but not the other.

    If the arrays must have the same content for certain cells, in the future, consider having the cells from the clone table fill cells shared with cross-references in paragraph text, the main table. Then the main table changes, made the clone.

  • V/s the planning cell text annotation

    Can someone tell me please the difference between the following:

    Text of the cell and Annotation of planing

    Broadcast schedule and mass distribution

    Thanks and greetings
    Amit

    Text in the cell is enter in a cell in a data grid, it is represents that an intersection of data and information can be entered for this cell.
    Planning of annotations allow you to add or view comments on data in a planning unit which is started, so it's workflow.

    If you want to learn more about grid distributed, have a read of:-http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_user/grid_spr.html
    If you want to understand the allocation of mass have a read of:-http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_user/mass_allo.html

    See you soon

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

  • With the help of iPhone 6 s. try to copy the text message with a tap double and get a bubble with icons. How can I copy the message to paste in another?

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    maryml wrote:

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    Press and hold on the text and wait for the copy/more pop up.

  • Impossible to copy the text to clipboard error - I had tried everything include uninstall firefox and re install. I tried to disable all plugins and addons. I have to c

    Impossible to copy the text to clipboard error - I had tried everything include uninstall firefox and re install. I tried to disable all plugins and addons. I have to click 20 times on text to paste in all websites. What should I do about it? I use FF 22.0 worm, win 8 and the problem just a few weeks. Thank you

    You have zonealarm, if if this is the problem.

  • I can't highlight and copy the text or hightlight as I always have. Computer day this morning?

    I've been away for 3 weeks. This a.m.. I had 18 automatic updates from Microsoft. After the installation of those I can no longer highlight text. I generally highlight and copy with ctrl c and highlight and paste with ctrl v. When I select just goes. I also tried to restore in a week and the restore has failed twice.

    Most of the time I'm tring to highlight a line of text on the internet to copy to a page of Web links in Web easy Pro 8. I usually highlight the text, press ctrl c; go easy Web and open a rich text box and press ctrl v and fact. Now when I try to highlight it continues to ignore the words or just pointed out briefly, then disappears. There is a link in the text, I'm trying to highlight, and often it just opens the link. If I highlight a line and make it fit so I can't delete it, nothing happens when I hit delete. All of this worked before I approved updates from Microsoft (17 or them) when I turned on my computer after having been there for 3 weeks.

    Try resetting your browser-

    Tools > Internet Options > Advanced tab

    Press the Reset button

    Check delete all personal settings

    Press Reset

    Press Ok

    Restart the computer and then try to copy/paste

  • I could only underline, highlight, and etc. the text, but do not copy it to the ipad. How to copy a text in Adobe Acrobat in ipad?

    I could only underline, highlight, and etc. the text, but do not copy it to the ipad. How to copy a text in Adobe Acrobat in ipad?

    Hello

    When you select text in a PDF document, the menu appears.

    You can change the selection of text by dragging the blue "grabber" horizontally (left or right) and press to copy in the menu to copy the selected text.

    I hope this helps.

  • Cannot copy the text, OCR cannot copy for translators, recognization of manual and scanned text, text of manuals, Non - English text product impossible to translate

    Revision of textbooks online, we are facing difficulties following.

    Could you please suggest any solution (purchase of adobe software) to meet the following requirements.

    1. Manual language: failed to copy the text to the translation of Google.
    2. OCR (OCR): impossible to copy the text to translate.

    3 Manual of scanned text recongnization


    Currently, we use Adobe Reader version 11.


    Please address the above query as soon as possible.


    Thanks and greetings

    Suresh

    Adobe/Acrobat Reader cannot perform text recognition; you will need Acrobat for that.

  • Copy the text in the cell

    Is it possible to copy text information of one POV to another cell using rules

    I am trying to copy data between two scenarios, but the text in the cell is not copying, when I make a copy of the script to the script, to help

    Hs.Exp's #DestPOV = S #SrcPOV.

    It is not possible to copy the text in the cell. Rule cannot read or write the text in the cell. There is a function that determines if the cell contains text in the cell or not, according to me, if not, that is a limitation.

    -Chris

  • How to put the text in the cell and support in detail in read-only?

    Hello world

    In Hyperion 11.1.1.3, nobody knows how to put the text in the cell and the support of the details read-only after that the budgeting process is done in order to avoid people to change their comments.

    Thank you!

    Published by: Ouizmie on February 3, 2011 11:14

    There is no way to restrict the entry of text in the cell
    If you specify the description to charge you like details in support, which can be made read-only.
    but cell text comments to review, which can be changed. Even if you only read your form, users will be able to enter the text in the cell as long as they have access to the intersections of data...

    You can do a process to enter the descriptions of the charges, as supporting details only...

Maybe you are looking for