Help needed in a logic of custom setting propert

Hi all

I need logic to be implemented in the below scenario condition, condition of parameter

It is a condition of setting I gave for a property, I, e custom.default parent

IF (Equals (Integer, PropValue (Core.Level), 1), #root, propvalue (Core.parent))

Which works very well and gives me the value as #root for any Member having level 1 and gives corresponding parents of the Member having the different level of 1.

My request here is if there is a member I, e A1 under the terms of one and the same Member is here as a member shared as A1:shared001 under B

Default parent of the A1 gives me the value has and

Parent of default value of A1:Shared001 gives me the value B rather than (A)

But he wants my condition to give the default shared member even parent as the default parent of the primary member.

Hello

You can try the below:

IF (Equals (Integer, PropValue (Core.Level), 1), #root, if (PropValue (Core.PrimaryFlag_MDM), propvalue (Core.parent), NodePropValue (propvalue (Core.PrimaryName_MDM), Core.parent)))

Let me know if it works

Thank you

TFDC

Tags: Business Intelligence

Similar Questions

  • I need to edit the existing customer's site, I only have their login information and new photos.

    I need to edit the existing customer's site, I only have their login information and new photos. I can't change it with the editor in the browser as it was exported by using an older version of muse and I have not all the other files of the Web site. Help, please.

    In this case, you will need to ask the client to share the muse file and have the same updated file, and then publish on the customer site. When you are added as an administrator, you will see the option site > site list.

  • Please can someone help, need password CNU9497P2C

    I have the same problem and its driving me crazy... I need the BIOS password because I can't access to this

    [number of Series edited by Moderator]

    Please can someone help, need password

    HP MINI CQ10

    Sweb try.

    e9lovox27e

    3rd letter tiny L.

    4th and 6th letter lowercase o.

    Use this code to go into the BIOS.

    Disable all passwords that are enabled.

    If demand for CURRENT password using this code.

    Request NEW password just press ENTER.

    If asked to hit just to CHECK password to enter.

    Save and exit.

    REO

    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damages that may occur to your system using these services. Please be aware that you do so at your own risk.

  • Cannot set properties from Slide Master

    I don't know how it happened, because I could do in the past, but for some reason that I can't set properties for slide masters in my project.

    I am using Captivate 7 32 - bit and when I click on a model of slides I get the message "Slide Master" and can add/delete/modify objects on the slide.  But, for some reason, I can't set the properties of the slide iteself more.  Specifically, I'm trying to rename a slide masters, and the properties view is identical to the last slide film that I have read.

    For example, I'm editing slide 2/10 film.  I decided to change the slides associated with this slide model.  So, I click the slide tab, and then select the slides model I want to change.  The "Slide master" message appears, but the Properties tab remains the same the last slide I watch one on film.  If I select an object on the slide (such as a text box), I can change the properties of this text box.  But, I can't change the properties for the model of slides, I work with.

    Any ideas how to reactivate the properties of the slide?  I already rebooted Captivate and my computer a couple of times.

    See Tip #8 in this list:

    http://www.Infosemantics.com.au/Adobe-Captivate-troubleshooting/basic-troubleshooting-tech wheat

    If you want troubleshooting tips more 300 CP, you will need to read the book:

    http://www.Infosemantics.com.au/troubleshoot-Adobe-Captivate

  • (2) is there a place that I see all the logics without seeking the properties of each object?

    LookoutDirect 4.5

    (2) is there a place that I see all the logics without seeking the properties of each object?

    It seems that the lookout 4.5 is not browser connection. We have added this tool to view the connections at the belvedere 5.x.

  • How ATG choose the custom OutputConfig.properties

    Hello

    I have a custom OutputConfig.properties in which I use the custom definition file, I want to ATG to fetch this file custom definition rather than pick up the General config or defined in the ProductCatalogOutputConfig.properties XML output currents. Please let me know how we can go about this?

    Thank you

    Replace the definition file.

    /atg/commerce/search/ProductCatalogOutputConfig

    definitionFile = / path-to-custom-output - conig.xml

    Peace

    Shaik

  • Essbase Studio - cannot set properties of essbase to the parent level

    Hello

    I have a dimension of product recurssive hierarchy. Source is an oracle table something like
    Alias of parent child
    Ap1 p1 P
    p p2 ap2
    ap11 p11 P1
    ap12 p12 P1

    I have a self-join between parent and child column, and have no problem related to the hierarchy of construction

    However, I am able to assign an alias to all other members except the per Member

    Any advice on the issue will be useful!

    Kind regards

    Is the name of the Dimension-P?

    For example, the dimension is entity and the hierarchy is

    Entity entities
    Entity pollup replacement
    All entities zzz

    If so, you must set the properties directly for the Dimension Member
    IF this isn't the case, then can you add where P is a child of the dimension member?
    In recursive hierarchies, you should only be setting properties on the child members as it should the parent other members or the members of level zero is

  • Help needed to create a POP UP window and stores the values of the custom tab

    Hello

    I have a requirement to store a program competing in a custom table name.

    Fields are concurrent_program_name, user_concurrent_program_name (of fnd_concurrent_programs_vl) and end_user_column_name (fnd_descr_flex_col_usage_vl setting) I finished the job of script to fill the value in the table.

    Now the problem is that I have to design a creation page which have concurrent_program_name (LOV) and user_concurrent_program_name (MTI) and setting (link)

    If the user selects the value in concurrent_program_name means LOV it should display a relevant user_concurrent_program_name (in MTI) and (window) settings.

    So I create card LOV in Concurrent_program_name as follows: 1. the concurrent_program_name card 2. Map of the user_concurrent_program_name.

    Now I select an LOV concurrent_program_name and it shows a user_concurrent_program_name in MTI. (Works fine)

    I need help how to go ahead with parameters.

    If the user clicks on the link he must navigate the window pop up and displays the values of the settings, now I need to keep the close button (if the close button hit the user navigates to page creation.) and if the user hit the button Save page create then it should record the following values of custom table (concurrent_program_name user_concurrent_program_name and settings).

    Pls give me an idea to go ahead and also give me some articles about it.

    Thank you

    Corinne Bertrand

    check out this blog to create a popup window http://mukx.blogspot.com/2007/07/javascript-in-oa-framework.html

    You can create a button with 'Window.Close ()' to close the window...
    You can get the parameters of CP in the following query

    SELECT * from fnd_descr_flex_col_usage_vl
    where as descriptive_flexfield_name ' $srs$. CONCURRENT_PROGRAM'
    AND APPICATION_ID = xx

    Warning : do not do transactions with the pop-up window.

    For information about how to create the page, see Create exercise...

    Prasanna-

  • Need help in the development of different customized reports for SCCM 2012 using the Report Builder version 3.0

    Members of the Group of respected

    I need your urgent assistance to solve my problem, if someone who at least somewhat or large information please help me.
    My problem is related to SCCM 2012 and SQL server 2008.
    : - I have to develop a custom reports for SCCM 2012 for one of my clients. I have configured all the settings required for preparing the report, and I have examples of reports provided with sccm 2012.
    I get the problem while developing new relationships, if I have examples of reports that I have studied the corresponding reports. I don't get detailed information from the database to create query and get the desired result. As I have not idea of detail of this database structure in it.
    So I need help to create the query as I am new on this database.
    If anyone understand please give me help or link where I can build the report
    Thanks in advance.

    Forums for this product are here: http://social.technet.microsoft.com/forums/en-US/category/configurationmanager/

  • Need help to create a logic

    Hi all
    I need to make a logic to check the scenario below.
    Could you please help me on this one.

    Scenario:
    There is a table of ABC. I need enable all purposes for the specified SBA.
    OSR uses status Party_status
    Address 123 A
    123 Ship_to A
    123 Install_at A
    Address 125 A
    Install_at 125A
    200 Ship_to an A
    Address 201 A I

    Logic should be such that it checks all uses and must return the OSR whose use is not Active.

    For example. I guess that 123,125,200,201,203 of OSR hard-coding in the query.
    Output should be like
    The SBA uses
    All_usages_are_active 123
    Ship_to 125
    Address 200, Install_at
    Address 201, Ship_to, Install_at
    Address 203, Ship_to, Install_at

    Here is the raw logic I created so dar.
    Code:*.
    Installation of ship of Bill
    T T T
    T T F
    T F T
    T F F
    F T T
    F T F
    F F T
    F F F

    DECLARE
    Cursor C1 is
    Select the OSR, uses, statusm party_status
    ABC;

    BEGIN
    Open c1;
    Fetch c1 into x;
    if(C1%NotFound) then
    dbms_output.put_line (c1. OSR + ': ' + 'Address, Ship_to, Install_at');
    "exit";
    end if;
    If (C1. Uses = 'Address' AND C1. STATE = 'A' AND C1. PARTY_STATUS = 'A') THEN
    IF (C1. USE = "SHIP_TO" AND C1. STATE = 'A' AND C1. PARTY_STATUS = 'A') THEN
    IF (C1. USE = "INSTALL_AT" AND C1. STATE = 'A' AND C1. PARTY_STATUS = 'A') THEN
    dbms_output.put_line (C1. OSR + ': ' + 'All_usages_are_active');
    END IF;
    END IF;
    END IF;
    END;


    Please help me with logic.
    Thanks in advance.

    Kind regards
    Pankaj

    Published by: Pankaj Arora on January 16, 2012 06:48

    Something like:

    with input as (
                   select '123,125,200,201,203' osr_str from dual
                  ),
      osr_list as (
                   select  distinct to_number(regexp_substr(osr_str,'[^,]+',1,level)) osr
                     from  input
                     connect by level <= length(regexp_replace(osr_str || ',','[^,]'))
                  ),
      template as (
                   select  osr,
                           sum(power(2,lvl)) total_usage
                     from  osr_list,
                           (
                            select level lvl
                              from  dual
                              connect by level <= 3
                           )
                     group by osr
                  ),
        active as (
                   select  osr,
                           sum(
                               case usages
                                 when 'Bill_to' then 2
                                 when 'Ship_to' then 4
                                 else 8
                               end
                              ) total_usage
                     from  abc
                     where status = 'A'
                       and party_status = 'A'
                     group by osr
                  ),
      inactive as (
                   select  a.osr,
                           a.total_usage - nvl(b.total_usage,0) total_usage
                     from      template a
                           left join
                               active b
                             on (
                                 b.osr = a.osr
                                )
                  )
    select  osr,
            case total_usage
              when 0 then 'All_usages_are_active'
              when 2 then 'Bill_to'
              when 4 then 'Ship_to'
              when 6 then 'Bill_to,Ship_to'
              when 8 then 'Install_at'
              when 10 then 'Bill_to,Install_at'
              when 12 then 'Ship_to,Install_at'
              else 'Bill_to,Ship_to,Install_at'
            end usages
      from  inactive
      order by osr
    /
    
           OSR     USAGES
    ----------     --------------------------
           123     All_usages_are_active
           125     Ship_to
           200     Bill_to,Install_at
           201     Bill_to,Ship_to,Install_at
           203     Bill_to,Ship_to,Install_at
    
    SQL> 
    

    SY.

  • Development of custom connector - help needed

    Hi all

    I'm working on the development of custom connector where I set up users in to a flatfile. I m able to create users in flatfile by assigning the target resource.

    Now, I need to update the users that are configured in the flat file. I tried to update a user, its data get updated on the resource card but not on the target file. I checked in the process definition for other resources, for each attribute form like firstname, lastname etc... It is a separate task.

    example of

    for name-> name updated

    I created a process task (no update phone) to a single attribute (phone number), but the task of process is not triggered.

    Please provide your guidelines

    Thanks in advance

    Kind regards
    Madhu

    Hi Madhu,

    you have added 'Phone No day' task in the definition of process, I guess this process form field label is "Phone" = no

    Then, if you update this attribute in form value of process 'day of No phone' task should be triggered.

    Thank you
    Patricia

  • Need help, connect to the wifi and Panel set to work.

    Let me start by saying that I recently downloaded malware bytes and microsoft security essentials. Malware found 4 corrupted files. I deleted the and also received a warning that the files needed to restore. I restarted the computer and then I realized that the computer wouldn't connect to the Internet wirelessly. There is no any wifi connection possible. I tried to access the firewall via the Control Panel, but I received a message saying that something is misspelled, and I needed to check my spelling and try again. I can't access anything in the control panel. I then returned to malicious software and restored the files and I don't know if it restored. Again, I have no wireless connections and cannot use Control Panel. I did a restore there when I knew that nothing was wrong with her, but he says that there is no change for a week about a week ago. I need help!

    What are the 'properties' can you get not to?

    If you were not able to see something like this picture--> http://www.askdavetaylor.com/4-blog-pics/windows-system-properties.jpg

    or you have to this Properties dialog box, but the part of the circle includes all mention of the Service Pack,

    Then, it's probably time for you to go to a good independent store (place of type no BigBoxStoreUSA or geeksquad) computer repair.  If they think they can reinstall Windows, ask them to back up your data (files, photos, music) first.  Ask them to tell you the consequences of reinstalling Windows before they do.

  • DB setting help needed

    We are in the process of setting up the database server. What is necessary for a good DB memory configurations.

    We use a DB shairing through Project Server means server contains several databases and a data base contains many schemas.

    We have total 800 paintings and 150-200 are tables of transaction that will have millions of records.

    Kindly share experts supposed to adjust the database (server-side configuration and memory side)

    SA123, it is impossible for anyone of you provide answers to your questions when provide you absolutely no useful or need information on the support application requires you or your server capacity.  Think about what you need to know to be able to answer your questions.

    - -

    What version of Oracle will be ran?  On what platform?     (Requirements depend on questions below)

    How many CPU will be the server have?  The amount of memory?

    What is the sustained ability of IO to the planned or existing disk system?

    How many concurrent user sessions will be supported?

    What is the requirement of e/s of application the or applications?   (Compare the ability)

    What kind of applications will be supported?  Against what databases? OLTP, DSS, warehouse?

    What size is each database?

    Oracle features/options be available?  (RAC, partitioning, etc...)

    What kind of backups is taken (rman manual hot, snapshot technology, no real backup only export) that may vary according to the database?

    - -

    There are many other questions you need to ask and answer before you can answer your first set of questions.

    - -

    HTH - Mark D Powell.

  • Need help in this SQL logic

    Hi all

    I need to create a report that shows the batch duration grouped by batch code.

    The logic is that it should show. We currently have BatchId, BatchStartTime, and BatchEndTime, stored in table batch_t.

    I need these BatchId group if their hours start and end times are overlapping each other as shown below.

    GroupIDBatchIdBatchStartTimeBatchEndTime
    11228 MARCH 13 10.03.24.000000000 AM28 MARCH 13 12.22.43.000000000 PM
    11328 MARCH 13 10.14.38.000000000 AM28 MARCH 13 11.11.03.000000000 AM
    21528 MARCH 13 02.19.32.000000000 PM28 MARCH 13 02.27.24.000000000 PM
    31628 MARCH 13 03.46.23.000000000 PM28 MARCH 13 03.55.07.000000000 PM
    41728 MARCH 13 03.55.23.000000000 PM28 MARCH 13 03.57.46.000000000 PM
    52028 MARCH 13 04.10.53.000000000 PM28 MARCH 13 04.11.30.000000000 PM
    51928 MARCH 13 04.02.54.000000000 PM28 MARCH 13 04.17.00.000000000 PM

    I'm able to find batches that overlap with the OVERLAPS operator, but I'm not able to group them as described above (see the first column).

    SQL> SELECT Dense_rank()
    
    2    over(
    
    3    ORDER BY To_char(batchstarttime, 'DD-MON-RR HH24')) grp,
    
    4    batchid,
    
    5    batchstarttime,
    
    6    batchendtime
    
    7 FROM batch_t
    
    8 /
    
    GRP BATCHID BATCHSTARTTIME BATCHENDTIME
    
    ---------- --------------------------------------- ------------------------------------------------- -------------------------------------------------
    
    1 12 28-MAR-13 10.03.24.000000 AM 28-MAR-13 12.22.43.000000 PM
    
    1 13 28-MAR-13 10.14.38.000000 AM 28-MAR-13 11.11.03.000000 AM
    
    2 15 28-MAR-13 02.19.32.000000 PM 28-MAR-13 02.27.24.000000 PM
    
    3 16 28-MAR-13 03.46.23.000000 PM 28-MAR-13 03.55.07.000000 PM
    
    3 17 28-MAR-13 03.55.23.000000 PM 28-MAR-13 03.57.46.000000 PM
    
    4 19 28-MAR-13 04.02.54.000000 PM 28-MAR-13 04.17.00.000000 PM
    
    4 20 28-MAR-13 04.10.53.000000 PM 28-MAR-13 04.11.30.000000 PM
    
    7 rows selected
    
  • [Help needed] Several errors in X 40 with ADF security with or without custom login page

    OTN greetings community, I'm sorry to bother you again, but I need help again once, links to the relevant files (pastebin and imgur) are on the bottom of the post in the meantime ill try to explain my situation.

    I use version 11.1.1.7.0 for JDeveloper with (I assume) updates all of the current side.

    In my efforts to learn more about ADF, I had finished the Apps to build with ADF I guide I produce a 'simple' application to manage contacts, companies and their places of activity.

    With all my functions done and tested semi (small scale) I went ahead and and tried implement security.

    So, with the help of Andrejus Baranovskis Entry of Blog (have been using his blog as a source of information, has contributed to many situations, especially related bean) and fireboxtraining (Part1 and Part2) youtube videos, I have 2 pages, a Login Page (a dispatcher Panel 1 facet has only text showing the user names and passwords connection and the 2nd input text facet 2 related to the bean requesting the user name and Word 3rd password a button that calls the doLogin method) and an error page displays just the text.

    So after you have enabled security, create 2 users, create 2 roles of the company, creating application roles 2 and associating all 2 grants of right one to each role app giving privilege to see on the pages I want, I developed (my goal is that in the homepage, using a mixer according to user's role would display a region that all data can be changed or another that all data is read-only but I don't that have not yet implemented).

    So I went on the test page and unfortunately I hit the 1st wall would not display the login page (seemed to be always be update a blank page in firefox) so I checked if the pages are in the anonymous role and they were. So, as I saw in the video I deleted the page definition files in the Databindings.cpx file and I am past the 1st obstacle has shown the login page. So I typed the username and passwords and I hit my second wall (error 404 - Not found), I saw the code, debugged it and found that he wouldn't be able to hang or something like that (forgive me for my brutal inexperience) then I disabled the security and reactivated with pages of default form, and when it prompted me to type the user name and password I had hit my 3rd and last wall (error 401 - no allowed) which we I didn't wait, I went in the jazn-"Data.xml" and looked if the grants/permissions/roles were ok, in my inexperience, I don't find any problem, so beat I come here to seek support.

    Code:

    MyLoginBean

    MyJazn-"Data.xml"

    MyWeb.xml

    Error logs:
    OnDeployment

    OnLogin

    Screenshots:

    404 full

    401 full

    Sorry for the long post and to put the code in another site (not wanted to put this post more than it already is).

    Thank you very much for your time and your support.

    Hello

    Article http://www.oracle.com/technetwork/issue-archive/2012/12-jan/o12adf-1364748.html

    comes with a sample download, run and explore.

    http://www.Oracle.com/technetwork/issue-archive/2012/12-Jan/o12adf-524995.zip

    It includes all your use cases. So I suggest that start here

    Note that following the code has experienced problems with recent versions of the IDE instead of a side server before we recommend (and will amend accordingly our documentation) to use a redirect on the facesContext--> externalContext instead (I'm typing through while it's not his apparent

    recommended and more)

    ' Private Sub sendForward (HttpServletRequest, HttpServletResponse response, forwardUrl String query) {}

    FacesContext ctx = FacesContext.getCurrentInstance ();

    RequestDispatcher dispatcher = request.getRequestDispatcher (forwardUrl);

    try {}

    Dispatcher.Forward (request, response);

    } catch (ServletException to) {}

    reportUnexpectedLoginError ("ServletException", is);

    } catch (IOException ie) {}

    reportUnexpectedLoginError ("IOException", IE);

    }

    ctx.responseComplete ();

    }

    Frank

Maybe you are looking for