Tree Sturcture of Dashboard in OBISE1

Hi Friends,
I am using OBISE1 Version in that I am created 4 Dashboard now.In that how to create tree structure of Dashboard please expain clear.

user8035288 wrote:
Hi Friends,
I am using OBISE1 Version in that I am created 4 Dashboard now.In that how to create tree structure of Dashboard please expain clear.1.) OBISE1 Forum is Business Intelligence Standard Edition One.
2.) Your questions isn't very clear since you can mean at least 2 things: a) displaying the catalog tree inside a dashboard or b) having a multi-level navigation for your dashboard groups, dashboards and dashboard pages.
3.) In both cases you can find the answer by searching the forum.
4.) Since you're most likely talking about b)... in the instanceconfig.xml, add <DashboardMaxBeforeMenu>1</DashboardMaxBeforeMenu>.
Cheers,
Christi@n

Similar Messages

  • Tree Structure on Dashboard

    Hi ,
    I have a requirement to show a tree structure on one of my dashboards !!
    Any pointers ??
    Thnxs

    Hi,
    Tree /Explorer structure is currently not available in OBIEE .
    What you can best do for a hierarchy is to create a report with conditional formatting to hide the columns which will not have any data i.e if the user logs at level 3 it would hide nulls in columns 1 & 2 ..this is the only way i think you would be able to do it dynamically ...
    If hierarchy is small you can also look at embedding the image ..dont know if you want to do that !!
    HTH !!

  • Tree Structure in Dashboard

    Hi,
    Can i have an tree structure in the dashboard where i can navigate to different dashboard tabs and this tree is common for every tab?
    Thanks in Advance
    Arun

    Kishore and Sainath
    i want to display links to the tab as i am using dashboard prompt in it. I looked in the Folder option in edit dashboard but is does not show the option for link to dashboard objects it only shows the folder structure of the saved reports.
    Naresh,
    is there any way i can change the font of the link?
    Thank to all
    Arun

  • Dashboard tree structures

    Hai,
    how can i create the tree sturcture in the dashboard as follows:
    If i click "media" Dashboard, that should display as
    media------media
    ------mediadev
    thanks,

    thanks kishore,
    i tried same as in the link,
    1) we have add that tag before the </serverinstance>.
    2)click on the settings-->administrator-->manage presentation catalog groups and users-->create one group and click on finished.
    30 click onthe manage interactive dashboard and add those to that. and click on finish.
    4) and restart the services
    then its working fine.

  • How to populate Tree structure from BAPI while tree grows or shrinks

    Hi All
    Currently I am populating the tree structure from BAPI based on the HLevel (Hierarchy  Level) parameter, but when ever insertion and deletion happens in the tree at any level in the UI and at the same time i am updating these tree node values with HLevel value(example : 1 is first level , 2 is second level, 3 is third level etc)  updating successfully& correctly  into the BAPI, no issues.
    Once it is updated into the BAPI, next time when i refreshed the UI then i am not populating the tree structure correctly from BAPI with updated new nodes based on the HLevel. when tree struture grows or shrinks in the BAPI after updating into BAPI from UI then i am not populating the tree sturcture correctly based on the HLevel value from the BAPI.
    Please let me know any sample code how to populate tree structure correctly when tree structure grows or shrinks based on the HLevel value ( Hierarchy Level , for example : 1 is level , 2 is 2nd level , 3 is third level nodes etc)
    anybody helps in this regard with sample code on the populating tree tructure then it would be great help to me.
    Thanks in advance
    Regards
    Kalki Reddy
    Edited by: KalkiReddy on Nov 29, 2009 3:48 PM

    Bapi output node:
    Value     | Text     | HLevel
    01     | A     | 1               
    0101     | AA       | 2
    010101     | AAA     | 3
    01010B     | AAB     | 3
    0102     | AB     | 2
    02     | B     | 1
    0201     | BA        | 2
    This code is used to build the tree in wdDoInit method
         IE_T_CatalogueNode catalogueNode = wdContext.nodeE_T_Catalogue();
         int size = catalogueNode.size();
         ICatalogoElement level1elem = null;
         for (int i = 0; i < size; i ++)
              IE_T_CatalogueElement catalogueElem = catalogueNode.getE_T_CatalogueElementAt(i);
              if (catalogueElem.getLevel().equals("1"))
                   // 1 Livello
                   level1elem = wdContext.createCatalogoElement();
                   level1elem.setKATALOGART_CODE(catalogueElem.getKatalogart());
                   level1elem.setCODEGRUPPE_CODE(catalogueElem.getCodegruppe());
                   level1elem.setCODE(catalogueElem.getCode());
                   level1elem.setCODE_DESCR(catalogueElem.getKatalogart_Descr());
                   level1elem.setDESCR(catalogueElem.getKatalogart_Descr());
                   wdContext.nodeCatalogo().addElement(level1elem);
                   for (int j = i + 1; j < size; j ++)
                        IE_T_CatalogueElement catalogueElem2level =
                                                 catalogueNode.getE_T_CatalogueElementAt( j );
                        String level2 = catalogueElem2level.getLevel();
                        if (level2.equals("2"))
                             ICatalogoElement level2elem = level1elem.nodeChild().createCatalogoElement();
                             level2elem.setKATALOGART_CODE(catalogueElem2level.getKatalogart());
                             level2elem.setCODEGRUPPE_CODE(catalogueElem2level.getCodegruppe());
                             level2elem.setCODE(catalogueElem2level.getCode());
                             level2elem.setCODE_DESCR(catalogueElem2level.getCodegruppe_Descr());
                             level2elem.setDESCR(catalogueElem2level.getCodegruppe_Descr());
                             level1elem.nodeChild().addElement(level2elem);
                             for (int k = j + 1; k < size; k ++)
                                  IE_T_CatalogueElement catalogueElem3level =
                                                           catalogueNode.getE_T_CatalogueElementAt( k );
                                  String level3 = catalogueElem3level.getLevel();
                                  if (level3.equals("3"))
                                       ICatalogoElement level3elem = level2elem.nodeChild().createCatalogoElement();
                                       level3elem.setKATALOGART_CODE(catalogueElem3level.getKatalogart());
                                       level3elem.setCODEGRUPPE_CODE(catalogueElem3level.getCodegruppe());
                                       level3elem.setCODE(catalogueElem3level.getCode());
                                       level3elem.setCODE_DESCR(catalogueElem3level.getCode_Descr());
                                       level3elem.setDESCR(catalogueElem3level.getCode_Descr());
                                       level2elem.nodeChild().addElement(level3elem);
    Damiano

  • How to tell what  files have NOT been Javadoc'd.

    Is there a way to generate a list of filenames that lists out what has not been Javadoc'd? I have tons of Java files, and I need to produce a list to give back to the developers, that tells that what they haven't Javadoc'd.
    Thanks.

    Our NetBeans IDE guru found an Ant solution. But it leaves a lot to be desired. That's why I'm posting this in the Forum. His solution is as follows.
    The build.xml file was added the following:
    <target name="Build Javadoc Report - Files">
    <property file="nbproject/project.properties"/>
    <property file="nbproject/private/private.properties"/>
    <echo message="Building Javadoc package information"></echo>
    <delete dir="dist/JavadocReport"></delete>
    <mkdir dir="dist/JavadocReport"></mkdir>
    <javadoc doclet="com.sun.tools.doclets.doccheck.DocCheck" docletpath="doccheck.jar" maxmemory="256M" destdir="dist/JavadocReport">
    <packageset dir="${src.dir}" includes="*/**"/>
    </javadoc>
    This generates some reports. But the information is broken down in a way that it's not easy for a number of developers to sift through. The toplevel report is very top level, and you can't see the whole tree sturcture of what is not Javadoc'd in one swoop.
    So I'm sifting through the list that this Ant script generates, and figurin out what who wrote what file, and what files are related to the top level report. For instance, the report might tell me that file cxxi.apisupport.pythonsupport has 5 files without Javadocs. But I have to click on "cxxi.apisupport.pythonsupport" to find out what the 5 files are, as these are listed in a separate part of the report. I think this is as close as I will get, with the limited knowledge I have at the moment about Javadocs, scripts, python and all this stuff.
    have a nice weekend!

  • How to pass Nested Organization Units (ou) for the provisioning purposes

    I have defiend an Entity Adapter which would check the input string and create the Organization Units (such as ou=accounting, ou=finance, o=mycompany) tree and then update the Orgainzation name of Novell Edir User with this new value. The input string is from the Peoplesoft as trusted resource (we use some complext business logic to map to the proper ou tree structure in the Novell Edirectory).
    But, I got the cACT/eventPreUpdate Error :Dataobject contains invalid characters
    when OIM trying to create the user before provisioning to Novell Edirectory.
    Since the ou tree sturcture is used by the pSearchbase during Novell Edir provisioning process, and it should be in the form of ou=accounting, ou=finance, o=mycompany, I am wondering if you know how to solve this problem.
    Thanks
    Ken Huang

    ILovePlSql wrote:
    V_bom_header_tbl.assembly_item_name:= l_bom_header_tbl(i).assembly_item_name ;
    v_bom_header_tabl is a record type and l_bom_header_tbl is a table type .So is the above statement ok?I asked you for type definition. Please provide definition of BOM_BO_PUB.BOM_HEADER_TBL_TYPE and Bom_Bo_Pub.Bom_Head_Rec_Type. If BOM_BO_PUB.BOM_HEADER_TBL_TYPE is table of Bom_Bo_Pub.Bom_Head_Rec_Type then your statment is OK. For example:
    SQL> declare
      2      type BOM_HEADER_TBL_TYPE is table of emp%rowtype index by binary_integer;
      3      l_bom_header_tbl BOM_HEADER_TBL_TYPE;
      4      V_bom_header_tbl emp%rowtype;
      5  begin
      6      select * bulk collect into l_bom_header_tbl from emp;
      7      for i in 1 .. l_bom_header_tbl.count loop
      8        V_bom_header_tbl.ename := l_bom_header_tbl(i).ename;
      9      end loop;
    10  end;
    11  /
    PL/SQL procedure successfully completed.
    SQL> SY.

  • Can we Install Oracle JDeveloper 10.1.2.1.0 on windows 7?

    Hello,
    Can we install Oracle JDeveloper 10.1.2.1.0 on windows 7? I tried to run copy of JDeveloper on windows 7, few features were not able to view or run. For example, few items in menus were not appearing. On clciking on view, the tree sturcture on left side was not expading.
    Is there any other way so that i can run my JDeveloper 10.1.2.1.0? Plz help me

    You can try installing the newer version of JDK1.5, you can get it from
    http://java.sun.com/products/archive/j2se/5.0_22/index.html
    then, once you have installed it, rename ${JDEVELOPER_HOME}\jdk to ${JDEVELOPER_HOME}\jdk_old, and put your newly installed jdk in ${JDEVELOPER_HOME}\jdk
    I resolved some problems doing that with my windows 7 and JDeveloper. Problems are caused by Aero.
    Hope this helps
    Joseba

  • Dump while accessing Menu- User menu  MESSAGE_TYPE_X

    In the SAP initial screen under the user menu(Menu->User menu->General user transactions), when I am having a big number of tree sturcture under a specific folder like under 'General user transactions', I am getting dump with message MESSAGE_TYPE_X, AC_SYSTEM_FLUSH. This is happening, when lots of transactions are attached under any folder like 'General user transactions'. How to solve this. I am getting error in ECC6.0

    Hi Sanjay,
    1. reduce the number of transactions in one folder. Create more folders.
    2. Ask your basis if it is because of memory issue?
    3. Check in OSS if there is any specific note on the restrictions on the number of entries in the folder.
    Regards,
    Atish

  • Tree Map Issue in Dashboard for IPAD

    Hi Experts,
    i have used Tree Map in My Xcelsius dashboard but tree map chart is not supported in IPAD.Can any one suggest me the chart which will fulls fills the tree map or if any workaround for that.
    Using Dashboard Version:Dashboard 4.1
    I really would appreciate your help.
    Thanks,
    Prasad

    Hi Prasad,
    We dont really have any chart similar to Tree Map.
    But if you could help us understand what is the data that you are trying to display then maybe we could think of something.

  • Dashboards + pages tree

    Hi,
    is there any option how to display the list of dashboards and their pages in a tree menu within home page?
    thanks
    robo

    hi,
    For the dashboards you have to add the following tag in instanceconfig.xml
    +<DashboardMaxBeforeMenu>1</DashboardMaxBeforeMenu>+
    For pages pls go through this post
    Re: OBIEE Dashboard  -   Dashboard Pages as drop-down menu items
    thanks,
    saichand

  • Dashboard Menu in OBIEE 11G

    Hi All,
    Is it possible to have a drop-down box next to the oracle logo (or anywhere in that header) with links to the dashboards.
    I have the following dashboard titles:
    ALM
    LIQUIDITY RISK
    FUNDS TRANSFER PRICING
    ...ETC.
    Thanks

    Dashboard: Customised Dashboard Tree Links

  • XRPM: replace 'item dashboard' by customer webdynpro for abap application

    Hi guys,
    I want to replace my item dashboard application to be replaced by a customer WD4A. Within this application I will select from a tree structure a project.
    Now the questions: How to controll the standard context menu in the portal during this proces ? Do a need to call an API to get back my context menu ?
    Does anyone know ?
    Cheers, John

    Are you sure you want to entirely replaced the dashboard? If you're on 4.5 you can enhance allot of the RPM dashboard in the WD component /RPM/UI_DASHBOARD.
    You still have to fill the RPM cache object if you want to use the detail iViews for example Element Details.
    What exactly do you want to achieve?

  • How to copy and pasting of the web catlog in OBISE1?

    hi,
    The usage tracking dashboard is created and while enabling it, it means copying the usage catlog folder from offline mode to the online mode -shared folder, its not copying...and
    throws an error msg: as "destination and source are same".
    plz find the solution,
    Thanks in the advance..............

    Thanks for ur reply.......
    yes, i do the same. opening the catalog manager in offline mode and copy the usage tracking folder and then pasting in the online catalog manager. but it throws the error as: "Destination and the source are same" as i mentioned above.
    let me know that obise1 can perform this task? or we have to follow another way...
    plz ....let me know the answer.....
    thanks in advance...

  • Caching in OBIEE/OBISE1

    Here is list of my research that corresponds to the Caching issue in OBISE1 well its similar to OBIEE atleast in this aspect,this list pretty much covers caching that can occur different levels.I would suggest to start one by one and see how caching is corresponding in the Dashboard and please do contact me if you need further help
    A.Cache Management
    For this release of the OBIEE, if you run an initial or incremental load without first
    clearing the query cache, it is possible that reports that you run after the load process will reuse the cache that existed prior to the load process. This can result in inconsistencies between reports. There are several alternatives to mitigate this situation,
    such as:
    • Configure the query cache to expire daily.
    • Clear the cache tables manually as needed; for example, after you complete a load process.
    • Schedule the system to clear the cache tables at the same frequency as the
    incremental load process.
    To clear cached queries:
    1. Open the Oracle BI Administration Tool in online mode.
    2. Click Manage, Cache to access the Cache Manager page and select all cache entries.
    3. Click Action, Refresh.
    To disable the cache:
    1. Locate this configuration file: <root
    directory>\OracleBI\server\Config\NQSConfig.INI.
    2. In the Query Result Cache Section, change the [ CACHE ] setting from ENABLE =YES; to ENABLE = NO;.
    3. Save the NQSConfig.INI configuration file and restart the Oracle BI Server service.
    See: Oracle Business Intelligence Server Administration Guide, "Query Caching in the OracleBI Server" chapter for more information on query caching in OBIEE.,
    B. After running an Answers report, check the SQL NQQUERY.log (on Windows, usually located in, :\OracleBI\Server\log\)
    TIP:
    Turn off caching in the NSQConfig.ini (and restart the server service) or at the physical table level in the .rpd, to ensure you get the un-cached results, and can therefore see the SQL being generated each run, or drill down in Answers.
    C.Found this in documentation(if using OBISE1,for OBIEE refer to OBIEE documentation on CACHING)
    http://download-west.oracle.com/docs/cd/B40078_02/doc/bi.1013/b31770.pdf
    all about caching in OBISE1
    But important thing to note is that Caching occurs at different levels
    Server (NQSConfig file ,look for ENABLE parameter)
    Administration(if you click on the TOOL in the MENU bar ,there you would some options related to OBJECT in the physical layer )
    OBIEE Dashboard Query level (in answers when making the ad-hoc query ,there is a check box which can checked or unchecked depending on whats desired in terms of caching).
    This is to the best of my Knowledge but please free to add some more details if you feel If I missed something.
    Four logs to check are as follows
    NQServer.log
    NQQuery.log
    NQSAdminTool.log
    NQScheduler.log
    I hope this covers some ground as to Caching in OBISE1/OBIEE
    Thank you,
    Mohammad Alam

    Hi Mohammed,
    Thank you for the VERY thorough and useful digest of OBIEE Caching!
    We've found that caching to be less-than-satisfactory. We've enabled caching at the NQSConfig level, and set the max time out to 5 minutes, but for some reason our users are not seeing data refreshed.
    For example, we have a report that shows Sales Order shipments. The order status can go from "Booked" to "Picked" to "Shipped" all within 1 day. However, the report will show "Booked" when the transaction actually has been "Picked".
    I've tried unchecking By pass server cache in the report's Advanced tab, but to no avail.
    Any suggestions or comments? Our current workaround is NO caching at all.
    irene

Maybe you are looking for