Using Hierarchy levels in Webi charts and tables

Gurus,
I am building a webi report that incorporates our HR employee structure.
The Webi report is told to bring data for 'Level 1 and 2' of the hierarchy for the employee ID requesting the data.
scenario
Employee A
     Employee A1
          Emp A1a
          Emp A1b
     Employee B1
          Emp B1a
          Emp b1b
If report runs for A, then return A, A1, B1.
If reports runs for A1, then return A1, A1a, A1b
etc.
If I use the hiearchy in the Table of results for A1..  I can get everything looking nice.  However, If I then run for A, I get one line in the table...A's data.
No hiearchy present i the table.  Sometimes the table is blank.
Same is true if running for B1.
We are running the initial  4.0 SP4 build.  Has any one seen this? know if its corrected in later builds?
thanks
jim

This is BW data. 
No need to restrict in Webi, the BW data is only 2 levels.  It is just which 2 levels...
In the example above:
The whole hierarchy is 3 levels, however when the user authorization runs, BW is asked to return Levels 1 and 2 based on the user ID.  so technically.. it is sometimes Level 1, 2, sometimes level 2 and 3.  sometimes only level3 (if lowest level user ID is run)
I am thinking the Level selector is not knowing how to handle this movement up and down the hierarchy..
jim

Similar Messages

  • Round 3 Digits before decimal in Chart and Table

    Hi Guys,
    Do you know where I can find the option/property in the chart and table to round 3 digits before decimal. Refer snapshot below:
    For example, in below case Y axis original value is 40,000, 80,000 etc. but it should show on the graph and table without '000' 
    Thanks.
    Warm Regards Badal Ratra

    Hi Badal,
    After testing the issue in my local environment, we can refer to the following steps to achieve your requirement:
    Right-click the vertical axis (or textbox in table) to open the Vertical Axis Properties (or Text Box Properties) dialog box.
    Click Number in the left pane, then select Number under Category group.
    Set “0” as Decimal places, select “Use 1000 separator (,)” and select “Show values in” with “Thousands”.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Chart and table in WAD.

    HI all,
    I want display web items  chart and table one below the other in web templet , but when I try to drop then one below the other in empty web templet , they are palce side by side automatically. how we can display then chat and table blow each other.
    hari

    hi reddy,
    i agree with Vineet.Alternatively u can also place your Chart and then next to chart press "Enter".
    The cursor moves down, then you can place your table.
    Either ways its possible.
    hope it helps,
    regards,
    Parth.

  • Firefox 6 will not allow you to paste a cookie into the addressbar like all previous versions have. I use software to replace web chat and must do this and have been able to do it in all past versions. What's the deal?

    Firefox 6 will not allow you to paste a cookie into the addressbar like all previous versions have. I use software to replace web chat and must do this and have been able to do it in all past versions. What's the deal?

    Thank you for your response.
    After searching around for any pointers to my problem, the above fixes I listed were the things that came closest to maybe addressing the issue, that I was able to locate. But since none worked, and as you pointed out, it is now clear they will only help towards viewing sent images rather than helping with inserting any images in the body of the email, which is the problem I suddenly started facing today.
    Coming to your suggestion, on opening the Write window, the Insert choice on the menu bar is indeed available. And I had already tried using that, by clicking on the '''Insert ----> Image''' option listed. That opens
    up the "Image Properties" box but using that has not resolved the matter either. It results in an image box getting inserted within the email but without the actual image itself.
    Plus, normally I am able to use the '''Paste''' function in the Edit menu or through right-click, but today the (Cut/Copy/Paste) functions have gone inactive, thereby disallowing me to use that to place an image within the email.

  • Can i use create function for MSSql scalar and table valude function.

    Hi,
    1) Can i use create function for MSSql scalar and table valued function?
    2) How many type of user defined function are there in oracle 11g express?
    3) And can i reture any "type" form user defined function?
    yourse sincerely

    944768 wrote:
    Q1)That means even if i return predefined types like integer, varchar2 then also PGA is used ?The data type does not determine where the variable is stored. A string (called a varchar2 in Oracle) can be stored in stack space, heap space, on disk, in a memory mapped file, in a shared memory, in an atom table, etc.
    It is the who and what is defining and using that string, that determines where and how it is stored.
    The Oracle sever supports 2 languages in PL/SQL. The PL (Programming Logic) language is a procedural/declarative language. It is NOT SQL. SQL is integrated with it. The PL/SQL engine uses private process memory (PGA). So PL/SQL variables exist in the PGA (but there are exceptions such as LOBs).
    Q2) So please suggest me solution in oracle.Sounds to me you are looking at how to implement a T-SQL style function as an Oracle function, and once implemented, do joins on the function.
    Do not use PL/SQL in SQL in place of a SQL select. It is not T-SQL.
    One cannot use PL/SQL to create functions along the style of T-SQL, where the function executes a SQL using some conditional logic, and then return as if the function was a native SQL select.
    T-SQL is an extension to the SQL language - making it a hybrid and very impure language implementation. PL is based on ADA - part of the Pascal family of languages. The E-SQL (embedded SQL) approach used in languages like C/C++, Cobol and Ada, has been transparently done in PL/SQL. You can write and mix PL code and variables with SQL code. And the PL/SQL engine figures out how to make the call from the PL/SQL engine to the SQL engine.
    But PL/SQL is not "part" of the SQL language and does not "extend" the SQL language in a T-SQL fashion.
    So you need to check your SQL-Server preconcepts in at the door, as they are not only irrelevant in Oracle, they are WRONG in Oracle.
    The correct way in Oracle, in a nutshell - Use the SQL language to do data processing. Use PL/SQL to manage conditional process flow and the handling of errors.

  • When I buy full CC can I use that both in my laptop and table iMac and iPad?

    When I buy full CC can I use that both in my laptop and table iMac and iPad? I hope that I do not need to pay for the CC in every equipment.

    You have two activations and can use it on two systems. iPad apps are separate and don't count.
    Mylenium

  • Drill in BW hierarchy level in webi based on input control selection

    Hello Experts,
    I have a requirement in Webi. The Webi report is based on BW hierarchy and it is using hierarhcy both in the report output block and also in the report prompts. We are are BI 4.0 SP5,Patch 6. The report has input controls in it based on the BW Hierarchy. When the report is first executed,the user can drill down the hierarchy by clicking on the "+" nodes to the max level as shown in the screenshot below.
    Now, when the user selects an input control, the data gets filtered but the hierarchy level automatically expands. In other words, when they select a data hierarchy  showed in the input control the hierarchy in table is shown expanded and they want to see the  hierarchy in the table close automatically.
    So ideally its like this when a value from input control is selected.
    Whereas the user wants it to be like this automatically on selecting a particular value from the input control and not in expanded form.
    I'm aware of the Hierarchy depth function but that only takes us to a particular node based on depth and then doesn't allow further drilling after that.
    Is there any setting in webi/bex about always keeping all sub nodes closed to prevent this expansion on selection of input control?
    Thanks and regards,
    Abhishek

    Just did some research on on this and the SAP best practice: The question itself is logically incorrect.
    A report/table filter where there is a hierarchy may remove rows without respecting the hierarchy structure. For this reason, a filter can remove a parent node currently expanded and keep leaves or
      nodes collapsed. To avoid returning an empty table in this case the system automatically expands the hierarchy in the block to shows the resulting members
    Thats why it automoatically expands the hierarchy.
    Closing this thread. Thanks.

  • Alternate Drill on charts and table

    Hi all.
    I have a table with some dims and measueres.  For same I also have a garph.
    My requirement is that when i drill down or up on table, the table data should not change or drill and vice versa,
    i am using webi 3.1, and synch drill option is also unchecked.
    any workaround?

    Hi,
    By converting a dimension to a variable it will no longer show any drill indicators when a report block is in drill mode.
    simple create variable and use these in to your chart.
    If you have the administrator permissions then only you can drill the reports. Otherwise ask your admin to provide the drill permissions to enable.
    Try this
    Go to Infoview ->Preferences->Web Intelligence -> Drill Options
    Apply "Synchronize Drill blocks."
    This you need to do for each user in your repository or better you can search BOB to find some tool/utility through which you can do it for all users in one go.
    Hope it helps you.
    All the Best
    Madhu...

  • BEx WAD - Creating a Web Template with Chart and Table

    Hi All. 
    I am creating a new Web Application. This contains a dropdown with 2 reports to select.
    When the user selece report from the dropdown list, it has to display both Table and Chart for the report.
    Could you pls explain me how can I do this.
    Thanks
    SR.

    Still the same way pretty much but you can view here:
    http://helpx.adobe.com/business-catalyst/using/add-blog.html
    You got all this: http://forums.adobe.com/community/business_catalyst/documents
    Which is on the overview page of these forums. And in there are links to 3rd party resources too.

  • How to use different parameters for two tables(chart and Table) in one report in SSRS?

    Hi,
    Here is my requirement, i have 7 parameters in my report(Site,Account,LOB,year,Month,WeekDay and Date_Filter),
    and in my report i have one table and one Chart,
    my requirement is the table in the report has to show the data for 6 parameters only i.e(Site,Account,LOB,year,Month and WeekDay).so the table has to consider only 6 parameters, and it has ignore the 7th parameter, table should not consider Date_Filter parameter.
    And Chart has to consider all 7 parameters.
    so, when we preview the report table has to show the data for only 6 parameters and chart has to show the data for all 7 parameters.
    if there is a way to get this Please reply me ASAP, it is an urgent requirement.
    Thanks in Advance,
    Naveen

    Hi Naveen,
    Refer below link to create multiple datasets as suggested by Gnanadurai
    http://technet.microsoft.com/en-us/library/ff714047(v=sql.105).aspx
    Thanks
    Swapna

  • BEx WAD -- Creating Chart And Table on the same page

    Hi All.
    I am creating a new Web Application. This contains a dropdown with 2 reports to select.
    When the user selece report from the dropdown list, it has to display both Table and Chart for the report.
    Could you pls explain me how can I do this.
    Thanks
    SR.

    Go to Dropdown web item properties and choose your report and use Before Command and use OPEN_CHART_DIALOG. You may try with After Command also.

  • Toggle between Chart and Table

    Hi there
    ANybody know what I need to do in order to get the function SAPBCTToggleChartTable() function to work?
    In the standard template, if data is viewed in a graph, an option appears to view the data for that graph in table format. We would like to have that functionality included in our own template, but it doesn't work for me yet
    I have managed to copy the function and create a custom function. Added a link to call the custom function, which runs, but nothing gets updated on the page.
    I don't have a chart as a webitem displayed on my page, and am wondering if this is causing the problem. We have a chart defined as a library item, and this chart is loaded when the view is changed.
    Any ideas would be greatly appreciated.
    Cheers,
    Andrew

    I found I could do this quite simply using 2 of my own JAVAScript functions.
    The first function alternates from the graph to a table, and it simply issues the RESET_ITEM command on my table.
    The second function alternates back from the data table to the graph by simulating a click on the query view selection drop down (just resubmits the associated form).
    I then have logic in the page startup event to either hide or show the appropriate buttons.
    Relatively  simple, and best of all is that it seems to work quite nicely.
    Thanks for the advice though

  • Using large block sizes for index and table spaces

    " You are not using large blocksizes for your index tablespaces. Oracle research proves that indexes will build flatter tree structures in larger blocksizes.
    Is this a generic statement that I can use for all tables or indexes? I also have batch and online activity. My primary target is batch and it should not impact online. Not sure if both have common tables.
    How to find the current block size used for tables and index? is there a v$parameter query?
    What is an optimal block size value for batch?
    How do I know when flatter tree str has been achieved using above changes? Is there a query to determine this?
    What about tables, what is the success criterion for tables. can we use the same flat tree str criterion? Is there a query for this?

    user3390467 wrote:
    " You are not using large blocksizes for your index tablespaces. Oracle research proves that indexes will build flatter tree structures in larger blocksizes.
    Is this a generic statement that I can use for all tables or indexes? This is a generic statement used by some consultants. Unfortunately, it is riddled with exceptions and other considerations.
    One consultant in particular seems to have anecdotal evidence that using different block sizes for index (big) and data (small) can yield almost miraculous improvements. However, that can not be backed up due to NDA. Many of the rest of us can not duplicate the improvements, and indeed some find situations where that results in a degradation (esp with high insert/update rates from separated transactions).
    I also have batch and online activity. My primary target is batch and it should not impact online. Not sure if both have common tables.
    How to find the current block size used for tables and index? is there a v$parameter query?
    What is an optimal block size value for batch?
    How do I know when flatter tree str has been achieved using above changes? Is there a query to determine this?
    What about tables, what is the success criterion for tables. can we use the same flat tree str criterion? Is there a query for this?I'd strongly recommend that you
    1) stop using generic tools to analyze specific problems
    2) define you problem in detail ()what are you really trying to accomplish - seems like performance tuning, but you never really state that)
    3) define the OS and DB version - in detail. Give rev levels and patch levels.
    If you are having a serious performance issue, I strongly recommend you look at some performance tuning specialists like "http://www.method-r.com/", "http://www.miracleas.dk/", "http://www.hotsos.com/", "http://www.pythian.com/", or even Oracle's Performance Tuning consultants. Definitely worth the price of admission.

  • Charts and Tables

    Can someone give a quick yea or nay ?
    Can I create a table with calculated values and have a chart built on that table ?
    All I can see in the help so far is copy and paste.
    Ta

    copy and paste I am sorry to report

  • How do you duplicate a chart and table? - not so obvious

    I have a table and a corresponding chart that I have customized. I want to duplicate the table and the chart.
    When I duplicate the chart, it still "links" to the original table. As I change the data in the duplicated table, it does not update the chart.
    How do I "link" the duplicated chart to the duplicated table?

    Christopher,
    Let me try again to explain, with a little more detail.
    In the Sheets Pane, click on the Sheet where the Table and Chart are that you want to duplicate and Right-Click, Copy. Then Right-Click, Paste. You now have two identical Sheets, each having a Table and a Chart linked to that Table, and the Table and Chart are twins of the one in the original Sheet. Now you may Drag the new copies back to the original Sheet, or elsewhere as you desire.
    Jerry

Maybe you are looking for