OBIEE sorting OBIEE11g

Hello,
We have to dynamically arrrange a graph based on sorting on another graph in OBIEE11g
We are asked to show the TopN customers with different measure columns say by Col A and Col B
In my crieteria , i get the TOPN customers ,ColA and ColB and in the results tab I select a table, TopN cust , ColA and ColB are given. Here I can sort it based on ColA or on ColB and data on the rest of the columns is ordered based on the column being sorted
The reqmt is to plot these in individual graphs, like  Graph1 : TopN cust by Col A ; Graph2 TopN cust by ColB .
1) How to set up a prompt which will lets the user to choose the sorting option on ColA or ColB
2) how to enable the graph to change based on the selection ?
3) Is it possible to sort graphs dynamically in OBIEE?
plz pour in your ideas.

Check this link for sorting to understand it
http://docs.oracle.com/cd/E21764_01/bi.1111/e16452/apndx_ui_chngs.htm
if helps mark, have fun
~ http://cool-bi.com

Similar Messages

  • Dynamic Column sorting in OBIEE?

    Hi,
    Does anybody knows how to sort columns dynamically in a report on asc or desc order.Any automatic mechanism.

    Gianluca Ancarani wrote:
    You can use in the RPD (in the Business Model Layer) a specific COLUMN SORT to sort a scecific Logical Column, in this way a column in a report is always sorted, but you have to build the specific COLUMN SORT inside the physical table or in the business model layer.
    See this blog: http://obiee101.blogspot.it/2008/11/obiee-sort-order-column-property.html
    Regards,
    GianlucaI think the user is trying to sort the report based on the Names of the columns rather than the data in a specific column.

  • OBIEE 11g prompt requirement

    Hi,
    I have one prompt requirement.
    I want to show custom values in prompt depending on the values present in column.
    e.g. The values present in column are aaa, bbb,ccc etc.
    I want to show value='Impr' when aaa else 'Unimpr' in prompt.
    I am using OBIEE 11g.
    Please let me know if u need more information.
    Thanks.

    [url http://gerardnico.com/wiki/dat/obiee/double_column]OBIEE11g double columns

  • OBIEE Remove Default Order By

    Hi,
    My users have a specific request in a OBIEE report. The report is based on 2 tables connected directly to the transaction system in AS400/DB2. The reason is the report must show real-time data. So far so good, OBIEE is able to connect and show the live data without caching the results (disabled the cache for these tables).
    The problem is they need to see the rows in a report in a chronological order (the newest row inserted on DB2 in the bottom). I don't have any cronological column in the table to apply the OBIEE sort. OBIEE Admin Tools shows the desired order when I click on "view data" option in the Physical Table. The records are being displayed exactly as I need.
    When I created the report on OBI Presentation, I can see on Advanced Tab that it includes a default "Order By" clause in the SQL Statement. I was able to remove the distinct by disabling the database feature DISTINCT_SUPPORTED in the rpd file.
    Also, I tried to comment the //SORT_TYPE = "binary"; in the NQSConfig.ini but it didn't solve the problem. Tried to use a logical ROWNUM column but AS400/DB2 does not support this type of column.
    How can I get rid of the "order by" clause in a OBIEE report? I must have to disable this default order on OBIEE to bring the default table order (as the rows were inserted).
    I appreciate your help,
    Thanks.

    Hi Saichand,
    Thanks for your answers.
    I've uncked the ORDERBY_SUPPORTED feature, restarted BI Server and Presentation. My report does not have any column flagged to sort, even thought it still applying an order by clause in the SQL Statement. I went to the Advanced tab on Answers I can see the order clause in the SQL statement and this is the log generated by the query:
    +++Administrator:2b0000:2b0018:----2010-10-14 09:44:21
    -------------------- Logical Request (before navigation):
    RqList
    INPUT.INPOBK as c1 GB,
    INPUT.INPBNK as c2 GB,
    INPDRA:[DAggr(INPUT.INPDRA by [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] )] as c3 GB,
    INPCR1:[DAggr(INPUT.INPCR1 by [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] )] as c4 GB,
    INPUT.INPTDS as c5 GB,
    INPUT.INPKBT as c6 GB,
    INPUT.INPUID as c7 GB,
    case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end as c8 GB,
    INPUT.INPOBK || ' ' || INPUT.INPBNK as c9 GB,
    case cast(INPUT.INPKBT as INTEGER ) when 0 then 0 else INPDRA:[DAggr(INPUT.INPDRA by [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] )] end as c10 GB,
    case cast(INPUT.INPKBT as INTEGER ) when 0 then 0 else INPCR1:[DAggr(INPUT.INPCR1 by [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] )] end as c11 GB,
    case INPUT.INPTDS when ' ' then ' ' else case when INPUT.INPUID like '%GIFTS%' then '0' else '1' end end as c12 GB,
    INPUT.INPKBT as c13 GB,
    INPUT.INPKSQ as c14 GB,
    Report_Sum(INPDRA:[DAggr(INPUT.INPDRA by [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] )] by [ ] at_distinct [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] ) as c15 GB,
    Report_Sum(INPCR1:[DAggr(INPUT.INPCR1 by [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] )] by [ ] at_distinct [ INPUT.INPOBK, INPUT.INPBNK, INPUT.INPTDS, INPUT.INPKBT, INPUT.INPKSQ, INPUT.INPUID, case INPUT.INPTDS when '  ' then '  ' else case  when INPUT.INPUID like '%GIFTS%' then '0' else '1' end  end , case INPUT.INPKBT when '0' then '0' else INPUT.INPBNK end , INPUT.INPOBK || '  ' || INPUT.INPBNK] ) as c16 GB,
    case cast(INPUT.INPKBT as INTEGER ) when 0 then 0 else max(INPDRA:[DAggr(INPUT.INPDRA by [ ] )] by [ ] at_distinct [ ] ) end as c17 GB,
    case cast(INPUT.INPKBT as INTEGER ) when 0 then 0 else max(INPCR1:[DAggr(INPUT.INPCR1 by [ ] )] by [ ] at_distinct [ ] ) end as c18 GB
    DetailFilter: INPUT.INPOBK <> INPUT.INPBNK
    OrderBy: c1 asc, c2 asc, c5 asc, c6 asc, c7 asc, c8 asc, c9 asc, c12 asc, c6 asc, c14 asc
    +++Administrator:2b0000:2b0018:----2010-10-14 09:44:21
    It seems that OBIEE did not remove the "order by" as expected.
    Can you please let me know how to force OBIEE to do not use the order by clause?
    Thanks,
    Danilo

  • Bi_server1 warning error

    Hi
    I am using OBIEE11.1.1.6.6.in linux box.I am trying to restart my prod OBIEE services, when i login page hang.(Analytics report login page)
    Few seconds later it will hanged again and it shows warning error in bi_server.
    Error:
      <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jul 9, 2013 6:25:32 AM GMT+00:00> <Info> <JDBC> <server> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <e850d402014990e8:-4e81d2bf:13f180f35b5:-8000-000000000000002d> <1373351132254> <BEA-001516> <Connection Pool "EPMSystemRegistry" connected to Database: "Oracle", Version: "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options".>
    ####<Jul 9, 2013 6:25:32 AM GMT+00:00> <Info> <JDBC> <server> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <e850d402014990e8:-4e81d2bf:13f180f35b5:-8000-000000000000002d> <1373351132255> <BEA-001517> <Connection Pool "EPMSystemRegistry" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".>
    ####<Jul 9, 2013 6:25:32 AM GMT+00:00> <Info> <Common> <server> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <e850d402014990e8:-4e81d2bf:13f180f35b5:-8000-000000000000002d> <1373351132277> <BEA-000628> <Created "1" resources for pool "EPMSystemRegistry", out of which "1" are available and "0" are unavailable.>
    ####<Jul 9, 2013 6:25:32 AM GMT+00:00> <Info> <JDBC> <server> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <e850d402014990e8:-4e81d2bf:13f180f35b5:-8000-000000000000002d> <1373351132335> <BEA-001516> <Connection Pool "bip_datasource" connected to Database: "Oracle", Version: "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options".>
    ####<Jul 9, 2013 6:25:32 AM GMT+00:00> <Info> <JDBC> <server> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <e850d402014990e8:-4e81d2bf:13f180f35b5:-8000-000000000000002d> <1373351132335> <BEA-001517> <Connection Pool "bip_datasource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".>
    ####<Jul 9, 2013 6:25:32 AM GMT+00:00> <Info> <Common> <server> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <e850d402014990e8:-4e81d2bf:13f180f35b5:-8000-000000000000002d> <1373351132337> <BEA-000628> <Created "1" resources for pool "bip_datasource", out of which "1" are available and "0" are unavailable.>
    ####<Jul 9, 2013 6:25:37 AM GMT+00:00> <Info> <JMS> <server> <bi_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e68> <1373351137956> <BEA-040010> <JMSServer "BipJmsServer" configured no session pools.>
    ####<Jul 9, 2013 6:25:37 AM GMT+00:00> <Info> <JMS> <server> <bi_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e68> <1373351137957> <BEA-040109> <JMSServer "BipJmsServer" is started.>
    ####<Jul 9, 2013 6:25:38 AM GMT+00:00> <Notice> <WebLogicServer> <server> <bi_server1> <main> <<WLS Kernel>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000013> <1373351138047> <BEA-000365> <Server state changed to RUNNING>
    ####<Jul 9, 2013 6:25:38 AM GMT+00:00> <Notice> <WebLogicServer> <server> <bi_server1> <main> <<WLS Kernel>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000013> <1373351138048> <BEA-000360> <Server started in RUNNING mode>
    ####<Jul 9, 2013 6:26:22 AM GMT+00:00> <Info> <Health> <server> <bi_server1> <weblogic.GCMonitor> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e6d> <1373351182482> <BEA-310002> <20% of the total memory in the server is free>
    ####<Jul 9, 2013 6:27:22 AM GMT+00:00> <Info> <Health> <server> <bi_server1> <weblogic.GCMonitor> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e6d> <1373351242489> <BEA-310002> <47% of the total memory in the server is free>
    ####<Jul 9, 2013 6:29:22 AM GMT+00:00> <Info> <Health> <server> <bi_server1> <weblogic.GCMonitor> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e6d> <1373351362503> <BEA-310002> <26% of the total memory in the server is free>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410853> <BEA-000000> <JspServlet: param verbose initialized to: true>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410853> <BEA-000000> <JspServlet: param packagePrefix initialized to: jsp_servlet>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410853> <BEA-000000> <JspServlet: param compilerclass initialized to: null>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410854> <BEA-000000> <JspServlet: param compileCommand initialized to: javac>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410854> <BEA-000000> <JspServlet: param compilerval initialized to: javac>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410854> <BEA-000000> <JspServlet: param pageCheckSeconds initialized to: -1>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410854> <BEA-000000> <JspServlet: param encoding initialized to: null>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410854> <BEA-000000> <JspServlet: param superclass initialized to null>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410855> <BEA-000000> <JspServlet: param workingDir initialized to: /obiee/OracleBIData/OBIEE11G/OBIEEINSTALL/user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analytics/za01ic>
    ####<Jul 9, 2013 6:30:10 AM GMT+00:00> <Info> <ServletContext-/analytics> <server> <bi_server1> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000eb6> <1373351410855> <BEA-000000> <JspServlet: initialization complete>
    ####<Jul 9, 2013 6:31:22 AM GMT+00:00> <Info> <Health> <server> <bi_server1> <weblogic.GCMonitor> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e6d> <1373351482517> <BEA-310002> <44% of the total memory in the server is free>
    ####<Jul 9, 2013 6:33:22 AM GMT+00:00> <Info> <Health> <server> <bi_server1> <weblogic.GCMonitor> <<anonymous>> <> <e850d402014990e8:-61995e44:13fc21999e1:-8000-0000000000000e6d> <1373351602530> <BEA-310002> <31% of the total memory in the server is free>
    Could you please let us know the issue.This is my production box.Please give some solution ASAP.

    Hi,
    I do not see any issues in this log. However If I understand you correctly, after you log in to the dashboards by typing your username and password, the page hanged. If it is so, there could be an issue with any initialization blocks in your .rpd which you might want to check. There might be a variety of reasons again for this, the database connection could not have been successful, the connection error-ed out etc.
    I would like to ask you one more question as well, what was the last activity on your server? Did you deploy any new .rpd?
    Dhar

  • 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

  • Sorting of user list in 'ACT AS' by displayname -OBIEE 11G

    Hi,
    I have configured 'ACT AS' successfuly in obiee 11g . We have written the following query to populate user name and displayname in the act as drop down .
    <getValues>EXECUTE PHYSICAL CONNECTION POOL DAA2.DAA2 select USERNAME, DISPLAYNAME from SIEBEL_USERS </getValues>
    With this query the list is getting ssorted by USERNAME .
    However, our client expects the user list to be populated in the ascending order of the DISPLAYNAME.
    I tried modifying the above query as below in the xml file to implement the same .
    <getValues>EXECUTE PHYSICAL CONNECTION POOL DAA2.DAA2 select USERNAME, DISPLAYNAME from SIEBEL_USERS Order by 2 desc </getValues>
    But the liste is still getting sorted by USERNAME. Could anyone give some pointers to achieve this requirement ?
    Regards,
    Karan
    Edited by: kchadha2 on Sep 12, 2011 7:21 PM

    Thanks Veeravalli, I did exactly the same. Editing the registry didn't help so I deleted the service from registry and create it again and before that added the following in my installSVC file in the section you mentioned
    set JAVA_VM=-server
    set MEM_ARGS==-Xms1024m -Xmx1024m -XX:MaxPermSize=2048m -XX:-UseSSE42Intrinsics
    But it is still not working, I am getting the same error but now it says
    [Tue Dec 11 07:38:45 2012] [RunJavaApp] Loading class - =-Xms1024m
    java.lang.NoClassDefFoundError: =-Xms1024m
    Caused by: java.lang.ClassNotFoundException: =-Xms1024m
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    one of the things I didn't mention though was that when I create the service, I run the installAdmServer_Service.cmd file as "Run as Administrator", only then the service gets installed. Can this be related to the fact that this windows service needs to be run under admin account? or Run as Administrator? I am guessing because I tried various heap sizes and also edited my setDomainEnv.cmd and commEnv.cmd file to use 1024 as heap size it but still didn't work and it is failing may be while loading the class? If that is the case then how to run this services as administrator? Am I missing anything else?
    Thanks,
    Ronny

  • OBIEE 11.1.1.5 disable sorting

    Hi,
    I am finding some issue when sorting the columns by ascending most of the time. The records are getting removed from the report. By default, now 11.1.15 introduced sorting on all columns including the measure columns as well and there is no way to disable them by column or remove this feature from the report as well. Did any one find any alternative way to disable this sorting in this version of OBIEE. Let me know the solution.
    Regards
    VM

    Yes, definitely there is a problem the way OBIEE 11.1.1.5 has made this a default behavior including all the dimension columns as well fact measure columns also available for sorting and it acts wierd for pivot table issue but doesnt throw any error for table view.
    Will be taken up by oracle support as a bug and might get fixed in its later version may be.
    Regards
    VM

  • Send a OBIEE report to non OBIEE user (Client) Mail in OBIEE11g

    Hi Frenz,
    i`m fresher to OBIEE, i need the step for "Send a OBIEE report to non OBIEE user (Client) Mail in OBIEE11g". searched in on-line got only OBIEE 10g Documents that one also followed but no result.Please help Me....the Step to config a Mail for external user.
    Thnaks,

    Have the SMTP server configured by your admin and create agent privilege given to your role. Then Schedule an Agents to yourself/Testuser with the report to be sent to external user as its Content. Set up the Delivery Profile of the recipient. In the set up for email device - delivery profile specify the external email address. This might be useful
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi11115/delivers/alerts.htm
    Thanks.

  • Obiee11g upgrade: Preventing authenticated-user from accessing obiee system

    HI Gurus,
    We have a problem regarding security and request your inputs. Please see the issue below:
    Current Situation:
    We have successfully integrated OBIEE11g with our enterprise MS Active DIrectory. With the current set up, any user in the company will be successfully authenticated by MSAD and he/she is able to login to obiee and reach the new bieehome page. I want to prevent this.
    Expected:
    Only users who belong to certain AD Groups should be able to acess obiee
    How do I prevent this? In our MSAD we have AD groups built to identify OBIEE users. These ad Groups are pre-fixed with OBIEE_ (Ex: OBIEE_Marketing etc). Only the users belong to these groups should be allowed to login.
    In 10g, we made use of privileges to explicitly grant access to obiee. We made use of privileges like 'Access to Dashboard' etc. As a result, even if a user is successfully authenticated by LDAP MSAD , he wont be able to reach obiee dashboards if he is not a member of designated GROUP. In 11g, since there is a new page called 'BIEE HOME', non-authorized users are able to reach this page.
    Any help would be highly appreciated
    --Joe                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I have created an SR with Oracle and as per the responses I got, it looks like this is an issue as there is no way to restrict access to bieehome page.
    Anyone has any workarounds? This is really holding up our 11g release
    --Joe                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Sort Order option disabled when using OBIEE analysis?

    Hi everyone
    I've build a BIP report using the online layout editor.  My data model is based on an existing OBIEE analysis. When I go into the data model and go into the properties of a column, the Sort Order option is somehow defaulted to "No Ordering" and the dropdown menu is actually disabled, so I can't change anything.  Is this normal/expected functionality or am I missing something somewhere?
    Thanks

    I don't think it is possible. Here are the sort statements in this program.
    <u>Without Serialization</u>
    sort t_idoc_control_r
      by sndprn sndprt sndpfc mestyp
         mescod mesfct test serial.
    <u>With Serialization</u>
    sort t_idoc_control_s
      by sndprt sndprn obj_type chnum chcou.
    In neither of them, the document number is used. There is no guarantee that they will be processed in the document number order, even if serialization is used.
    Regards,
    Srinivas

  • Sort in OBIEE Answers - Desc Nulls Last

    I want to sort Desc on a Answers column, but want NULLS last. Where do I set it?
    For instance I can write SQL
    select * from T1 order by c2 Nulls first;
    NULLS last is default behavior in Oracle SQL
    However, via OBIEE Answers, I see when I use DESC Nulls are on top, I want them on bottom.
    Where should I set it?

    Hi shyamvaran,
    What is the value of your "NULL_VALUES_SORT_FIRST" parameter in your NQSConfig.INI file? By default, this is set to OFF. Which is probably what your seeing i.e. if NULLs are last, and you are sorting in descending order, then you would expect to see NULLs first.
    If you want NULLs to show up last when sorting in descending order, then set the above parameter to ON and bounce your services. That should take care of you.
    Otherwise, you can do a work around. Create a hidden column in your report. Set it's formula to IFNULL(C2,'aaaaaaaaaaa') . This way it'll be alphabetically first i.e. last in descending order. Set this column to sort descending and then set it to hidden. It should sort your report in the desired order and it should be hidden from view.
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • Column Sorting and Rowspanning not working in OBIEE 11g (worked in OBI 10)

    Hi all,
    i have a report with columns like this:
    Customer Nbr. | Customer Name | Salesorder | EBIT | EBIT (Total p. Customer)
    In the table view i have a total sum line at customer level.
    The column "EBIT (Total p. Customer)" is an Aggregate with Formula (SUM(Invoices.Ebit) BY Customer."Customer Nbr.") which is exactly the same value as in the report sum line (column EBIT).
    This Aggregate colum is only for sorting purposes and is hidden in the view.
    The business case is:
    "We want to see the EBIT per Salesorder for each customer, sorted from worst to best customer.
    So i sorted by "EBIT (Total p. Customer)" ascending in criteria tab and adviced answers to show the sum for each customer (column customer nbr.) in the table definition view.
    OBIEE 10 behaviour: Answers shows all customers sorted by EBIT (Total p. Customer), i see one line for each salesorder, the customer columns are rowspanned over all salesorder lines and there is exactly on sum line after each customer.
    OBIEE 11 behaviour: Answers shows all customers sorted by EBIT (Total p. Customer), i see one line for each salesorder BUT there is one sum line after each salesorder too. So there is no sum at customer level but on salesorder level
    Any idea how to solve this?
    BTW:
    1.) I still tried to place this column as the first (left) column in the report to get the right sorting ... with no success.
    2.) Sorting data at BI Server level is NO option since there are some other reports with different sorting requirements
    While searching in "Oracle Support" i found document ID: 1371247.1 "OBIEE 11g: How To Apply a Custom Sort in Answers" which says "... The functionality to custom sort in Answers does not currently exist There is an enhancement request for this functionality. For more information, see Bug 13261597 - be able to apply a custom sort in answers ..."

    Did you ever get an answer to your question? We are seeing the same issue.

  • OBIEE 11g Sorting the Dashboard Prompt

    In OBIEE 11g, How to sort a bashboard prompt which is cascaded on another column?
    Thanks,
    Usha.

    Hi,
    2) Removing Reset button :
    use below html code --via dashboard object..
    check it this screen short
    FYI...
    http://kalpesh-obiee-eklavya.blogspot.com/2011/06/reset-button-on-prompts-11g.html
    1) In obi10g try it obi11g
    If you need to rename the 'GO' button, follow the below steps.
    Go to {OracleBIDir}:\oraclebi\web\msgdb\l_en\messages and Open the globalfiltermessages.xml file.
    Find this text
    <WebMessage name="kmsgGFPGo"><TEXT>Go</TEXT></WebMessage>
    Edit the 'Go' which is there between the TEXT tags.. for e.g.., replace the Go with Confirm
    <WebMessage name="kmsgGFPGo"><TEXT>Confirm</TEXT></WebMessage>
    Hope it is clear...
    Thanks
    Deva
    Edited by: Devarasu on Sep 16, 2011 1:15 AM

  • Sort on the Measure in Pivot table in OBIEE 11g

    The pivot table ignores the sort on the measrure in the criteria section, so how can we enable sort on the measure columns in pivot in OBIEE 11g ?

    887111 wrote:
    The pivot table ignores the sort on the measrure in the criteria section, so how can we enable sort on the measure columns in pivot in OBIEE 11g ?Try this:
    1) Make a duplicate layer of the measure column.
    2) Move the duplicate layer to the far left in the Rows section.
    3) Apply the desired sort order.
    4) Hide the duplicate layer column.

Maybe you are looking for

  • Adding Canvas3D image to a JPanel or JFrame

    My team has developed a 3D game board and we want to add it to a JPanel. The test code below works fine but we want to add this to a JPanel. Can you put a Canvas3D in a JPanel? import java.applet.Applet; import java.awt.BorderLayout; import java.awt.

  • Nokia 5800 - Bad GPS reception lately (maybe after...

    Hello, When I first got the phone (about 3 months back), the GPS reception was fine. In buildings it didn't find sattelites, but when I was outside it was no problem. But lately the reception is really bad. Even when I'm outside and not in range of l

  • Trying to use sql_context for multithreading.

    I'm trying to use an sql_context to get some multi-threaded code to work properly.      sql_context ctx1, ctx2;      EXEC SQL CONTEXT ALLOCATE :ctx1;      EXEC SQL CONTEXT ALLOCATE :ctx2;      /* Create the DB Alert to wait for table updates */      

  • Ora-00257:Archive error

    Hello Everyone, ORA-00257: archiver error. Connect internal only, until freed. My Question is why oracle is not allowing to connect as normal database user like Scott during archive log is full, as i know archive log is generate during ddl/dml statem

  • Invoking a service using BLOB data syntax

    Hi All, When invoking LC using BLOB the syntax is: //Create a BLOB object BLOB inDoc = new BLOB(); //Populate the BLOB objects remoteURL data member inDoc.remoteURL = urlData; //Invoke the EncryptDocument process BLOB outDoc = encryptClient.invoke(in