Limit hierarchical columns

Is there a way to limit the depth of hierarchical columns in an analysis?
I have a product group hierarchy, very basic:
total > group > subgroup
Using this hierarchical column in an analysis, I get the default behaviour in which one can drill all the way to the lowest level:
+ total
    + group 1
        subgroup 1
    + group 2
However, the requirement of the report is only to support this behaviour to the group level, thus showing only the total and group level.
+ total
    group 1
    group 2
I tried to fix this changing the Column Properties of the hierarchical column. Halas, setting the interaction to None removes the +'es of all levels in the report, while changing the column property interaction to none on group level (still in the criteria, unfolding the hierarchical column gives access to a Column Properties dialog for every level separately) seems to have no effect at all.
I suppose this could be done by creating a second hierarchy in the business layer that excludes the lowest level. But one would expect this to be implementable as well in the analysis itself.

Hello Vj,
I guess 11.1.1.5.5 is a bug.
OBIEE in IL: OBIEE 11.1.1.5.5 is available
But in 11.1.1.6.2 it is not a bug
Check this thread,It may helpful
https://forums.oracle.com/thread/2314889
Mark if helps.
Thanks,

Similar Messages

  • Collapse action doesn't work when several hierarchical columns in a report

    Hello everyone!
    I have an analysis which contains 6 hierarchical columns. And the problem is that for the 5th and 6th columns collapse doesn't work. I can easily expand the column, but I can't collapse it back. The first four columns are collapsing fine. Is there a bug which describes this?
    I'm using OBIEE 11.1.1.6.7. Tried to check this issue in Mozilla and IE - collapse didn't work in neither of them.

    It doesn't work here either. After checking the italicized bit below, I see that it doesn't work when called by an application either. It looks like a bug.
    Here's the fix I found here. Put it in the automator action "run Applescript"
    http://bbs.applescript.net/viewtopic.php?id=15292
    on run {input, parameters}
    --Pop Box
    display dialog "Automator hosed me with a bug, so I'm making you wait for 5 secs with delicious Applescript." giving up after 5
    return input
    end run
    The non-working solution :P
    One suggestion - split the workflow into two (or more) parts.
    1. Open Finder Items with Default Application
    2. Ask for Confirmation
    3. Run Workflow
    4. Wait for User Action
    5. Open Finder Items with Specific Application
    Save the first as an app, the second as a workflow.
    BG3, G4QS, G4ALPB   Mac OS X (10.4.3)  

  • Limit the columns when export RDL to TIFF or PDF image

    I am working on a report page with around 10 columns. When the report appears, there is a export button for user to export the report to csv, excel, tiff and pdf. There is a problem with the PDF and TIFF image when there are many columns,
    as width of the image file is shorter than the total columns width, some columns are 'split' to the next page. Is there any way to limit the columns in the export feature to TIFF where we can specify the maximum columns to be
    exported to the image file?
     

    One method you can try is to set visbility expressions for the column you want to hide based on RenderFormat. You can get this value from Globals collection. So expression for hidden property of those columns would be as below
    IIF(Globals!RenderFormat.Name = "IMAGE" Or Globals!RenderFormat.Name = "PDF",True,False)
    so as to not render them in those formats
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Sort order and hierarchical columns

    I have a report with a hierarchical column (say total, country, city), another dimension (say outdated, actual, undecided) and a measure. In the report should show the results grouped, sorted by the hierarchical column. So i configured the report to be sorted by column one.
    But if i click on the + in front of total, i get
    + total actual 200
    ...... outdated 400
    ...... undecided 700
    +france         actual          150
    +germay        actual          50
    +france         outdated     300
    +germany      outdated     100
    +france         undecided    300
    +germany      undecided    400
    instead of
    +total  actual          200
    ...... outdated 400
    ...... undecided 700
    + france actual 150
    ...... outdated 300
    ...... undecided 300
    + germany actual 50
    ...... outdated 100
    ...... undecided 400
    Is there a possibility to get the second version?
    Thanks
    Martin

    Ok, this one is on me. The reason for this behaviour is:
    The country field has a sort field defined, but (we are still in development) this is allways zero, therefore OBI sorts by zero and assumes, the column is sorted now...

  • Error when including hierarchical column in repot

    Hi All,
    I am getting following error [nQSError: 42039] Columns in BY clause of REPORT totalling function must be in select list. (HY000) when i include the Hierarchical column, Is it something i should set for it.
    Thanks,
    Sreekanth

    Hi,
    Problem was not with hierarchy column, but with another column which i used to sort the entire report on (fiscal_priod_number), and fiscal_period_number column was in excluded section in the pivot, once i dragged the column to pivot section and hide it from colum properties hide property report is functioning normally, This is something intresting behaviour, and this happens only with reports which use hierarchy column.
    Thanks,
    Sreekanth

  • Hierarchal Columns and Passing Values to a Detail Report (Action Links)

    I have a question in OBIEE 11.1.1.5 around Hierarchal Columns and passing the values to a detail report. I have create a report with a Hierarchal column (Two Levels only), Month Column and a metric.
    I created a detail report and see both columns used in the hierarchy to "is Prompted" as well as the Month column.
    On the Summary report I put an Action Link on the Metric to navigate to this Detail Report. When I select the metric I see that the Month value gets passed to the Detail Report but none of the Hierarchal columns have been passed at all.
    When I replace the hierarchal column with just the two columns, the values get passed fine.
    Is this a known issue with Hierarchal columns? Is this functionality even available?
    Thanks

    I am assuming then that no one has attempted this on the forum?

  • Dynamic Filter on Hierarchical Column

    I have a parent-child hierarchy in my 11g Subject Area. I know it is possible to filter the hierarchical column using the Selection Steps and the “Select Members based on Hierarchy” option. But is it possible to dynamically filter the column using a Session Variable?
    My hierarchy is set up using the company’s department structure. The business need is for a line manager to have access only to data for their own departments, and any departments below in the hierarchy where applicable. A session variable in the repository knows who has logged onto OBI, and returns the relevant departments. Is it possible to use this variable to only display the relevant portion of the hierarchy?
    Thanks.

    Yes this is possible through external table authorization. Lets say you have hierrarchy table with different nodes in data warehouse. Lets consider w_hierarchy_d table for instance which has different columns like hier1_code, hier2_code etc. Create an external table with three different columns, username, hierarchynode, hierarchyvalue. Hierarchynode, gives the information on what level of hierarchy the user should be restricted, and the hierarchyvalue gives the actual value of the node user belongs to. Lets take a simple geography hierarchy as example;
    username hierarchynode hierarchyvalue
    user1 hier1_code Asia - Region
    user2 hier3_code florida - Office
    Using init block populate this data into session variables and create a filter on group/role like below:
    case when valueofnqsessionhiernode='hier1_code' then officetable.region
    when valueofnqsessionhiernode='hier3_code' then officetable.office
    end = valueofnqsessionhiervalue.
    I am positive the above model works as we implemented this before.
    Please Award points if helpful.
    Thanks,
    -Amith.

  • Can I use action link based on hierarchical column?

    Hi all,
    I used OBIEE 11.1.1.6.2.
    And I want to know can I use action link based on hierarchical column? I want to show link based on some conditionally..
    I try to add conditions, such as Department is equal to A, But after I added, it show me "Department is equal to", why?
    Can anybody give me some hints?
    Regards,
    Anne

    Hi Anne,
    It should work. How did you add the action link? .Click on the + icon on the hierarchical column in criteria tab, this will list all the columns in the hierarchy.Each column will have its own column properties. Click on the Hierarchy level properties of Department column ->Interaction tab and define your conditional action link.
    Regards,
    Dpka

  • Troubles when trying to transfer a table with hierarchical column to a tree

    In WD for ABAP, I encounter many troubles when trying to transfer a table with hierarchical column to an actual tree. In my UI, the tree is in the left pane and the detail for a node is in the right.
    1. With hierarchical table, I can bind the dataSource of the table directly to the context node in View which is mapped to a context node in component controller which is a DDIC structure. But with a tree, is it possible to map the dataSource of the tree or node in tree to context node in component controller?
    2. With hierarchical table, when lead selection changed, the detail info in the right pane will change automatically. But with a tree, it seems to have to be implemented via action by myself.
    Can anyone give some suggestions to overcome these troubles?

    Wei,
    <i>With tree table, the dataSource of the table is just bound to the context node ORG_UNIT</i>
    Hmmm... You said, that this node resides in component controller, not in view controller. Or does it?
    Any recursive node that can be displayed with tree table can be displayed with tree as well. Period.
    1. Create tree and bind data source to the same node as table data source.
    2. Create tree node type and bind it to the same node again.
    3. Create one additional calculated attribute in forementioned node (type boolean) that inverts/negates attribute for table column "hasChildren" to tree node "isLeaf".
    4. That's all.
    VS

  • Hierarchical columns drill path in 11g

    Guys,
    I am working on a simple graph with one dim attribute column, another dim hierachy column(Parent-Child Hierarchy) and few measures.
    Attribute column is on slider and hierarchical colum is the BAR that makes up the measures.. so far good
    Since the graph bar is made up of this parent child hierarchical column, users will drill down to children level if that bar has childer (and It works fine)
    Now my question is when drilling hierarchical columns in Graphs, Is there a way to see the path of the Hiearchical column traversed??
    Also once it reaches bottom, there is no way to go back in the graph (Even back space doesnt seem to work)
    any ideas guys?
    Edited by: Prash11 on Jul 19, 2012 10:08 PM

    Hi,
    You try to make the changes in the hierarchy as per required,and clear the cache then reload the rpd and then restart the services.
    its just a try, and reward me if it correct.
    Thanks,
    tinku

  • How to limit numeric columns to 32-bit and 64-bit values

    Hi,
    Is it possible to somehow limit the column datatype to 32-bit (or 64-bit) signed integer range of positive values, so that the permitted values would be within 0.. 2,147,483,647 for the 32-bit and 0.. 9,223,372,036,854,775,807 for the 64-bit. The reason is that we are using Java datatypes int and long to read data from the database and would like to constrain the maximum values at the database level.
    An approach would probably be to define columns as NUMBER(10, 0) (or NUMBER(19, 0) for 64-bits) and add a CHECK constraint which would guarantee the value is within the boundaries, but is there any other solution? Unfortunately constrained datatypes http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10472/datatypes.htm#CHDBBCIE are available only in PL/SQL.
    Thanks in advance.
    Regards,
    Jure

    Here is an example with an object type:
    SQL> CREATE TABLE TEST(TXT VARCHAR2(5), N INT_32);
    Table created.
    SQL> CREATE OR REPLACE TYPE INT_32
      2  IS OBJECT
      3  (
      4          val     NUMBER(10,0)
      5  ,       CONSTRUCTOR FUNCTION INT_32 (val NUMBER) RETURN SELF AS RESULT
      6  );
      7  /
    Type created.
    SQL> CREATE OR REPLACE TYPE BODY INT_32
      2  AS
      3          CONSTRUCTOR FUNCTION INT_32 (val NUMBER)
      4          RETURN SELF AS RESULT IS
      5          BEGIN
      6                  IF val NOT BETWEEN 0 AND 10 OR val IS NULL THEN
      7                          RAISE_APPLICATION_ERROR(-20001,'Out of bounds!');
      8                  ELSE
      9                          SELF.val := val;
    10                  END IF;
    11                  RETURN;
    12          END;
    13  END;
    14  /
    Type body created.
    SQL> CREATE TABLE TEST(TXT VARCHAR2(5), N INT_32);
    Table created.
    SQL> INSERT INTO TEST VALUES('Test',INT_32(5));
    1 row created.
    SQL> INSERT INTO TEST VALUES('Test',INT_32(-1));
    INSERT INTO TEST VALUES('Test',INT_32(-1))
    ERROR at line 1:
    ORA-20001: Out of bounds!
    ORA-06512: at "TEST.INT_32", line 7
    SQL> INSERT INTO TEST VALUES('Test',INT_32(11));
    INSERT INTO TEST VALUES('Test',INT_32(11))
    ERROR at line 1:
    ORA-20001: Out of bounds!
    ORA-06512: at "TEST.INT_32", line 7
    SQL> SELECT TXT, T.N.VAL FROM TEST T;
    TXT                  N.VAL
    Test                     5

  • How to get AdvancedDataGrid ItemRenderer for hierarchal column to work

    I have an advanced datagrid with 5 columns one of which is a
    hierarchal (tree). This datagrid is populated by the following:
    MyAdvancedDataGrid.dataProvider = new
    HierarchicalData(MyXMLListCollection);
    The first column is the tree and im trying to do a item
    renderer on it in actionscript... I have the following code:
    MyTreeColumn.itemRenderer = new ClassFactory(MyRenderer);
    In order to get the icon and label to show up i need to
    extend AdvancedDataGridGroupItemRenderer as such:
    MyRenderer extends AdvancedDataGridGroupItemRenderer
    This has one problem... the updateDisplayList function only
    gets fired for the children not the root rows... So if you set the
    this.icon.visible = false... the icon will show up on the root rows
    but the most bottom children rows the icon will become invisible...
    Now ... if i extend the class with
    AdvancedDataGridItemRenderer then the tree functionality gets
    overwritten and it doesn't function the way that I need it to..
    Ultimately I'm trying to shift the default label over so I can add
    another icon to the right of the the default icon so the user can
    click on it... Any help from anyone would be greatly
    appreciated...

    var column:AdvancedDataGridColumn;
    column = new AdvancedDataGridColumn("HeaderName");
    column.width = 10;
    column.dataField = "@label";
    column.itemRenderer = new ClassFactory(MyItemRenderer);
    MyAdvancedDataGrid.columns = [column];
    code for MyItemRenderer:
    package {
    import mx.controls.dataGridClasses.DataGridListData;
    import mx.controls.listClasses.BaseListData;
    import mx.controls.listClasses.IDropInListItemRenderer;
    import mx.controls.listClasses.IListItemRenderer;
    import mx.core.UIComponent;
    public class MyItemRenderer extends UIComponent implements
    IDropInListItemRenderer, IListItemRenderer {
    //class variables
    private var _ListData:DataGridListData = null;
    private var _data:Object = null;
    public function PE_BaseRenderer() {
    super();
    public function get listData():BaseListData {
    return _ListData;
    public function set listData(value:BaseListData):void {
    _ListData = value as DataGridListData;
    public function get data():Object {
    return _data;
    public function set data(value:Object):void {
    _data = value;
    invalidateProperties ();
    override protected function createChildren():void {
    super.createChildren();
    //create you children here
    } //end of class declaration
    } //end of package declaration
    Within this renderer you can create whatever type of children
    you want for the datagrid column

  • Size limit of column content

    Can anyone tell me if there is a limit on the size of a data item that you can retrieve into a report column. I have in the back of my mind that there is a limit of either 30k or 32k but I can't find it documented anywhere.
    Many thanks.
    Fintan.

    Hi Everyone;
    I am running advanced analysis reports on HANA as datasource and I am getting the message Size Limit of Result Set Exceeded whenever I have a larger output. I have noticed that in the admin guide and in other SCN posts about this setting in Windows Registry:
    [HKEY_LOCAL_MACHINE\Software\SAP\AdvancedAnalysis\Settings\DataSource]
    "ShowBicsSample"="True"
    "ResultSetSizeLimit"="-1"
    But I am having hard time finding this setting in my windows registry; can someone help me understand why I don't have it in my registry? and how to find it and change this setting?
    FYI...I am using Office 2010.

  • Limit a column to the reporting year entered by user

    Hi Experts,
    I am creating a query in I am creating columns for forecast. The query needs to show the columns such that:
    If user enters
    Month: 5
    Year:2010
    Query shows:
    June 2010 till December 2010
    Right now the query is showing
    Month: 5
    Year:2010
    Query shows:
    June 2010 till April 2011
    How do I limit this to show only the forecast for the current year as entered by the user?
    Many thanks!
    BR
    /Sonia

    Hi,
    As you mentioned you have two slection variable. Year and Month.
    I guess you no need to put any offset. Just use Month variable  as > option with Month Char and Year variable as = option with Year Char.
    Display Calyear/month in report column. it will display months greater then slection given for the given year only.
    You may find >, = option for variable restriction by ritgh clicking on variable-char.
    I hope it will help.
    Thanks,
    S

  • How to disable drilling of a hierarchical columns

    Hi ,
    I have a Product dimension defined as Dept -> Class-> Subclass -> Item. In one if the reports that uses this dimensions, I want to disable the drilling to lower levels of hierarchy. Can you please suggest the best way to achieve this?
    Thanks

    Just click on the properties of your column and find the tab where you can set the interaction behaviour for the header and the values of the column. You can there set the property to "No Interaction".
    Cheers
    Nico

Maybe you are looking for

  • How can you copy properities from one object to another?

    If you create a number of boxes and then decided to change the color of all of them (or add a stroke, shadow, etc), is there a way to copy your style from one to the others?  In Photoshop you can copy layer styles, so you don't have to re-do everythi

  • EJB 3.0: How to merge detached entity with collection

    Hello, suppose you have 2 database tables: PARENT and CHILD with one-to-many association. In a session bean you load the parent entity together with collection of children and send it all to client. Client might change parent or child data, add/remov

  • Cs 5.5 crashes every time I try to export to epub

    I am not sure what else to say.  It is a pretty cimple document I am trying to export...

  • Z230 with Firepro w2100 reverts to low resolution when the monitor is removed.

    Hi all,Just wondering if anyone has a workaround for an issue I've found.I'm using a HP Z230 workstation that has an AMD Firepro w2100 in it. We're intending on running this machine headless and only accessing it remotely if we need to at all, howeve

  • Xkcd+alt-text in a pdf?

    I would love to see some kind of tool, a script that download every xkcd comic and the alt text and put them in a pdf file. It would be great to print and put on the can for everyone to read. Anybody of you guys that knows of a script that does this?