Setting a condition for preferred drill path.

Is there a way we can set a condition for preferred drill path in hierarchy?
Our requirement is to skip levels if they have no values..
Thanks in advance.

No you can't (90% sure)
But may be you have ragged hierarchies, have you seen this blog on how to model it ?
http://www.rittmanmead.com/2007/06/21/obiee-data-modeling-tips-3-ragged-hierarchies/

Similar Messages

  • Preferred drill path

    Hi,
    I created a dimesion on three of my dimension table. I gave a preferred drill path from one dimesion to another. So if I click Account from first table it should dispaly values of Portfolio in the second dimension and if I click name then it should display secuirty code from third dimension. I gave a preferred dill path to do this. and I selected the columns, I want to drill thru and enabled the drill down key. My question in now when I select ay column from the any dimesion table it is giving me option to click and it is drilling to the columns to which I enabled drill down. For example in my first dimesion I chose 'Account numbe'r and second dimension I chose 'Name' . Now when I select any column from first dimension it let me drill thru and it displays Account number. When I click Account Number it displays name. I want only the drill thru feature to be enabled on Account Number, Name. All other columns should not let me drill thru. Is this possible or do we ahve to live with this.

    *@787565, are you user4683504?*
    Your question is eerily exactly like the original OP's question of this thread and after reading this post...
    User with 78 series - something fishy
    ...it got me thinking about why your handle is a "number" rather than a name like most handles?
    If you are not the same person, please open your own thread, but I would still like an answer to the questions above (in bold).
    Edited by: David_T on Aug 21, 2010 8:48 AM

  • How to set the conditions for item deletion approval workflow?

    Hi,
    I have created approval workflow for item modifications ie, when user try to modify an item, it will send a mail to Project Manager. For that I set the conditions in Change the behavior of the overall task: 1. When the task process starts 2 . When the task
     process completes .
    Change the behavior of the single task: 1.when a task is Pending.
    [I followed this https://www.nothingbutsharepoint.com/sites/eusp/Pages/5-Steps-to-Enhance-SharePoint-2010-Approval-Workflow.aspx ]
    My Requirement is that I want to set this same workflow for the scenario: when the user deletes an item it will send a mail (intimation mail for item deletion) to Project Manager. here i dont want to send modification mails when user deletes an item.
    When user modifies an item: 1. intimation mail, 2. Approve/Reject mail 3. intimation for approval / rejection mail.
    When user deletes an item: 1. intimation mail.
    How can we set it in one approval workflow?? where i have to set the condition for sending either item modification mails or deletion mail.
    Thanks,
    Praveen ji

    Hi,
    According to your post, my understanding is that you wanted to start approval workflow when item deleted.
    You should first make some changes to trigger the workflow when you delete the item.
    You can use the Event Receiver to achieve it.
    In order to trigger workflow on item delete you need to create event receivers and from event receiver call the workflow already attached with list.
    http://ravendra.wordpress.com/sharepoint-workflow-on-list-item-delete/
    You can also create custom action to start the workflow, you can refer to the following article, then modify the workflow as your need.
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=50
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to provide drill option dynamically using Preferred Drill Path?

    Hi,
    I have three dimensions viz., JE_Category, Transactions and Receipts.
    How can I drill to Tansactions or Receipts based on the value selected by the user from JE_Category.
    I tried Preferred Drill Path concept by adding Trx_Number from Transactions and Receipt_Number from Receipts.
    But it is taking only one path and getting error when I select the other one in JE_Category..
    Any other way to implement this concept or please guide me if it is possible with Preferred Drill Path..
    Thanks in Advance

    It is possible to use the Preferred Drill Path only in Dimension (hierarchy). Then only we can drill down to other dimension hierarchy(i.e., feature of Preferred Drill Path).
    My problem is how to drill down to the other dimension when I have multiple dimesions available..
    I think u got my problem..

  • Set Rule conditions for Determine Tax Applicability rules

    Hi
    We are doing Tax setups In Release 12. We need to setup the Rule condition for Determine tax Applicability as Applicable. can you please tell me the Naivgation Path.
    Regards
    Venkateswaran R

    rules contain a number of rule conditions each of which has its own parameters, like:
    tell application "Mail"
      set new_rule to make new rule at end of rules with properties {name:"New Rule", all conditions must be met:true, move message:mailbox "Some Mailbox"}
      tell new_rule
        make new rule condition at end of rule conditions with properties {rule type:from header, qualifier:equal to value, expression:"[email protected]"}
        make new rule condition at end of rule conditions with properties {rule type:subject header, qualifier:does contain value, expression:"Trigger Phrase"}
      end tell
    end tell

  • How to set the condition for dynamic Xquery in OSB11g

    Hi to all,
    I have a requirement like three different requests all are converted in to standard format.For this scenario I use dyamic X-query transformation.For Example RequestA,RequestB and RequesrC what ever request it should be converted into one standard format say Response.For this I create three X-Query transformations,and proxy service.If i get the request from RequestA related XQuery will execute (RequstA to Response transformation).
    RequestA------Response
    RequestB------Response
    RequestC------Response
    Actually my idea is based on requset schema name (like RequestA) it will convert,for this scenario how can I set condition in dynamicXquery.
    Thanks in advance.

    Hi,
    Can u plz tel how make the x-query for an XML file,basically i follow the below link
    http://beatechnologies.wordpress.com/2010/12/01/dynamic-xquery-in-oracle-service-bus/
    In this example I'm creating the routing rulesXML file in Eclipse,I'm unable to assigning this xml file to an variable.I create a Xquery for this XML with any type,And I create GetRouting.XQ.can u pls tel which is correct method to Xquery with any type for this XML or else i send my jar file,tell me any modifications are required.
    Thanks in advance

  • Adobe Form -  How to set a condition for a Subform

    Hi All
    I am new in Adobe Form and learing it - (I had some knowledges of SmartForm) - One of the requirement I have to do is to print out a different layout (subform) according to a value of a flag.
    In Smartform, I can draw diffrent layouts and put a condition on each layout so each one can be printed accroding to the flag value.
    In Adobe Form, the subform (or any other object) cannot be conditional set - I don't know how to do it - Could comeone please show me how - I reward points for any reply - Thanks

    You are excused with your English - and you must excuse mine , too
    Your questions:
    But, how i write the condition ?
    1- If ( article.table1 = Null ) then ... ?
    2- If ( article.table1.Rangée1.SubForm2.lib_article.rawValue = " " ) then... ?
    Try this:
    1- // Locate the table node from to down
    var tNodes = xfa.resolveNodes("Table1[*]");
    If (tNodes.value == NULL)  {
        tNodes.presence = "Hidden" }     
    or
    2- // locate the varable fields and loop thru to check if they are all empty
    var fNodes_1 = xfa.resolveNodes("article.table1.Rangée1[*].SubForm2.num_article");
    var fNodes_2 = xfa.resolveNodes("article.table1.Rangée1[*].SubForm2.lib_article");
    var fNodesLength = fNodes_2.length;
    var table_empty = "Y";
    for (var fNodeCount = 0; fNodeCount < fNodesLength; fNodeCount++) {
       If     (fNodes1.item(fNodeCount).rawValue <> " ") or
              (fNodes2.item(fNodeCount).rawValue <> " ")      {
                 table_empty = "N";
    // Now find the table node and hide if if necc
    var tNodes = xfa.resolveNodes("Table1[*]");
    If table_empty = "Y"  {
        tNodes.presence = "Hidden" }    
    You must place those codes at the Subform Article level in Javascript mode
    Good Luck
    Edited by: Liem Van Duong on Jun 13, 2008 2:45 AM
    Edited by: Liem Van Duong on Jun 13, 2008 2:46 AM

  • Setting a condition for continuing to next slide

    Hi,
    I'm using Captivate 4. I have four rollover slidelets on a slide - each simultaneoulsy active for displaying in any order.
    How do I create a condition where a 'Next slide' button would be made visible and activated on the slide only if all four rollover slidelets have been visited by the user? Is this possible in Captivate?

    Hi there
    I'm thinking you may be able to accomplish this by declaring one or more variables, then assign the on-click event for each of the slidelets so the event triggers an Advanced Action. The Advanced Action would consist of checking to see if the variable(s) have been set accordingly. Assuming the right condition exists (meaning all four slidelets have been clicked) an action would occur to reveal the button that allows the user to proceed.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to set discount condition for distount condition?

    Hellow!
    We use price condition ZP01 (base price)
    Then discount condition ZDI1 (discount for customer group and material group) is implemented for base price
    This works fine.
    But now I need to implement extra condition to correct discount. It is percent condition which redice discount for customer.
    Example
    base price ZP01
    100 EUR
    discount  ZDI1
    cust group 01 material group 01  - 10%
    cust group 01 material group 02 - 20%%
    DISCOUNT CORRECTION (ZDK)
    cust 1001 0,7 (or 30%)   (cust 1001 in 01 customer group)
    It means that discount in sale document for material group 01  should be 7% and for mat group 02 14% . So condition ZDK reduce discount perchens but not item price.
    Please  help me, how ZDK should be inserted into price procedure.
    Andrey Garshin.

    Hi Andrey,
    Are there any logical reasons behind the reduction as follow:
    1) 10% --> 7% (Material Group 1)
    2) 20% --> 14% (Material Group 2)
    If there are logic to these reduction, you can proceed to write a routine in VOFM and assign it accordingly for condition type ZDK in your pricing procedure.  However, this does not seems to be a standard practice and business wise this would also appear to be rather inflexible and are constrained by the routine you built alone.
    Alternative to the above, I would recommend that you could also consider using the standard condition type PMIN (minimum pricing) given in the standard pricing procedure.  The reason you are probably reducing (or correcting) the discount is also because too much discounts are granted in any sales transaction and therefore you may want to establish a control that there should be a minimum price for a particular material sold. This can be achieved automatically using the PMIN condition type. 
    As such, if the minimum price is not met during pricing in sales order transaction, then the system automatically determines the difference using condition type PMIN.
    Example:
    Condition record PMIN: USD 1,000
    Sales Order Pricing:
    PR00 (Basic Price) = USD 1,250
    K007 (Customer Discount) = USD 300
    PMIN (Minimum Price) = USD 50
    Net Value = USD 1,000 (as per PMIN condition record USD 1,000)
    Whenever minimum price for a material change, you can just change the condition record to quickly change your requirement without changing the configuration.
    Hope the above helps give an idea on how to approach your discount design.
    Thanks.

  • Choose Drill Path

    Hi,
    Can anyone help? I have set up a dimension containing the hierarchy and drill items. However the user in answers does not see the drill path and cannot choose from which item they wish to drill from.
    For example, I have 4 levels:
    Market
    Sales Person
    Introducer
    Customer
    The user can only drill across these levels to reach customer, is there a way where the user can choose to drill from Market to Customer without having to go through each level? Please note that these levels should exist but just allow the user some flexibility in choosing the drill path
    Thanks

    You can set up 'prefered drill path' in Market level in dimesional hierarchy.Set prefred drill path as Customer level.Then if you click on Market it will go directly to Customer.
    But then user wont be able to navigate to Sales Person level from Market level.Another way is to create a report with Market and Customer columns in it.Then give navigation path to this report from Market column in parent report.This will also serve the purpose.
    Regards,
    Sandeep

  • Dimension Hierarchy - preferred drill down in 11.1.1.5

    Hi
    I am using the preferred drill down to navigate from one dim hierarchy, to another hierarchy but, it works for some time, then it fails to some.
    here is the clear explanation:
    dim h1 = region -- > area--->shop number->id1
    dim h2= room number ->id2
    dim h3= m/c number --> m/c id3
    i am trying to build drill down to region - >area-> shop number - > room number - > m/c number
    for this i added the preferred drill path from id1 --> room total
    and then i added the preferred drill path from id2 --> m/c number
    this works for some of them and not for all.
    why is this behaviour? does any one face this problem at all...or is that just me...
    Please help, little urgent...
    Thanks in advance.

    Its working...all times....
    we dont have data related to that....so it got failed....
    Cheers,
    Mani.

  • About condition for loop in BPM

    I design a loop, condition is counter<>3.
    It seems only receives 3 messages when I send more than 3.
    for example, I send 105 messages, for every 10 messages it will generate a file. and I totally have 11 files.
    What is the best way to end the loop?

    Hey,
           you need to have two loops in this.
           Have your send step(for the file) in the inner loop.
            The condition for this loop will be te number of messages that you need per file.
          The outer loop should terminate when all the messages are recieved.(recieve step will be in the outer loop)
       This is not possible with the no. of messages
    You can do one thing, provide a stop message as an input along with the other messages.
    And set the condition for the outer loop for the stop message.
    This will terminate the outer loop.
    regards,
            Milan

  • Cannot find workflow WS14000109 in Define Conditions for Starting Workflows

    Hi All,
    I have a query regarding workflow in SRM 50. I am not able to find the WS14000109 workflow  in the SPRO setting ->Define Conditions for Starting Workflows.
    There is thread ->
    Activating workflow  with a similar issue, but it has not solved my problem.
    Regards
    Sam

    Hi,
      In the SPRO setting ->Define Conditions for Starting Workflows,in the selection criteria "BUSINESS OBJECT",select the BOR "BUS2121" (Shopping cart) and then see whether you can see the WF in the list.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Are different conditions for deleting applets possible?

    Is it possible to set different conditions for applet deleting?
    So someone can delete, for example, applet_A and applet_B but can not delete applet_D. While applet_D can not be deleted at all or can be deleted by someone else who can fulfil conditions for applet_D deletion.
    What is way to do so?
    PS and offtopic: why "applet N", where N - character between 'B' and 'D', is so magic so i can not post message with this phrase? The forum engine writes something like - "this content is not allowed", heh.
    Edited by: 666 on Feb 27, 2011 9:32 AM

    666 wrote:
    Is it possible to set different conditions for applet deleting?
    So someone can delete, for example, applet_A and applet_B but can not delete applet_D. While applet_D can not be deleted at all or can be deleted by someone else who can fulfil conditions for applet_D deletion.
    What is way to do so?
    PS and offtopic: why "applet N", where N - character between 'B' and 'D', is so magic so i can not post message with this phrase? The forum engine writes something like - "this content is not allowed", heh.Do you mean
    | applet&#67; | ( applet &amp;#67; ) |
    | applet_&#67; | ( applet_&amp;#67; ) |

  • Conditionally setting drill paths in RPD

    Hi All,
    Have any one worked on designing a repository which provides GL information and can drill to subsequent Sub-Ledger(AR,AP,Inv,Assets,...etc) information. Based on Je_Source and Je_category in gl_je_headers user should conditional drill to sub-ledger dimension tables.
    Can conditional drill paths be set in RPD level or is there any way of accomplishing this by data warehouse designing.
    Can any one help me on this.
    Thank you

    When you are using the metadata(rpd) drill you cant do that. Unfortunately the easy way to do that is to navigate but you will end up creating more reports and if your drill down is deep then I understand it will real mess. I heard that this is also addressed in 11g but as far as i know compound layout cannot be changed in the drill downs.
    I will be glad if i am wrong.
    Thanks
    Prash

Maybe you are looking for

  • Error in Privileges of OracleSystemUser in OBIEE 11g

    Hi, We are encountering an error with OracleSystemUser. The policy referenced by URI "oracle/wss_username_token_client_policy" could not be retrieved as connection to Policy Manager cannot be established at "t3://servername:7001,servername:9704" due

  • Can I remove a "recorded message video" ?

    Can I remove a "recorded message video", and if so, how do I do it?

  • CRC Error during Install

    I'm trying to install WebLogic 7.0 SP 1 on a Red Hat 9 box, and getting CRC errors. Any ideas? I've tried SP1, SP2, WebLogic 8.1 (though I need 7.0 SP 1, was just trying the newer version), both the net installer and package installer, all are giving

  • ASM AMM questions

    Hi, I now have the strangest behaviour here. That is, it puzzles me. I have an Oracle 11.1.0.7 ASM single instance on an IBM AIX 5.3 TL 06 server There is no database configured yet to use this ASM instance as storage. What I see here is that any set

  • Pre-requisite for Developer Studio

    I'm a newbie on Developer Studio. What are the pre-requisites to install this s/w? Is there an install guide I can go through? Any pointers would be extremely appreciated. Regards, Maulik