OBIEE 11g Hierarchy expanding issue

Hi Experts,
I have an Analysis report which I display hierarchy and I have many reports which contain hierarchy.
But I have a specific report which only expand up to 1 level only unlike my other Analysis reports which display the hierarchy up to the last level.
This report that only expand up to 1 level have many records (about 1.5K).
Can you help me fix/resolve this issue about the hierarchy
My OBIEE version is: 11.1.1.6 (11.1.1.6.0.120104.0152.000 to be exact).
My hierarchy is properly displayed in other reports but one of my reports, the hierarchy is not displaying well.
SCENARIO:
all reports have same hierarchy fields to be displayed:
report 1 (displays only 50 records or less) - good
report 2 (displays only 50 records or less) - good
report 3 (displays only 50 records or less) - good
report 4 (displays more than 1000 records) - not working
Thanks,

Hi JaiG,
My OBIEE version is: 11.1.1.6 (11.1.1.6.0.120104.0152.000 to be exact).
Yes, the hierarchy is defined is defined in the repository.
My hierarchy is properly displayed in other reports but one of my reports, the hierarchy is not displaying well.
SCENARIO:
all reports have same hierarchy fields to be displayed:
report 1 (displays only 50 records or less) - good
report 2 (displays only 50 records or less) - good
report 3 (displays only 50 records or less) - good
report 4 (displays more than 1000 records) - not working
Thanks,
any updates experts? :(
Edited by: OBIEE Learner on Dec 13, 2012 12:42 AM

Similar Messages

  • OBIEE 11G with MySql Issue Hierarchy is not working..

    Hi,
    i am using the OBIEE 11G with MySQL DB. i have sucessfully created the RPD. i created the Hierarchy in the RPD. this is the scerario i have created.
    i have only one data column created_at. by using this column i create 3 more logical logical columns, which are Year,Month Name,Week and created Hierarchy by taking the these columns only.
    when i am viewing the result by taking the hierarchy it throwing the error systax error"ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version".
    but we selecting the year column it successfully nagvigating to the month level data but when selecting the Hierarchy directly it is unable to navigate from year to month.
    please provide me the solution for this as soon as possbile i have an urgent requirement on this.
    Thanks,
    Yogi.

    Hi,
    Thanks for you post..
    My Requriement is that we no need to create new columns we need to necessary columns in BMM layer only and we need to use them in Hierarchy.
    Thanks,
    Yogi.

  • Weird behaviour of OBIEE 11g hierarchy columns

    Hi,
    I'm facing this weird issue when i implement the OBIEE 11g new feature called hierarchy column.The issue is that the last value in the hierarchy is reporting
    Example
    Store Heir-achy
    ->Store Country
    ->Store City
    ->Store name
    ->Store Name
    ->Store name (And the level goes on and on).
    I don't know why this weird thing is happening.Any help is appreciated.
    Thanks,
    Sunny.

    Thanks for the response, in regards to whether it is 1 or 2 Logical Facts, it is still the same behaviour. IN regards to the Logical Dimension, yes it is set with two LTS with the applicable content levels set. I even tried that as just 1 LTS doing the join through the General tab. Still the same behaviour with the drill-down. I am assuming it will always go through the full drill path regardless of what level the Fact you are hitting is at.

  • OBIEE 11g: Dashboard Javascript Issue

    Hi Gurus,
    We have upgraded obiee from 10g to 11g and finding issues with javascript in a dashboard.
    Functionality: There are some custom labels showing prompt values in it with large font. When user change prompt value and Apply, it should change the value of those text as well.
    In 10g its running fine, but in 11g its not happening after we change the value of prompts. I found the following Javascript is responsible for this functionality. Even I saw one thread to suggest the exactly same code, but in 10g.
    <script type="text/javascript">
    (function(){
    var tblTag = document.getElementsByTagName('table');
    var tdElem= document.getElementsByTagName('td');
    for(m=0;m<tdElem.length;m++){
    if(tdElem[m].className=='GFPSubmit'){tdElem[m].childNodes[0].tBodies[0].rows[0].cells[0].childNodes[0].childNodes[0].innerHTML='Run Report';
    }//close if statement
    }//close for loop
    }// close function clickVal()
    </script>
    Thread:
    Change Go Button Text on Prompt Only
    I need to understand what its actually doing? and Does it really work in 11g? Whats the alternative code?
    Thanks in advance.

    In 10g these are the html objects, after upgrade you need to know the html objects for that report based on that you need to modify javascript code.
    From given code, activity is doing on these objects; You need to find out the equivalent object name for 'GFPSubmit' in 11g.
    GFPSubmit
    table
    td
    If make sense mark

  • OBIEE 11g Calendar alignment issue

    Facts: OBIEE 11g - 11.1.5 on Windows 2003 server.
    There's an alignment issue going on with OBIEE calendar, wich happens only when the month is october. For all other months, the calendar is displayed properly. It does not depend on the year. You may change the year and select October, you'll get the error.
    You might see what happens on the link below.
    http://img210.imageshack.us/img210/7876/firefoxds.jpg
    This behavior may occur when using IE9 (both using compatibility mode or not), Mozila Firefox and Google Chrome.
    I've looked over Metalink and the forums and could not find any information about this error.
    Any tips?!
    Thanks!
    Marcos
    Edited by: BI_Creation on Dec 1, 2011 11:37 AM
    Edited by: BI_Creation on Dec 1, 2011 11:40 AM

    Hi there. Does anybody noticed this issue on calendars?! That only occurs when the month is october....
    Just updating, the correct version of OBIEE is 11.1.1.5.0.
    Thanks in advance.
    Marcos

  • OBIEE 11g hierarchy drilldown custom headings

    In an OBIEE 11g report, have a column which is in a hierarchy. Can use the properties and change that column heading from "Level 3" to more descriptive name in the Criteria.
    When report is opened/run and that column is clicked, the next column is labelled "Level 2" and then "Level 1".
    Because what is in the levels depends on what else is connected, cannot hardcode the text in the rpd.
    If the Level 2 and Level 1 columns are pulled into the Criteria and either hidden or not put in the Results, the drilldown is removed from the Level 3 column.
    How can the drilldown columns' headings be customized, changed for that report?

    Try using Presentation variables, if the column is formatted in the reports.
    Edited by: veeravalli on Oct 2, 2012 11:16 AM

  • OBIEE 11g - Hierarchy

    Hi,
    My client is on OBIEE 11g. Is it possible to create a tree-like structure (as shown below) from a hierarchy in the prompt?
    TestPrompt should show following
    Org Level1
    ------Org Level2a
    ------------Org Level3a
    ------------------Org Level4a
    --------Org Level2b
    --------------Org Level3b
    --------------------Org Level4b
    Will appreciate your inputs.

    I was able to achieve this by dragging the hierarchy from the presentation table into the request and then created a prompt on it. The values in the hierarchy display fine in the prompt selection box - like a tree. But, once you pick a value from that tree it doesn't seem to apply that as a filter. Has anybody else come across this?
    Thanks!

  • OBIEE 11G - Common Prod issues

    Hi,
    I manage a team of OBIEE 11g Resources. i do not have hands on experience in OBIEE but been managing the team for the last 4 months.I do understand basics OBIEE 11G concepts and understand the different layers and i have good SQL skills.
    Am currently in the US and have been asked to be the level 1 support for OBIEE issues in Prod.( I really wonder why am asked to do so :( )
    Am trying to get myself prepared to handle OBIEE 11G issues as our first projects move to Prod end of this month.
    Am looking for a list of common prod issues one might generally face in production in OBIEE 11G and as to how to get prepared to be able to look at the issue and be able to see what the issue is. From there on i might delegate it to the OBIEE resources offshore.
    Can someone throw some light on this please ??
    Thanks,
    Chan

    Browser Cache issues - might display staled results to users.
    Make sure your power users run requests with filters.
    Excel downloads - might be missing rows /columns based on version of 11g.
    If you have data level security enabled, you might get not all results displayed complaint.
    Staled data - due to gaps in cache management.
    Make sure you get exact error message, to search for resolution.
    most of the issues might be listed in support.oracle.com / blogs / here-
    hope this helps..

  • OBIEE 11g on windows issue

    Has anyone had any success in installing OBIEE (11.1.1.5), DAC (10.1.3.4.1), Informatica (9.0.1 hotfix 2) and Oracle BI Apps (7.9.6.3) on Linux 64 bit?
    We have been provided 2 physical Linux servers (say A & B) and 1 virtual server (say C) for the same. We were able to install obiee 11g on linux x86 machine (A). We were able to also install the Informatica server (9.0.1 hotfilx 2) and DAC server on the machine (B). As per e-delivery, Bi apps 7.9.6.3 is not available for linux x86_64 bit platform, hence we have downloaded for windows and planning to install on windows machine(C).
    So i have followed this doc http://docs.oracle.com/cd/E20490_01/bia.7963/e19038.pdf section 4.1 for installaing. so it says to install OBIEE complete install(same one which we did on linux machine A) so when i started installing OBIEE enterprise install i am using the same dev_biplatform and mds schema details on windows too but it says it already exist on the database. so i got struck here. So what kind of install do we need to do on windows for OBIEE because after that when we perform OBIA installation we need to provide the OBIEE isntallation paths like webloic home,middleware home, etc so that it will create all the metadata files rpd,catalog,obia_bw.rep etc.
    So once it is success i would move the OBIA respective files to linux machine A and B.
    please help me with this.
    Thanks,
    RM

    HI,
    10.5.1 500 Internal Server Error
    The above error says Presentation services not running.
    Using this command you can check:
    Open --> Run--> Cd OBIEE_Home\Instance/Intstace / bin> opmnctl status
    Try to stop services and again restart the all services.
    stop the all services = opmnctl stop all
    Start the services = opmnctl start all
    I guess you installation not done completely.
    Please refer the below link try to install freshly.
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-11.html
    Hope this help's
    Thanks,
    Satya

  • Obiee 11g Chart sorting issue

    Hi All,
    I am trying to plot a graph in OBIEE 11g answers which shows Calendar Month in X-axis and percentage of marks in Y-axis,
    in such a way that Calendar Month in X-axis should be in the order Jan Feb Mar Apr .....(where as now it is Apr Aug Feb ... which is sorted in ascending order) Calender month is a calculated column in the report which has the following calculation
    case when cal_month=1 then 'Jan'
    case when cal_month=2 then 'Feb'
    case when cal_month=12 then 'Dec'
    How do i arrange the calendar month in a proper order of Jan Feb Mar .....
    Please advise
    Thanks,
    LonaD

    I've already mentioned OOB column to use, I'm not sure about your data. If you dont have it then might go for workaround to get number 1 to 12.
    BTW:Existing column 'Col month' as referred is not helping you?
    For ex: work around might be something like
    cast(substring("Year",3,2) as int)
    Mark if helps
    Edited by: Srini VEERAVALLI on Feb 5, 2013 12:43 AM
    you can create same in rpd so that you can sort it._
    Or else can go with work around using year column as above_
    Edited by: Srini VEERAVALLI on Feb 5, 2013 12:59 AM
    Edited by: Srini VEERAVALLI on Feb 5, 2013 1:01 AM
    Edited by: Srini VEERAVALLI on Feb 5, 2013 3:19 PM

  • OBIEE 11g after expand Hierarchy Columns move the page to where the expand was clicked

    Hi,
    I have a question about expanding the hierarchy columns.
    I have made so that some information are only show when press the + sign to expand extra information.
    The problem I am having is that when the + sign is pressed to expand the content, the whole page get refresh and move back to the top of the page.
    Is there a way to stay where the screen was after expanding, instead of going back to the top of page?
    Thanks in advance.

    Hi Niraj,
    I think you are on 11.1.1.5 + version here. Now, that you have two security realms configured (one for AD and one default), please add one more parameter virtualize = true in the EM (just the page where you added user.name etc).
    This parameter would help BI Server recognize the two realms set up here.
    Hope this helps.
    Thank you,
    Dhar

  • OBIEE 11g Union Report Issue

    Hi all,
    Did one any of you started development work on 11g? If so have you created Union reports in 11g?
    I am facing two issues afte creating Union reports.
    1.I am unable to sort the columns. (Report is automatically sorted according to alphabatical order)
    2. I am unable to create New calculation Item.
    Thanks

    Hi there. Does anybody noticed this issue on calendars?! That only occurs when the month is october....
    Just updating, the correct version of OBIEE is 11.1.1.5.0.
    Thanks in advance.
    Marcos

  • OBIEE 11g SSL Configuration Issue : Unable to import the Server certs

    Hello All,
    We are trying to configure OBIEE 11.1.1.6.0 with SSL using Windows server 2003 (IIS) and facing some issues with that.
    Followed the document : OBIEE11g SSL Setup and Configuration [1326781.1]
    http://obieedue.blogspot.sg/2012/08/obiee11g-ssl-setup-and-configuration.html
    and also completed generating the required certificate signing request and keystores for SSL communication and sent it to the CA (IT Admin team) to to have the certificate signed by CA. The issue comes when I am trying to import the CA certificate (Root certificate) and Server Certificate into the Java Keystore.
    I am importing the Root CA Certificate first which is successfully added to the keystore.
    keytool -import -trustcacerts -alias mycacert -file cacert.pem -keystore mykeystore.jks -storepass Welcome1
    Trust this certificate? [no]: yes
    Certificate was added to keystore.
    But when trying to add the Server Certificate to the keystore using the command below :
    keytool -import -v -alias testserver -file server.cer -keystore mykeystore.jks -keypass Welcome1 -storepass Welcome1
    Certificate reply was installed in keystore
    I get the following error:
    keytool error: java.lang.Exception: Failed to establish chain from reply
    java.lang.Exception: Failed to establish chain from reply
    at sun.security.tools.KeyTool.establishCertChain(KeyTool.java:2662)
    at sun.security.tools.KeyTool.installReply(KeyTool.java:1870)
    at sun.security.tools.KeyTool.doCommands(KeyTool.java:807)
    at sun.security.tools.KeyTool.run(KeyTool.java:172)
    at sun.security.tools.KeyTool.main(KeyTool.java:166)
    Read many forums and tried to convert it to the PKCS#7 format and import the cert to the identity keystore, but was not successful in that either. I have also checked with the IT Admin team and found there is only one RootCA and no other intermediate CA's.
    Please advice if any one has similar issues or suggestions.
    Thanks in advance,
    SVS

    Hi,
    One obvious reason would be that you did not specify -trustcacerts, and the root CA is not included in the present server keystore. In that case, using the -trustcacerts option would solve the problem, if the root CA is indeed in the JDK cacerts.
    To print out the certificates present in the JDK cacerts, use the following command:
    keytool -list -keystore <JAVA_HOME>/jre/lib/security/cacerts -storepass changeit -v
    Then check if the root CA that signed your server certificate is present, and has not expired (in which case,you would need to re-import a newer one into cacerts).
    Another common reason for that error message is when you have used a proprietary CA to sign your server certificate. Then it would obviously not be in the JDK cacerts. The solution in that case is to import your proprietary root CA into the JDK cacerts, using the following command:
    keytool -import -keystore <JAVA_HOME>/jre/lib/security/cacerts -file yourRootCA.pem -storepass changeit -alias youralias
    A third reason for that error message is when your server was signed by an intermediate certificate. In that case, you would have received from your CA a chain of certificates. One way to solve this (not the only one, but this one works well): Prepend your intermediate CA file to your server cert file, and import the obtained concatenated file into the server keystore. Be careful, the intermediate CA must be BEFORE the server cert. Example:
    copy rootca.cer certchain.p7b
    type server.cer >> certchain.p7b
    The file certchain.p7b will be the concatenation of the intermediate CA and the signed server cert. Then import the newly created file under the key alias as follows:
    keytool -import -keystore serverks.jks -file certchain.p7b -alias yourkey -trustcacerts
    If you only prepend the intermediate root CA, you must make sure the the final root CA is in cacerts. But you can also prepend your whole chain of trust inside the server keystore.
    Regards,
    Kal

  • OBIEE 11g  Map View - Issue with Label Translation

    Hi All,
    I have a strange translation issue with the Maps in 11g.
    Created in English language to plot the Revenue for each of the Postal Codes.
    I selected Postal Code and Revenue Amount in the Criteria and created a new Map View. It had the text 'Postal Code' in the Map Legend and then the scale for revenue amount.
    Now I logged on with Chinese Language , it still appears as 'Postal Code' in English where in it was actually supposed to show it in Chinese.
    We have a translation pack to get all the column names translated. If I try creating a new table view, it shows the translated text instead of 'Postal Code', but some how this doesn't work with Maps.
    Has anyone faced similar issues ? Is there a workaround for this ?
    Thanks for any pointers.

    Hi,
    I also encounter the same issue. When I view combined layout, I get the No Results message. But when I edit the table layout, I see that there are records returned. Does anyone had any luck in resolving this issue?
    Thanks!

  • OBIEE 11G catalog security issue

    I have the following (simplified) requirement:
    - People with application role FIN should have access to analysis XYZ
    - People with application role HR should have access to analysis ABC
    - People with both application roles should have access to XYZ and ABC
    The above seems pretty obvious and per http://docs.oracle.com/cd/E29505_01/bi.1111/e10543/mgrgrpsusers.htm#autoId16 this should work without further ado, since the least restrictive access should be granted when roles with different permissions (FIN has nog permissions on ABC and HR no permissions on XYZ) are granted, however...
    We find that if role HR is not explicitly excluded from access to XYZ then it will always have access to XYZ. The same goed for FIN and ABC. But then when both roles are granted (with these explicit exclusions), user has access to neither XYZ or ABC. This actually makes sense, since explicit exclusions take precedence, but then how do I achieve my goal as stated above?
    The same logic applies to subject areas. If not explicitly excluded for either of the two roles, access is always granted. But if explicitly excluded, granting both roles excludes both subject areas.
    I have already checked inherited roles. The FIN and HR roles are based on standard BI Consumer roles, so they are both members of Authenticated User and BI Consumer. But even taking these into account, the same problem persists. Pretty sure I am overlooking something small and simple.

    Hi there. Does anybody noticed this issue on calendars?! That only occurs when the month is october....
    Just updating, the correct version of OBIEE is 11.1.1.5.0.
    Thanks in advance.
    Marcos

Maybe you are looking for

  • Unable to install SCCM client on Windows Server 2008 R2 - certificate permission error?

    I am trying to comply with corporate policy, which is, have an SCCM agent or client on every Windows device. I have successfully used the provided SCCM installer on other Windows 2008 R2 servers. However for one particular server I cannot get the SCC

  • Multiple "On My Mac" folders in Mail app

    I have one me.com email address and 6 email address from other sources. My Archive box looks like this in Apple Mail. These multiple "On My Mac" folders don't make any sense as EACH folder contains all archived emails (they are identical). When I tri

  • Error in replication from CRM to ISU

    Hi.. I am trying to replicate the Business Partner (BP) from CRM to ISU or R/3 but it does neither replicated nor comming in RFC Queque. When I checked in BDOC message , SMW01 it shows an error like <b>Could not determine module name: BUPA_MAIN GENKE

  • Problem trying to watch iTunes movie with powerbook g4

    My 867 g4 is doing the equivalent of a stutter when I try to watch the godfather (downloaded from iTunes) on it. The picture and sound keep momentarily stopping and starting again. I've got the original hard drive and 384 gb of ram. Do I need to upgr

  • Camera doesn't show up in Ichat

    I am using an isight to sucessfully ichat with my Dad. We did one way video just fine. Now he wants to do video on his end. He has a firewire capable Optura camcorder that Ichat doesn't recognize at all. I had him reboot, but nothing changed in ichat