Siebel Analytics: Restricting Items in Graph

I have a graph and a table report which I have created in Siebel Analytics and would like to display the same number of items in my graph as my table. I am able to restrict the number of records in the table but have not been able to do the same in the graph. In other words, if I restrict the records in the table to 10, then I would like the graph to display 10 items as well. If users want to see more records then they can select the next button. Does anyone know how I can do this?
Thanks,
Mary

I tried with out the is prompt but still it's not working. I have that for future use because we will be using the report for dash boarding where we might use the dashboard Prompt. but i get your point only one is needed either the dashboard prompt or graph prompt. My best bet at this point is may be just remove the graph prompt and try to drag it on the dashboard and use a dash prompt instead.

Similar Messages

  • Queries in Siebel Analytics 7.8 (Cayman)

    Hi
    I am new to Siebel Analytics. I have few questions
    1) I have dashboard where in 3 prompts Prompt1,Prompt2 and prompt3 , when i pass the values to these and press "Submit" and after that a web link.i am getting a report on new page.
    here the requirement is how display these selected prompt values of Prompts1,2 & 3 on top of the report which is shown in new page. This is to acheive that the report is run for the above selected values.
    2) I have two prompts for Country and State , as the no of states associated to each country is not constant. When i select India as value for prompt1, then in next page i should have so many tabs as many states India has...the tabs would be AP,TN,Delhi etc etc..these no of tabs would be dynamic depending on country name. Each tab should take the statename as parameter and generate the report.
    3) How to make prompts mandatory? i.e If i have prompts1,2,3&4. Then if i say prompts 1and 4 are to be mandatory the report cannot be run unless the user enters some value in to this prompt. Again there is no default value for these mandatory promopts.
    How would i make a dashboard prompt mandatory..( I am not using report/page prompts but dashboard prompts)
    Request help on above items...
    Thanks in Advance
    Kris

    Use current_date.
    mark if helps
    ~ http://cool-bi.com

  • Definitions Siebel Analytics Dimensions

    I'm new to Siebel Analytics.
    I want to setup a report, and i can't find a list of definitions wich are standard included in Siebel Analytics. (The dimensions section)
    Can anyone tell me where i can find this?
    I can't build a proper report of dashboard when i'm not shure what de definition is of the included items.
    Thanks for the help!
    Best regards, Dennis

    no they cannot be on same machine under same user account

  • Siebel Analytics reporting out of BW

    Hi,
    Can Siebel Analytics report data directly out of BW InfoCubes?
    So far I saw only discussions reading data from Siebel to BW.
    Thank you
       Vitaliy

    Sajita,
    you can follow two ways to obtain your Scenario:
    in the first one you produce your report daily and download its content with a daily job (but I don't like so much this solution...it's not so flexible and I don't know if you really want to do so), in this way you will have a static picture of every day ...
    in the second one you can separate your adjustments from the amount of your bill thanks to the document categories or something similar (adjustments are different operations from a functional perspective) and create a different (restricted) KF on your query or directly in the update rules ! in this way you will always see your daily picture and the original amount (thanks to the CALDAY) will be the same, but you'll be able to see also the adjustments in a separate KF and the overall result (real daily amount) with a sum....
    Hope now is clearer...
    Bye,
    Roberto

  • Error in using aggregate function in Outer Query in Siebel Analytics

    Hi,
    When I am using aggregate function in outer query in Siebel Analytics I am facing error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59111] The SQL statement must include a GROUP BY clause. (HY000)
    Bellow is the code.
    SELECT test1.username saw_0, test1.desg saw_1,COUNT (test2.querydate) saw_2
    FROM (SELECT POSITION.CBL username,
    POSITION.CBP desg
    FROM "CM"
    WHERE (POSITION.BPTCD = 'Marketing')
    AND (POSITION.EDate =TIMESTAMP '1899-01-01 00:00:00'
    ) test1,
    (SELECT users.UN username,
    measures."Query Count" querycount,
    measures."Max Total Time" secs,
    topic.db dashboardname,
    "Query Time".DATE querydate
    FROM "Plan"
    WHERE (topic."Dashboard Name" IN ('DS'))) test2
    WHERE test2.username = LOWER (test1.username)
    AND test2.dashboardname = 'DS'
    GROUP BY test1.username, test1.desg

    Should your query be a valid SQL query?
    I can't think that the query you have would be valid in a SQL plus window.
    Chris

  • Restrict Item Category Item Creation using Reference Only

    Hi All
    Here is the scenario, I want  "Restrict Item Category Item Creation using Reference Only"
    a.Retrieve document number VBELN from sales order header table VBAK for the current order. Check if the sales order is of type ‘ZAB’ referencing field AUART in table VBAK.
    note : Any changes to existing sales order "ZAB" will be performed in thesame sales order type(ZAB) in VA02 transaction.
    b.If step a is passed, check internal table structure for sales order item level as XVBAP-PSTYV for possible item category values of 'ZDEF' for the entered line item and document number (XVBAP-VBELN).
    c.If the cancel/change item category values are found on the line item, check internal table structure for document flow (XVBFA) if the cancel/change item category was created as reference:
    i.Check if entry exists in XVBFA for the preceding document number field VBELV with value equal to value in the subsequent document number field VBELN. This value must equal the current sales document number VBELN in table VBAK.
    ii.The above check must be done in conjunction with the following check:
                1.Check if entry exists in XVBFA for the preceding document type field VBTYP_V with value ‘C’ equals subsequent document type field VBTYP_N with value of ‘C’.
    d.Once the above checks are passed, collect the item number from internal table XVBAP (Field: POSNR) for the change/cancel item category line item added to the sales order.
    e.Check if the item number retrieved in the previous step exists in table VBAP (Field: POSNR) with an item category that is not part of the list of cancel/change item category defined in step b.
    f. Check if the item number collected in the previous step exists in the subsequent item number (Field : POSNN) in internal table XVBFA for the row that passed checks in steps b and c.
    g.If item number exists, check if this subsequent item number field equals the preceding item number field value (Field: POSNV) in table XVBFA.
    h.If step g fails, generate an error message stating that the user needs to the create the cancel/change item category line item with reference to the original line item and do not allow the user to proceed with the transaction.
    i.If step g succeeds, allow the user to proceed with the transaction.
    can any one send me the logic for this scenario.
    Rgds
    Chinna

    Hi Chinna,
      Please use BADI "BADI_SD_SALES_ITEM" to achieve your requirement..
      Let me know if you have further questions..
    BR
    Rakesh

  • Upgrade Siebel Analytics 7.8.2 RPD to BI Applications 7.9.6.1 RPD

    We are upgrading from Siebel Analytics 7.8.2 version to BI Applications 7.9.6.1 version. The Siebel Analytics RPD is customized and having custom catalogs which are based on Pharma tables and the Core model is not at all customized. So, I have followed the steps specified in section 'Upgrading the Oracle BI Repository for Industry-Specific Analytics Applications' of Upgrade guide. Its known that there are some datawarehouse changes occurred between these versions. One of these changes are,
    W_ORG_D of Siebel 7.8.2 is replaced with W_PARTY_ORG_D in BI Apps 7.9.6.1,
    W_PERSON_D of Siebel 7.8.2 is replaced with W_PARTY_PER_D in BI Apps 7.9.6.1.
    In order to upgrade the RPD we need to make use of MAP file that comes with the installation of BI Apps 7.9.6.1. For this process I'm using the map file rename782-796.map while equilizing the RPDs. But I dont find any information related to the above schema changes in the map file even though they are Oracle shipped ones. So, after doing some analysis I have listed the Alias tables created on top of W_ORG_D in 7.8.2 RPD and similarly in 7.9.6.1 RPD and specified the mapping information of these Alias tables in existing MAP file. Equlized the RPDs using the modified MAP file and done the merge process. But I'm observing some issues like the merged RPD is having both W_ORG_D and W_PARTY_ORG_D tables in all the three layers. Can I get any help on fixing this issue.
    Thank You,

    Any idea on the above issue?
    Edited by: user12129725 on Apr 28, 2010 6:38 AM

  • Error in Siebel Analytics ReportUI portlet Authentication error.

    Hi Everyone
    I am trying to Integrate Between Weblogic Portal and OBIEE.
    Weblogic Portal Version: 10.3
    OBIEE : 11g
    Integration Using: Report UI Portlet
    1.
    While creating OBIEE environment "weblogic" user was setup as "Administrator" account.
    Following is list of users that i see from weblogic console for OBIEE.
         User          |     Group
         weblogic     |     Administrator
         BISystemUser|     Administrators
         OracleSystemUser|     OracleSystemGroup
    2.
    From Portal environment, i have added "sawjsr168portlets.war" as shared library.
    Changed portlet.xml and web.xml with following.
         -changes in portlet.xml
              1. oracle.bi.presentation.sawserver.URL
                   http://localhost:9704/analytics/saw.dll
              2.     oracle.bi.presentation.portlets.jsr168.reportui.AdminUserName
                   weblogic
              3.     oracle.bi.presentation.portlets.jsr168.reportui.AdminPwd
                   xxxxxx
              4.     oracle.bi.presentation.report.Path
                   /Shared Folders/Sample Lite/Published Reporting/Reports/Brand Revenue Details
         -changes in web.xml
              1.     com.siebel.analytics.web.SAWServer.Host
                   localhost
              2.     com.siebel.analytics.web.SAWServer.Port
                   9704
    3. On Portal Desktop, I am authenticating with "weblogic" user ("weblogic" user which is configured in Portal Domain).
    While doing so, I see following exception on Portal Domain.
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sawsoap="com.siebel.analytics.web/soap/v6"> <soap:Body> <soap:Fault><faultcode>soap:Server</faultcode>
    <faultstring>Authentication error. Details: An invalid User Name or Password was entered. </faultstring>
    <detail><sawsoape:Error xmlns:sawsoape="com.siebel.analytics.web/soap/error/v1">
    <sawsoape:Code>IAI2Z2JJ</sawsoape:Code>
    <sawsoape:Message>Authentication error. Details: An invalid User Name or Password was entered. </sawsoape:Message>
    <sawsoape:File>main/project/websubsystems/soapservicesimpl.cpp</sawsoape:File>
    <sawsoape:Line>183</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>IHVF6OM7</sawsoape:Code>
    <sawsoape:Message>Authentication Failure.</sawsoape:Message>
    <sawsoape:File>main/project/webconnect/connection.cpp</sawsoape:File>
    <sawsoape:Line>387</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.connectionPool.getConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.securitysubsystem.checkauthentication.runimpl</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>OPR4ONWY</sawsoape:Code>
    <sawsoape:Message>Odbc driver returned an error (SQLDriverConnectW).</sawsoape:Message>
    <sawsoape:File>main/project/webodbcaccess/odbcconnectionimpl.cpp</sawsoape:File>
    <sawsoape:Line>356</sawsoape:Line>
    <sawsoape:Error>
    <sawsoape:Code>U9IM8TAC</sawsoape:Code>
    <sawsoape:Message>State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13038] The user does not have impersonation privilege. (08004)</sawsoape:Message>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </detail>
    </soap:Fault></soap:Body> </soap:Envelope>>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(exit00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <Exit: HTTPDispatchHandler::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SimpleChain> <BEA-000000> <Exit: SimpleChain::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(semanticCheck00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.handlers.soap.MustUnderstandChecker> <BEA-000000> <Doing SOAP semantic checks...>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.client.AxisClient> <BEA-000000> <Exit: AxisClient::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(toAxisFault00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.enterprise> <BEA-000000> <Mapping Exception to AxisFault
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
    <Jan 3, 2011 11:05:05 AM EST> <Error> <ServletContext-/research-portal> <BEA-000000> <Error in Siebel Analytics ReportUI portlet
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers
    Kindly let me know your thoughts on following.
    1. Am i missing any steps?
    2. Is it possible that Portal 10.3 and OBIEE 11g is not compatible?
    3. Admin Username and password that i specified in Report UI portlet's preferences, is it wrong user (or user from wrong group maybe)? Do i need to specify user who is from another group?
    4. I changed "SAWServer" url and port in web.xml. Is that okay?
    5. Is there any way, i can get more detailed information from OBIEE Server by enabling certain kind of debug?
    Let me know if any input is needed from my side. Any input is highly appreciated.
    Thanks

    Hi Now I am facing bellow error.
    Can anybody suggest me what to do?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 13017] User or group has not been granted the Direct Database Access privilege to access the database 'sh'. Please verify the User/Group Permissions in the Oracle BI Administration Tool. (HY000)

  • Reg: Limitations of Siebel Analytics 7.8.2.x or lower versions of it.

    Hi
    I want to know what are limitations of Siebel Analytics 7.8.2 or lower versions..
    If anybody have these or any pointers to documentation where it is available would be of great help....
    Thanks in advance...
    Cheers

    Hi
    Can anybody pls help by replying to this???
    Any pointers to docs which detail these wud alo be great help
    Cheers
    Kris

  • Write back in Siebel Analytics 7.8.2?

    Hi,
    Is write back functionality available with Siebel analytics version 7.8.2. ? In which version of siebel analytics the write back functionality is introduced? Also please let me know how to enable write back in SA 7.8.2.
    There is no bookshelf available for SA 7.8.2.
    Any help would be much appreciated.
    Thanks.

    Any idea on the above issue?
    Edited by: user12129725 on Apr 28, 2010 6:38 AM

  • Oracle BI (Siebel Analytics) / Data Warehouse Data Security

    Hello,
    We are implementing Oracle Siebel Analytics and Custom datawarehousing using Oracle 9i DB. I am interested to know if we can implement consistent data security model for different data marts. Means with one single data warehouse, I want to implement data security model or policies in one place and they are applied consistently across all of the datamarts.
    1. Can we or oracle support this kind of secinerio.
    2. If yes, what would be perfect model an example will be helpful, and if not what best approach is available to resolve this security model.
    Any suggestion or help would be great.
    Regards
    Girish

    Hi, Do you also get some other packages names that the error msg reports like ...
    RPE-01012 Cannot deploy PL/SQL maps to the target schema because it is not owned by the Control Center and "SOME WRT.... package names" I think once did I face this and made sure that the repository user has some packages granted through OWBREPOS_OWNER/OWB_REPOS_OWNER to the user you are using to run the mapping.
    Regards,
    Mohammad Farhan Alam

  • Job Openings: DataStage, BI, OBIEE, Siebel Analytics

    We have SEVERAL positions available in DataStage, BI, OBIEE, Siebel Analytics area. These are urgent requirements and interviews are going on so resumes with out candidate Email/Phone# will not be considered.
    Also these position requires on site face to face screening.
    Please send us your resume/Visa Status/Hourly Bill Rate to [email protected] Please mention the position you are interested in the email subject.
    1. ETL Architect with a strong Datastage experience of 7-10 years. The candidate should have experience in a lead architect role in major data warehouse projects for fortune 500 companies. Information Server 8.0 and high tech experience are preferred.
    2. Data Analyst with DataStage experience. Knowledge of Siebel CRM, order life cycle, lead, opportunities, etc. is preferred. High tech experience preferred.
    3. Senior OBIEE Developers with minimum of 4 years of experience in OBIEE development. V.10 experience is required. RPD development expertise (with time-series, aggregate navigation) and solid dashboard development experience also required. Enterprise or broad cross-functional domain experience a plus. Should have 4+ years experience on OBIEE projects at US based companies.
    4. BI Project Manager with experience managing BI projects specifically. Can be BO, Cognos, Siebel Analytics, or other leading BI app. Ideally, candidate would have some experience working with service/call center and SAP Service Module. Must have very good communication skills*written and verbal. Should have 4 years minimum exp on BI projects at US based companies.
    5. BI Analysts with OBIEE experience and experience working with service/call center data. Must have very good communication skills*written and verbal. Should have 3 years minimum OBIEE experience in US based companies.

    Hi ,
    Any help.....?
    Regards,
    KK

  • Load balancing of web servers in Siebel Analytics v 7.7.1?

    Hi Experts,
    Can we load balance the Webservers in Siebel Analytics 7.7.1 version? If Yes, can you please give me the steps how to setup this?
    Thanks,
    Madhukar

    Hello Mr. Tripathi ,
    Option 2 is the more typical way to increase capacity.   Of course you can also increase capacity by simply adding additional server nodes to a single instance.  if you are trying avoid downtime due to loss of one of the application servers, option 2 will still work.  Just because the primary application server goes down does not mean the secondary will become unavailalbe.  There are some cases where the secondary server could be interrupted, such as if the jms provider was on the primary instance, but there is an automatic fail-over of jms provider and other funcionality such as user sessions.
    I think option 2 is the most easy to implement for you.  Having 2 seperate systems  access the same database could cause some complications with DB locking which are hard to troubleshoot.
    Regards,
    Nathan

  • What is the syntax of portal page nav or go url for siebel analytics 7.8.5

    onclick=\\\"JavaScript:PortalPageNav(event,'//shared/Vision_QoE_Reporting/_Portal/VISION QoE', 'VPPSID Detail Report','F_VISION_QOE', 'VPPSID','\"+VPPSID+\"','CTL_REPORT_MEASURE','REPORT_NAME','\"+REPORT_NAME+\"','F_VISION_QOE','EDW_DATE','\"+EDW_DATE+\"');\\\"

    Sudipta Gupta wrote:
    Hi Experts,
    Currently my company has given me the task to check the issues of IE8 support for Siebel Analytics as they are trying to upgrade IE6 to IE8.
    So I have the following queries:
    1. Will Siebel Analytics 7.8.5 supports IE8?Yes
    2. If not, then is there any patch available for 7.8.5 version to support IE8?No patch required
    3. What are the other options there might be?You might face some issues with GUI but no any major techical promblem
    Hope this clears your doubt

  • IE8 Support for Siebel Analytics 7.8.5

    Hi Experts,
    Currently my company has given me the task to check the issues of IE8 support for Siebel Analytics as they are trying to upgrade IE6 to IE8.
    So I have the following queries:
    1. Will Siebel Analytics 7.8.5 supports IE8?
    2. If not, then is there any patch available for 7.8.5 version to support IE8?
    3. What are the other options there might be?
    Please let me know your inputs.
    Regards
    Sudipta

    Sudipta Gupta wrote:
    Hi Experts,
    Currently my company has given me the task to check the issues of IE8 support for Siebel Analytics as they are trying to upgrade IE6 to IE8.
    So I have the following queries:
    1. Will Siebel Analytics 7.8.5 supports IE8?Yes
    2. If not, then is there any patch available for 7.8.5 version to support IE8?No patch required
    3. What are the other options there might be?You might face some issues with GUI but no any major techical promblem
    Hope this clears your doubt

Maybe you are looking for

  • Help Software won't update

    Ok so I am working on iMac and the software is wayyyy out of date! It is 10.5.8. So I got the Mac OS X Snow Leopard and every time I install it it starts to work then 15 20 mins later he restarts the computer saying it will continue to work after res

  • I do not know why i can't open facetime,messages,reminders and appstore on my macbook pro, please help me out

    i do not know why i can't open facetime,messages,reminders and appstore on my macbook pro, please help me out

  • Pen stuck in the laptop! what do i do?

    Lenovo ThinkPad X61 Tablet PC - Intel Centrino Duo Core 2 Duo L7500 1.6GHz - 12.1" SXGA+ - 2GB DDR2 SDRAM - 120GB - DVD-Writer (DVDR/RW) - Gigabit Ethernet, Wi-Fi, Bluetooth - Windows Vista Business - Black - 776796U $1450 buy.com Solved! Go to Solut

  • I Lost my iphone- how safe is my data?

    I recently lost my iphone and reported it so, had it blocked etc. However, even though I had the ecurity lock on, how easy it is for the new recipient to crack the phone and thus my data? I'm obviously particularly concerned about emails, contact and

  • Receive unsupported media format message

    When transfering songs purchased from the Real Music Store to iPod Nano (using Real Player 10.5), I recieve an "unsupported media format" message. It is important to note that the same songs transfer to my iPod 30GB video player. Real support indicat