Get the value of the portfolio-parent

Hello

Sorry, I'm in trouble explaiing what I want to do, but I'll try my best.

I have four 'levels' portfolio and ideally, I would like to have a user select a year in the high parent page and have it spread down to the forms under.  I went as far only to create a category for all portfolios that accesses the value of parents above him.  Once on the level of form, I am unable to get this value.  I guess that the getHomePortfolio method does not once on the level of form, but I don't know.

Unfortunately it doesn't seem to be the documentation with examples on how to use the functions at all so I'm poking around in hopes of understanding how everything fits together.  Unfortunately, I was in it for a year without any chance to find the most of.

Does anyone have information on how I can create a global variable that is accessible from any level?

Thank you.

No, just another way to get the desired response. Probably you won't need the audit NaN since your RegEx is specific enough that it will return only an index for any string of 2000-20 to 2099-20.

I suspect that you will need a text category for each position of FY you need year and add the "FY" + starting value of the year.

V/r,

Gene

Tags: Oracle Applications

Similar Questions

  • I get the message "Could not authenticate you" when I try to get the portfolio management

    Original title: portfolio in MSN Money management.

    I get the message "Could not authenticate you" when I try to get the portfolio management and when I try again, the same message is repeated.  What type of authentication is necessary?

    Hello

    I recommend you contact the support team of MSN Money for assistance on this issue.

    http://social.Microsoft.com/forums/en-HK/money/threads

    See also Solution Center-silver

  • Get the shared Parent name

    Hello

    I need identify the shared name of Parent of a shared member who is currently calculated to move to another function.

    A

    | _C1

    | _C2

    B

    | _C1 (shared)

    I need to get out 'B '. Please let me know.

    Thank you

    Praveen

    My solution doesn't do that.

    What I suggested is the following.

    1 create an account named IT_HC, this account must be equal to Health Canada, where a cost center is type. So, my suggestion is to label all cost centers for all businesses with the UDA called ITAC. Then you can fix on all centers of IT costs and make IT_HC = HC.

    2. now that you have an account called IT_HC if combine you this account as you do for the HC you will then in the shared hierarchy which is by the total company HC by company and also the total for a company IT_HC as the cost center will always roll up to E500 in shared no hierarchy?

    3. the formula that I specified then said in English not syntax. SHE alloc % = HC downtown 0 cost lev (i.e. CC100) / (HC in the common parent namely E500) - (IT_HC in the town of parents also E500)

    I'm missing something. I guess in your shared hierarchy that wraps everything you in business, cost centers each cost center is also a child of the same parent company?

    Thank you

    Anthony

  • The portfolio app does not appear on my iPad mini

    My mother got a new iPad 4 mini for Christmas and app portfolio does not appear on any of the screens.  How can I get the portfolio app to appear?

    The iPad isn't a portfolio as an iPhone application.

  • Get the values of the components within the region on the Parent Page

    Hi all
    I use Jdeveloper 11.1.1.5.
    I just wanted to know that my use case can be mounted to the contextual events or should I use the #{data.pageDef.Attribute.inputValue} to get the values.

    I have a stubborn taskflow 'ChildTF.xml' with the fragment to say "child.jsff". Now I dragged the ChildTF.xml the other say 'Parent.jspx' page as a region. In the child.jsff page I had entered with 20 fields of form and all 20 fields are trained since a view object so I do not have the field values related to the managed Bean and on the parent 'Parent.jspx' page, I have a button. Now when you click on the button, I need to get the values of these 20 fields on the page "child.jsff".


    How can I achieve this?
    Thank you
    Shah

    If you want to access the same data that is stored in the current line of an iterator, you must add the vo to the pagedef.

    Timo

  • Get the value of the question page before submitting.

    Hello all, I use the Application Express 4.2.5.00.08. I have a question on getting a value for a page element before the page is sent. I have a dynamic action:

    Action: Moving the mouse (on a region/State)

    Real Action: $('a[href*="39"]').each (function (index) {}
    lnk = $(this) .attr ('href');
    $(this) .parent)
    . Parent ('tr')
    .Attr ("href data ', lnk")
    {.mouseover (function ()}
    $(this) .css ("cursor", "pointer");
    Lrowrequired var = $(this) .closest ("tr"),.
    BLOCK = lRow.find("td[headers=BLOCK]").text ();
    $x('P39_BLOCK').value = BLOCK;
    })
    {.mouseleave (function ()}
    $(this) .css ('cursor', 'default');
    })
    });

    I am successfully able to get the value of the line while I'm hovering above the report (and P39_BLOCK is refreshing). But, in this case, the value is not set whenever it changes. My question is, if I need to use this value (say, put an another page element when P39_BLOCK is changed) without submitting the page, how is that possible?

    Kind regards
    MFadel.

    Hi Mohamed,

    That's what bothers! In my first dynamic action, I have real action 'Execute JavaScript Code', which doesn't have a property "Page items to show.". And I need this code to retrieve values from the row of the report.

    On the right, you will have the option 'page elements to present' the dynamic JavaScript actions. Only the PL/SQL. And you do not need to handle things strictly the use of javascript. JavaScript is usually used to manipulate items on the page itself, not the things on the server/session). If you need to present before your PL/SQL block, you can either use AJAX call, or you can create a dynamic action of PL/SQL that runs before your JavaScript. Put this field in the 'submit' page elements and the block of code, just put null;

    Here's a sample in javascript, ajax call. It pushes three elements of the page in the session or in the scope where APEX can access their values. You can return values through AJAX if necessary also:

    $.ajax ({type: 'POST',})

    URL: "wwv_flow.show",

    data: {}

    p_flow_id: $('#pFlowId').val (),.

    p_flow_step_id: page,.

    p_instance: $('#pInstance').val (),.

    "x 01': P39_PAGE_ITEM_1, '.

    "x 02': P39_PAGE_ITEM_2, '.

    "x 03': P39_PAGE_ITEM_3, '.

    p_request: 'APPLICATION_PROCESS = YOUR_PROCESS_NAME'

    },

    success: function (data) {}

    Console.log (Data);

    }

    });

    Then you would have a PL/SQL process called YOUR_PROCESS_NAME that can refer to variables such as

    my_var_1 VARCHAR2 (100 CHAR): = APEX_APPLICATION. G_X01; -Javascript password

    my_var_2 VARCHAR2 (100 CHAR): = APEX_APPLICATION. G_X02; -Javascript password

    my_var_3 VARCHAR2 (4000 TANK): = APEX_APPLICATION. G_X03; -Javascript password

    Can I use in my "PL/SQL procedure? Because in the end, I'm trying to use this value in a PL/SQL procedure:

    To answer your last question, Yes, you can use the P39_BLOCK in your PL/SQL, how you demonstrated above, but you must submit in the 'page' referred to submit box, otherwise it uses the last value that has been submitted.

    What I'm not clear, is do you need really value before executing the PL/SQL or you just want your PL/SQL? If you just try to pass it in PL/SQL and then just use the dynamic action of PL/SQL and pass it by using the "elements of the page to present. '' Remember, if you need a new value to publish on the page, you will need to put these fields in the box "items to display the page.

    If you only need the value of front page because you will use in javascript, somewhere, then reference it with jQuery or js and then use AJAX to continue your treatment.

    A third way, you could do, is to create a dynamic action of PL/SQL that runs before the javascript code that is null; in the body of PL/SQL, but put the P39_BLOCK in the "elements of page to submit" box. Who will just send the page element, and then take action dynamic javascript. But, I don't know why you would do that since you can't have the value submitted for javascript to use.

    Hope that all makes sense.

    Jen

  • Get the value of the Variable text

    Hi all

    How to get the value of the Variable text. I want to check the value of variable text title in each page.

    Thank you and best regards,

    Robert S

    myText.textVariableInstances.everyItem (.resultText) would do it.

    The representation of a TextVariable on the page is a TextVariableInstance. They are objects of 'text' (parent may be: cell phone, change, note, Note, history, TextFrame, XmlStory). The "resultText" property is the string that the variable instance currently shows. See Adobe InDesign CS5 (7,0) object model JS: TextVariableInstance

  • How to get the value of the tree node without reloading the Page. !

    Hello
    I worked with apex 4.2 and I've created trees and as a table to retrieve the date according to the value of the tree node select the code tree something like that

    {
    Select case when connect_by_isleaf = 1 then 0
    When level = 1 then 1
    of another-1
    end the status,
    level,
    'ENAME' as the title,
    NULL as an icon,
    'EMPNO' as value,
    NULL as ToolTip,
    ' f ? p = 36648:34:5234984107903:P40_SELECTED_NODE :'|| EmpNo as link
    "Dept". "" EMP ".
    Start by "MGR" is nothing
    connect prior "EMPNO" = "MGR".
    siblings arrested by 'ENAME '.
    }
    and I put the Page selected node element: P40_SELECTED_NODE. the tree worked well and recover the data in tabular form according to the value of tree node

    My Question:
    1. I want to recover the data without submitting the page where whenever I select the value of the tree make page reload to update the tabular presentation with the new value, there is a way to convey the value of the tree node to point P40_SELECTED_NODE and in the form of refreshment without page reload.

    2-i want when selected in the page tree run process according to the value of the on-set tree node to create dynamic action with (jquery selector: div.tree li > a) but the value of the incorrect node.

    Concerning
    Ahmed;

    Take a look at my sample tree application.
    When you select a node, a details report is updated. That should help you implement for your situation.
    However, one thing to note is the link on each node that you have. Click on a node to redirect to the same page and set the value of P40_SELECTED_NODE. You can keep the element, but the link should go, as it's him "reload" the page whenever you click on a node. Implementation of the action of "onselect" tree and setting the page element to the value of the node that will be in place. Be sure to add the page element in the elements present in the form of tables.
    The reason why your selector didn't return the correct value is that you have a click event bound to the anchor tag in each element of the list. The anchor tag does not hold the real value (usually and id), but holds that the display value. The items list item containing the real value in their attribute "id". Therefore, to get this value you should always inspect the first parent of the clicked anchor tag. (which is another way to solve it, of course)

  • How to get the exact measurement values.

    Hi scripters,.

    I want to get the exact values, indicated in the control panel. Please see the screenshots below.

    1.png

    I wrote the JS code is here. But I don't need values accurate Panel disclosed the clichés above.

     var myImages = app.activeDocument.links;
    for(i = myImages.length-1; i >= 0 ; i--){
        var myImage = myImages[i];
        myImage.show();
        alert(String(myImage.parent.itemLink.parent.geometricBounds[3]-myImage.parent.itemLink.parent.geometricBounds[1]) + " × " + String(myImage.parent.itemLink.parent.geometricBounds[2]-myImage.parent.itemLink.parent.geometricBounds[0]));
        }
    

    THX,

    csm_phil

    There are 12 points in a pica.

    Must divide the 12 points and fired the modulo of the 12 on that:

    function getPicas(points){
        return "" + Math.floor(points/12) + "p" + points%12;
    }
    alert(getPicas(504));
    alert(getPicas(104.16));
    
  • Get the value of a tree

    How can I get the value of a tree node? For example, I want to it works like this:

    When I click on a node, I get redirected to another page, but the tree needs mark the node on which I clicked.
    When I has no links in the tree, the links are marked when I click, but if I choose a link for any node, the tree is updated.

    I can solve my problem? I tried with examples, but still does not work.

    Thank you.

    Remove the column from link to leave the node or make the URL as "#" so that the page is not reload when the user clicks on a node.

    If you have a page item say "* P100_SELECTED_NODE *" which must be set with the id of the node to the selected node.

    Now to set the P100_SELECTED_NODE
    Add the following code to the section "run when the page loads" of the tree page

      $('div.tree li a').click( function() {
        node_id = $(this).parents('li:first').attr('id');
       $s('P100_SELECTED_NODE',node_id);
       alert('Node set with new value: ' + node_id );   //for testing
      });
    
  • Get the value of the variable inside the function from the event (EventListener)

    How to get the value of the variable inside the function from the event. Variable has been declared as a function of external events.

    var StringVar="sample";
    
    
    
    
    myButton.addEventListener(MouseEvent.CLICK, myClickReaction);
    
    function myClickReaction (e:MouseEvent):void{
    StringVar="other sample";
    }
    
    trace(StringVar); /* it gives me "sample" value and i would get "other sample" value */ 
    

    This strange because if it would be the trace of a normal function would give me good result.

    var StringVar="sample";
    
    
    function myClickReaction():void{
    StringVar="other sample";
    }
    
    myClickReaction();
    trace(StringVar); /* it gives me result as i wanted to have - "other sample" value */ 
    

    I also know method of passing of arguments depending on the event, but it doesn't for me as I would like to

    var StringVar="sample";
    
    
    
    
    myButton.addEventListener(MouseEvent.CLICK, function(e:MouseEvent){ myClickReaction(e, StringVar) },false, 0, true);
    
    function myClickReaction (e:MouseEvent, StrVar:String):void{
    
    StrVar="other sample";
    }
    
    trace(StringVar); /* it also gives me "sample" value and i would get "other sample" value */ 
    

    How to do it correctly?

    I do not know the structure of your screen lists so I can't tell you how to access the variable, but you're on the right track. If it's a parent, then you can always use the .parent property to cross to the top the list display to try to access.

    for example 1 level:

    MovieClip (this.parent). StringVar = "another sample";

    Add more properties .parent to continue to move to the top of the list.

    for example:

    MovieClip (this.parent.parent). StringVar = "another sample";

    Just like always, use traces (MovieClip (this.parent). StringVar); until you get the value that you want to know that you're accessing them correctly.

  • How to get the height of the component (located in %) on its parent creationComplete event

    Hello

    I've got a component with height = 100% ownership. This component has a child with height = 80 percent ownership. I need to get the value of the height of the child on the complete creation of the parent event. Problem is that the size of the child is set to a default value when sends this event. Correct height value is more later (I don't know when).

    I tried to use child.validateNow () and parent.validateNow (), but without result. Any suggestions?

    I should add that this child is inside the tabNavigator to the 2nd tab. There should be no impact if becouse tabNavigator has creationPolicy set to 'all '.

    Looks like than ViewStacks no children available to be chosen so your

    workaround is probably correct.  If we put out all the children, it would be wrong

    even more performance.

  • Where does FireFox get the default value for a preference of. What is the format of the file that contains the default value?

    Where does FireFox get the default value for a preference of. What is the format of the file that contains the default value? I need the actual default value for an individual preference.
    Topic: config shows some default values, but I need the source from which everything: config returns to the default value.
    Any help in this direction is greatly appreciated.

    User Agent

    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x 64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    The preferences that are not hidden if they have by default are stored in two JavaScript text files in the Firefox program folder
    You can open them in a tab in Firefox through these links:
    resource:///defaults/pref/firefox.js
    resource:///greprefs/all.js

    (702598/forum/1/702598)

  • Get the Max values and average of the different cycles in the single channel

    Hello

    I'm trying to get the Max values and average of the single channel that has different cycles it contains. I tried to use commands such as Chnclasspeak3 and chnpeakfind, but they were not useful for me. What I need is the Max values and average of the different cycles numbers saved in the data channel.

    Exampld if the string contains 5 numbers of repetitive cycles, then we must find the maximum values and the average of these 5 cycles in the single channel. Attached reference data. This is the .raw file and I have the plugin for it to use in diadem 11.1.

    Kind regards

    X. Ignatius

    Hello, Ignatius,.

    Sorry, it took some time to provide a replacement based on the script for the function. Please take a look at the attached script. I changed the script to use my function if the tiara-version is less than 12. My script function is not as fast and more stable than the implementation of tiara, but for now, it does the job

    Andreas

  • Is it possible to get the value of the resistance of a circuit with NI USB-4065 USB without using studio measure?

    Hi, I'm working on a project where there partly to measure resistance values in different parts of the circuit. Now, the company where I work currently at wants to get the NI USB-4065 USB. I use visual studio 2005 c# to develop applications and I need to know if I needed measurement studio or are there drivers (dll) just to get the values of resistance and General measures of circuit. I have need the controls or anything, just to programatically read the NI USB-4065 USB key values when I need the application.

    Any help would be appreciated. Thank you.

    Yes, you can have several NI 4065 DMM in your system. When you use the API OR-DMM, you open the handles separately for each DMM by using its name. His name can be configured inside the measurement and Automation Explorer (MAX).

    In addition, you can go ahead and install OR DMM today. It is downloadable for free on ni.com. NOR-DMM (and most of the pilots NOR) supports the simulation. You go to MAX and create your simulated three 4065 s. Then you can start writing your program now. Since these devices are simulated, they will not return the real tensions (obviously) and that it won't react realistic hardware triggers if you use (obviously), but they are pretty close to the real deal to allow you to write a lot of code and become familiar with the API. No need to wait until you get the material - you can be really ready for it by using the simulation.

Maybe you are looking for