Adding Google Chart in OBIEE 11g

hi all..
I need to add google chart(interactive chart) in obiee 11g. Can any one please guide me in this...
thanks and reagrds

Well, what beloblotskiy says above is true but I suspect you will want to pass parameters to your Google chart from your Answers request? If that is the case then it is more tricky because you would need to use some javascript in a narrative view and - here's the annoying part - there is a bug in 11g which means the narrative view does not accept HTML markup. It is due to be fixed in 11.1.1.4.
You can see more about the technique on John's site here:
http://obiee101.blogspot.com/2010/01/obiee-google-charts-part-1.html
Paul
http://total-bi.com

Similar Messages

  • How to use Google Chart in OBIEE

    Hi Experts,
    How we can use google chart in OBIEE 10g or OBIEE 11g.
    Thanks

    Hi ,
    If you refer to Google Maps then refer the following link.
    http://obiee101.blogspot.in/search?q=google
    Google organization Chart
    Oracle Business Intelligence by Sandeep Venu: Google Organization Chart in OBIEE 11G
    Google Chart
    Oracle BI Solutions: OBIEE - Google Charts
    Thanks,
    Pavani

  • Tree Chart in obiee 11g

    Is it possible to have Tree chart in OBIEE 11g.
    How can one go about it?
    thanks
    Reshmi

    Hi,
    Not possible in obiee11g.
    FYI..below chart options only available in obiee lastest version (11.1.1.5.0)
    OBIEE 11g Chart:
    1)Graph
    a) Bar
    b) Line
    c) Area
    D) Pie
    E) Line-Bar
    F) Time Series Line
    G) Pareto
    H) Scatter
    I) Bubble
    J) Radar
    2) Gauge
    a) Dial
    b) Vertical Bar
    c) Horizontal Bar
    D) bulb
    3) Funnel
    a) Standard
    b) Non Standard
    c) Last Stage Only
    Hope it's Clear...
    Thanks
    Deva

  • How Can You Change the Look and Feel of Charts in OBIEE 11g

    How Can You Change the Look and Feel of Charts in OBIEE 11g?
    Edited by: user11973122 on Jul 18, 2012 12:13 AM

    Check these files
    OFM_HOME\Oracle_BI1\bifoundation\web\msgdb\s_blafp\viewui\chart\dvt-graph-skin.xml
    OFM_HOME\Oracle_BI1\bifoundation\web\msgdb\views\dvtchart\obips.dvtchart.xml
    OFM_HOME\Oracle_BI1\bifoundation\web\display\chartfontmapping.xml
    Pls mark correct or helpful if helps

  • Embeding google charts in OBIEE?

    This is how the pie chart looks:
    http://chart.apis.google.com/chart?cht=pc&chd=t:1726729,1879074,316017&chs=450x300&chco=FF0000,00FF00
    This is how the concentric chart looks:
    'http://chart.apis.google.com/chart?cht=pc&chd=t:1726729,1879074,316017|5689083,6243916,1154530&chs=450x300&chco=FF0000,00FF00'
    Creating the normal pie chart in OBIEE is pretty simple (I will use "Paint" subject are):
    1) Create a request with this SQL:
    SELECT Periods."Year" saw_0, "Sales Measures".Units saw_1, "Sales Measures".Dollars saw_2 FROM Paint ORDER BY saw_0
    2) In the Narrative view type the following:
    Prefix: <img src="http://chart.apis.google.com/chart?cht=pc&chd=t:
    Narrative @2
    Row separator ,
    Postfix &chs=450x300&chco=FF0000,00FF00&/>
    3) make sure you check the "Contains HTML Markup" box
    Any suggestions on how to create a concentric pie chart using this data set (using columns 2 and 3 as the data source?
    Edited by: Sart1997 on Oct 30, 2009 6:54 AM

    I tried solving this issue - and the problem is that you need two different data sets (by pipe). I tried to create a concat column (CAST(CASE "F1 Revenue"."1-01  Revenue  (Sum All)" WHEN NULL THEN 1000000 ELSE "F1 Revenue"."1-01  Revenue  (Sum All)" END AS CHAR)||','||CAST((CASE "F4 Inventory"."5-01  Inventory  (Sum All)" WHEN NULL THEN 400000 ELSE "F4 Inventory"."5-01  Inventory  (Sum All)" END) AS CHAR)) (NULL give blank chart, hence filtering it out) and used it with a pipe as separator. The problem here is that - it's not the data that we need. We get this:
    http://chart.apis.google.com/chart?cht=pc&chd=t:1000000.00,400000|11371280.12,17267959|13531763.86,24359487&chs=450x300&chco=FF0000,00FF00(!!http://chart.apis.google.com/chart?cht=pc&chd=t:1000000.00,400000|11371280.12,17267959|13531763.86,24359487&chs=450x300&chco=FF0000,00FF00(!
    After small modification:
    This "D0 Time"."T05 Per Name Year"||','||CAST(CASE "F1 Revenue"."1-01  Revenue  (Sum All)" WHEN NULL THEN 10000000 ELSE "F1 Revenue"."1-01  Revenue  (Sum All)" END AS CHAR)||','||CAST((CASE "F4 Inventory"."5-01  Inventory  (Sum All)" WHEN NULL THEN 2500000 ELSE "F4 Inventory"."5-01  Inventory  (Sum All)" END) AS CHAR)produces this:
    !http://chart.apis.google.com/chart?cht=pc&chd=t:2006,10000000.00,2500000|2007,11371280.12,17267959|2008,13531763.86,24359487&chs=450x300&chco=FF0000,00FF00!
    I hope it's close to what you need
    Edited by: wildmight on Oct 30, 2009 1:07 PM

  • Implementing pyramid kind of chart in OBIEE 11G

    Hi All,
    We have reports developed in flash, where we have a pyramid report which is divided into 4 parts and top part will show no of partners associated to top 25% of bookings, and next part will show # of partners asociated to next 25% of bookings and so on.
    Now we need to get this report done in OBIEE 11G, I see that there is no Pyramid view report in OBIEE.
    can anyone let me know if there is any way to get this pyramid done in OBIEE11G
    OR
    suggest which report will best suite this requirement, if i go with other report types present in OBIEE11G...
    Thanks in advance...
    Edited by: user8708843 on Sep 27, 2011 4:07 PM

    Work around you can use Narrative view with HTML to get a pyramid kind of structure. not triangle one but rectangular boxes. You need to get html images rectangular,polygon and triangle in the HTML.

  • Remove Zoom scale of Google maps in OBIEE 11g Mapviewer

    Hi,
    While integrating Google maps with OBIEE 11.1.1.6.0 , we are able to see two Zoom scales one for BI layer and another for Base map layer (Google Map).
    When we select the former Zoom scale (BI Layer) , our views have been placed in exact countries. But when we select latter one, only base map i.e., Google map is zooming without upholding the views(Color fill,Image,Bar Graph,etc.,).
    So is there any way to bring synchronization between two layers with one zoom scale.
    Kindly help me to sort out this issue.
    Thanks in advance!

    Will require backport of a fix for mapviewer (oraclemaps.js) that has to be part of the OBIEE patchset.
    Filing a bug would help the process.

  • Unable to take 2800 rows in  time series chart  in obiee 11g --bug in obiee

    Hi,
    in x axis there are 2800 rows containg timestap values and and y axis it contains values but it shocking that it is not not taking even 2800 rows in charts
    thanks

    Hi,
    you can find instanconfig.xml file under below path
    obiee installed drive:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
    Just FYI, you can update <chart> conntent under </ServerInstance> look at the <views> tag and put like below..
    For example mine is,
    <Views>
    <Pivot>
    <MaxCells>6500000</MaxCells>
    <MaxVisibleColumns>100</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    <Table>
    <MaxCells>6500000</MaxCells>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    </Table>
    *<Charts>*
    *<MaxVisibleColumns>20000</MaxVisibleColumns>*
    *<MaxVisiblePages>10000</MaxVisiblePages>*
    *<MaxVisibleRows>20000</MaxVisibleRows>*
    *<MaxVisibleSections>250</MaxVisibleSections>*
    *<JavaHostReadLimitInKB>40960</JavaHostReadLimitInKB>*
    *</Charts>*
    </Views>
    <Dashboard>
    keep in b/w <views> and </views> xml tag
    after that you need to restart bi presentation services. then test it out.
    FYI:
    Starting/Stoping by individual BI COmponents:(Via OPMN)
    =========================================================
    stesp to starting bi presentation services alone,
    D:\Oracle\Middleware\instances\instance1\bin>opmnctl stopproc ias-component=cor
    eapplication_obips1
    opmnctl stopproc: stopping opmn managed processes...
    D:\Oracle\Middleware\instances\instance1\bin>opmnctl startproc ias-component=co
    reapplication_obips1
    opmnctl startproc: starting opmn managed processes...
    Thanks
    Deva
    Edited by: Devarasu on Jun 19, 2012 4:54 PM
    Edited by: Devarasu on Jun 19, 2012 4:57 PM

  • Adding 'All' filter in Obiee 11g dashboard prompt

    Hi All,
    I am using ver 11.1.1.5
    My requirement is to see all data in dashboard prompt as well as there should be another item its 'ALL' which return the all data.
    Example:
    There is a dashboard filter on a field type (like: Value1,Value2) , our client want to see the data on filter (like: ALL,Value1,Value2) the ALL will filter the boat Value1and Value2.
    Please explain with steps.

    You have to go with SQL Results in the prompt something like below.
    The 2nd statement can be other way so that its return all values..
    Make sure that similar you have in report too so that you get all values for ALL
    SELECT COL1 FROM "SA"
    Union
    SELECT CASE WHEN COL1 IS NOT NULL THEN 'ALL' ELSE COL1 END FROM "SA"
    instead of not null you may go for like '%'
    if helps mark

  • Google Maps in OBIEE 11g (7.1)

    Hi Alll,
    I know there are lots of posts/blogs on this over net but most of them show examples with either 10g or use API v2. Following is my requirement
    1. To be able to show multiple data points (Locations) on a single map and to be able to zoom in.
    2. To do this for API V3 - so I need api v3 version of the java script code which is mentioned on various blogs
    3. We have already coded our addresses in long and lats and need to pass that using the Java code
    Can anybody please send me / point me to the code which is for API V3, passes longs and lats and render multiple points on the map. It'll be highly appreciated. It'll be great if you could send the code which you have tested and works for you.
    Thanks,
    Ronny

    Hi All,
    Can anybody please reply on this?
    Thanks,
    Ronny

  • Organizational Chart with specific colors in OBIEE 11g

    Hi Gurus,
    How to create organizational chart in OBIEE? I tried to follow this link Oracle Business Intelligence by Sandeep Venu: Google Organization Chart in OBIEE 11G
    but can't find out how to make specific chart (example chart of manager position) have a red color, the director chart have a green color.
    Please help
    Regards
    JOE

    This requirement sounds like it has a possible solution with some html coding. My idea is to :
    1) Create a dashboard with two pages.
    2) In the first page, create an iframe of the first dashboard.
    3) In the second page, create an iframe of the second dashboard.
    4) Customize the second dashboard page to have the custom background color.
    Please refer to this link on how to customize the dashboard pages: http://www.appsassociates.com/resources/presentations/AA_OBIEE_Customizing_Dashboard_Appearance_NEOAUG_Fall09.pdf
    Please assign points if helpful.
    Thank you,
    -Amith.

  • Issue in OBIEE 11G Google Maps

    Hi All,
    Am able to use the Google maps in OBIEE 11G and built the Barchart that should show X-Axis : Cities , Y-Axis : Measure for each State . But the problem is when i click on one state , it is showing all the cities and metric in the map instead of showing only corresponding cities of particular state.
    Please clik on https://docs.google.com/open?id=0B3A03HtPEX65YjExZDNlMDEtOTc3NC00ZGE0LThhMmMtMTRmZmRlNjAxZDU3 for image .
    Thanks in Advance .
    Edited by: Hercules on Nov 11, 2011 9:04 AM

    On the left hand corner you will see list of views in the report, on a basic analysis you will see title and table view. Select the table view and click on edit ( pencil symbol ). A new page opens up, scroll down a little and you will see the columns included and columns excluded sections. Make sure the column that you are trying to add to the report is not present in the excluded list. If it is, drag and drop it above.
    Answer points if question is answered.
    Thanks,
    -Amith.

  • Bubble chart gradient fill in obiee 11g

    when see the bubble chart in obiee 11g
    i have't find any gradient fill option.
    how i can apply gradient style to bubble chart.
    bethamsetty

    If you mean a colour gradient in the background try:
    Graph Properties -> Style -> 3D
    This makes the graph look 3D but also adds a colour gradient to the background.
    If this is not what you are after please supply more details of your requirement.
    Please mark as helpful/answered

  • Setting TNS_ADMIN parameter in OBIEE 11G

    Hi Gurus,
    I have done simple install on Linux 64 bit Machine, i need to setup TNSNAMES.ORA file. I have copied my tnsnamesora file to:
    1. <MIDDLEWARE_HOME>\Oracle_BI1\network\admin
    2. <MIDDLEWARE_HOME>\oracle_common\network\admin
    and now in user.sh file taken from <MIDDLEWARE_HOME>\instances\domain2\bifoundation\OracleBIApplication\coreapplication\setup, i need to update the tnsnames.ora path in TNS_ADMIN variable, when i opened the user.sh file, i found all the lines in the file commented, please help me out in which line i need to add the path for TNS_ADMIN.
    #!/bin/sh
    # Following are the examples of configuring Oracle and DB2 UDB
    # clients on various Unix and Linux Operating Systems.
    # Please follow the examples, and update this file appropriately
    # as per your locations so that Oracle BI Server can locate the
    # Database Clients.
    # Section 1 Contains examples for Oracle BI in 32 bit mode, and
    # in order for BI Server 32 Bit to communicate, the DB Client
    # should also be 32 bit
    # Section 2 Contains examples for Oracle BI in 64 bit mode, and
    # in order for BI Server 64 Bit to communicate, the DB Client
    # should also be 64 bit
    # IMPORTANT! Do not use the command "set -u" in the script below
    # as it prevents the Oracle BI scripts to run properly.
    # Section 1
    # Solaris: Oracle BI 32 bit mode
    #set +u
    # Oracle Parameters
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH:/opt/j2se/jre/lib/sparc
    #export LD_LIBRARY_PATH
    # DB2 Parameters
    # make sure the /DB2ISTANCE/sqllib/lib points to 32 lib file
    #. /DB2INSTANCE/sqllib/db2profile
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ARBORPATH/bin
    #export LD_LIBRARY_PATH
    # Linux: Oracle BI 32 bit mode
    #set +u
    # Oracle Parameters
    # Make sure that Oracle DB 32 bit Client is installed
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    # If you have Linux 64 bit Platform, and would like to run Oracle BI 32 bit
    # then you must install Oracle DB 64 bit client, and this client comes with
    # 32 bit libraries under $ORACLE_HOME/lib32. The LD_LIBRARY_PATH in this case
    # shall be like this:
    #LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 32 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ARBORPATH/bin
    #export LD_LIBRARY_PATH
    # HPUX PA-RISC: Oracle BI 32 bit mode
    #set +u
    # Oracle Parameters
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #SHLIB_PATH=$ORACLE_HOME/lib32:$SHLIB_PATH:/opt/j2se/jre/lib/hp700
    #export SHLIB_PATH
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 32 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #SHLIB_PATH=$SHLIB_PATH:$ARBORPATH/bin
    #export SHLIB_PATH
    # HPUX Itanium: Oracle BI 32 bit mode
    #set +u
    # Oracle Parameters
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #SHLIB_PATH=$ORACLE_HOME/lib32:$SHLIB_PATH:/opt/j2se/jre/lib/hp700
    #export SHLIB_PATH
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 32 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    # AIX: Oracle BI 32 bit mode
    #set +u
    # Oracle Parameters
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #LIBPATH=$ORACLE_HOME/lib32:$LIBPATH:/opt/j2se/jre/lib/sparc
    #export LIBPATH
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 32 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    # RPAS Parameters
    #OA_ROOT=/export/home/rpas/odbcclient
    #export OA_ROOT
    #OPENRDA_INI=$OA_ROOT/config/raix/openrda.ini
    #export OPENRDA_INI
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #LIBPATH=$LIBPATH:$ARBORPATH/bin
    #export LIBPATH
    # Section 2:
    # Solaris: Oracle BI 64 bit mode
    #set +u
    # Oracle Parameters
    # Make sure to install Oracle DB 64 bit Client
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #LD_LIBRARY_PATH_64=$ORACLE_HOME/lib:$LD_LIBRARY_PATH_64:/opt/j2se/jre/lib/sparc
    #export LD_LIBRARY_PATH_64
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 64 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    #LD_LIBRARY_PATH_64=/DB2ISTANCE/sqllib/lib:$LD_LIBRARY_PATH_64
    #export LD_LIBRARY_PATH_64
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64:$ARBORPATH/bin
    #export LD_LIBRARY_PATH_64
    # HPUX Itanium: Oracle BI 64 bit mode
    #set +u
    # Oracle Parameters
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #SHLIB_PATH=$ORACLE_HOME/lib:$SHLIB_PATH:/opt/j2se/jre/lib/hp700
    #export SHLIB_PATH
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 64 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    #SHLIB_PATH=/DB2ISTANCE/sqllib/lib:$SHLIB_PATH
    #export SHLIB_PATH
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #SHLIB_PATH=$SHLIB_PATH:$ARBORPATH/bin
    #export SHLIB_PATH
    #ESSLANG=English_UnitedStates.UTF-8@Binary
    #export ESSLANG
    #LANG=en_US.utf8
    #export LANG
    # AIX: Oracle BI 64 bit mode
    #set +u
    # Oracle Parameters
    #ORACLE_HOME=/export/home/oracle/10g
    #export ORACLE_HOME
    #TNS_ADMIN=$ORACLE_HOME/network/admin
    #export TNS_ADMIN
    #PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    #export PATH
    #LIBPATH=$ORACLE_HOME/lib:$LIBPATH:/opt/j2se/jre/lib/sparc
    #export LIBPATH
    # DB2 Parameters
    #make sure the /DB2ISTANCE/sqllib/lib points to 64 lib file
    #. /DB2ISTANCE/sqllib/db2profile
    # Essbase Parameters
    #ARBORPATH=/export/home/Hyperion/AnalyticServicesClient
    #export ARBORPATH
    #LIBPATH=$LIBPATH:$ARBORPATH/bin
    #export LIBPATH
    Thanks,
    Sree

    Hi Kalyan,
    i referred this blog for adding tns entries for OBIEE 11g, for windows users.cmd has only one TNS_ADMIN, but in users.sh file there are many TNS_ADMIN and moreover all are are commented out, so i am not sure where and to what i should assign the path.
    Thanks,
    Sree

  • Setting HOMEPAGE for USERs, rolewise OBIEE 11g

    Hi,
    I have OBIEE 11g Dashboards on top of an Essbase cube. I would like to have a default homepage set per user role.
    I have followed the below link: http://obieeelegant.blogspot.fi/2011/06/how-to-changing-theobiee11g-homepage.html , which suggests to have two tables in the database.
    But how do I capture the User ids in this case. My security model has got Nested Groups and Nested Roles.
    Any suggestion on how to proceed, please.

    Hi Kalyan,
    i referred this blog for adding tns entries for OBIEE 11g, for windows users.cmd has only one TNS_ADMIN, but in users.sh file there are many TNS_ADMIN and moreover all are are commented out, so i am not sure where and to what i should assign the path.
    Thanks,
    Sree

Maybe you are looking for

  • Problems with square root approximations with loops program

    i'm having some trouble with this program, this loop stuff is confusing me and i know i'm not doing this correctly at all. the expected values in the tester are not matching up with the output. i have tried many variations of the loop in this code ev

  • BDC error BM302 : Internal unit &, language & is not maintained

    Hi Experts, I have Unit of measurements defined as below in T006A Tables ( Configured through CUNI tcode) SPRAS MSEHI MSEH3 MSEH6  MSEHT      MSEHL EN        UNT     UNT      UNT       UNIT         Unit HU        UNT     DRB      DRB      Darab     

  • PS CC keeps crashing after starting

    following message received The Desktop Window Manager is experiencing heavy resource contention Reason - Graphics subsystem resources are over-utilized. Diagnosis - A sharp degradation in Desktop Window Manager responsiveness was observed. I've check

  • Select Options for Field

    Hi all, I have a requirement to make a select options low field disable and high field editable. Can anyone guide me on this.......!!! Awiting u r reply. Regards, Rashmi

  • Identify wether a PO was created by IDOC or by transaction

    Hi all, I am currently working in the BADI ME_PROCESS_PO_CUST method PROCESS_ITEM. I am supposed to apply a treatment only if PO was created by transaction but not when created by IDOC. Might someone know something about how to find this out? Thanks