Urgently!  In Hyperion web analysis  font and color can not be changed

In Hyperion web analysis, when I want to set or change font, a null dialogbox appear ; when I click and want to set or change color, nothing happen,even no dialogbox appears. Why?
My Oracle Hyperion Performance Management version is v11.1.1.2.
thanks advance!

Hello,
As far as I know from Metalink, there is a same problem with Japanese locale in WA. For cyrillic language, which I use, I've been advised by Oracle tech persons to set the same settings in all regionals (Standard and formats, location, and Advanced -> Non unicode) and IE language preference (or use English everywhere as temporary workaround), which worked for me. May be WA has some additional issues in Java color/font selection dialogs when using non-English locales.
If you have Metalink access, you can search for bug ID # 8538102, according to it, this problem will be fixed in 11.1.2 release of EPM.
Regards.

Similar Messages

  • My iphone font for typing and receiving emails is stuck in large font and I can not reset it to small

    My font size for typing and receiving emails is stuck in large and I can not reset it using, settings, mail, font size buttons.

    Jim, where were you when i asked the same question a couple of months ago?! After updating software two months ago my email font was stuck in large and couldn't get it to change. posted issue on forum, called apple support, went to genius bar, went to 1 to 1 and NO ONE could figure it out. Your solution is right on. You the man Jim!

  • I use mymsn page and when upgrading to Firefox 4 the changes went away and I can not make changes to the stocks area or see my emails. How do I fix that?

    Mymsn has areas that allow you to list your stocks and also an area that allows you to see what emails you have waiting to be read. Both of these areas went away when I upgraded to Firefox 4 last week. When clicking on the menu area to make changes, nothing happens. How do I get back the information that was in these areas? Also the customize button does not work.

    Do you have Adblock Plus installed? If you do, disable on the page where you normally see your stock info. I've uploaded an image of what happens on another site where ABP is enabled. The Global News image disappears with ABP enabled even though it's not an ad.
    If that doesn't work, try running Firefox in [[Safe Mode]]. If it works correctly in that configuration, then one of your add-ons is the culprit.

  • Hyperion web analysis can not change font and color

    In Hyperion web analysis, when I want to set or change font, a null dialogbox appear ; when I click and want to set or change color, nothing happen,even no dialogbox appears. Why?
    thanks advance!
    Edited by: user1016218 on 2010-1-8 上午7:16

    Hello,
    See my answer in this link:
    Urgently!  In Hyperion web analysis  font and color can not be changed
    May be it helps.

  • Hyperion Web Analysis Printing

    We have created several reports in Hyperions Web Analysis that we would like to print; however, when printing it gives us no option to adjust Margins. Does anyone know if there is anyway to change the preset margins of 1 inch on reports? Is there a backway to do this on the server?
    Any input would be greatly appreciated.
    Thanks

    Hello,
    See my answer in this link:
    Urgently!  In Hyperion web analysis  font and color can not be changed
    May be it helps.

  • Unable to send mail with different fonts and colors

    Hi All,
    here is the explanation for my problem:
    I am sending mail using javamail. when i send the text with different font and color its not received in the same way. it is simply sending as plain text.
    Please help me on this issue.
    Thanks
    NG

    Hello,
    I am trying to develop an email application. It consists on sending email from [email protected] to [email protected]
    How can I do this in java ?
    I am using this software but it works only with gmail !!
             * Send Email to the webmaster
             String  d_email = "[email protected]",
                     d_host = "smtp.gmail.com",
                     d_port  = "465",
                     m_to = "[email protected]",
                     m_subject = "Email from user";
             Properties props = new Properties();
             props.put("mail.smtp.user", d_email);
             props.put("mail.smtp.host", d_host);
             props.put("mail.smtp.port", d_port);
             props.put("mail.smtp.starttls.enable","true");
             props.put("mail.smtp.auth", "true");
             props.put("mail.smtp.debug", "true");
             props.put("mail.smtp.socketFactory.port", d_port);
             props.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory");
             props.put("mail.smtp.socketFactory.fallback", "false");
             SecurityManager security = System.getSecurityManager();
             try
                Authenticator auth = new SMTPAuthenticator();
                Session session = Session.getInstance(props, auth);
                //session.setDebug(true);
                MimeMessage msg = new MimeMessage(session);
                msg.setText("This is a message from: "+UserEmail+"\n "+UserMessage);
                msg.setSubject(m_subject);
                msg.setFrom(new InternetAddress(d_email));
                msg.setSentDate(new Date());
                msg.addRecipient(Message.RecipientType.TO, new InternetAddress(m_to));
                Transport.send(msg);
             catch (Exception ex)
                ex.printStackTrace();
                out.println("Messaging ERROR: " + ex);
                out.println(stack2string(ex));
                    if(ex.getMessage().compareTo("")!=0)
                        check = "Message NOT SENT " + ex.getMessage();
        private class SMTPAuthenticator extends javax.mail.Authenticator
            public PasswordAuthentication getPasswordAuthentication()
                return
    new PasswordAuthentication("[email protected]", "pwd");
        }please advice

  • Hyperion Web Analysis vs Financial Reports Pros and Cons

    Hi All,
    Can you pls. let me know what are the major differences between Hyperion Financial Reports and Hyperion Web Analysis ? For Planning application we generally use Financial Reports right ? Can't we use Hyperion Web Analysis ? What are the advantages & disadvantages of both FR & Web Analysis tools
    My Customer is asking the Merits and De merits of using both FR & Web Analysis tools for Hyperion Planning. Pls. help
    Thanks,
    PVR

    Hi John,
    I'm using FR extensively now and used Web Analysis before. We use FR for Good formatted Reports, where as Web Analysis we use for adhoc Reporting Purpose. users can do slicing/dicing, Drill down/up in Web Analysis Reports, where as this feature is not available completely in FR
    We use FR for Planning right ? What is the main advantage of using FR over Planning ? I belive with Web Analysis over Planning may cause performance issues
    Thanks,
    PVR

  • Few Hyperion Web Analysis questions

    Hi All,
    We are using Web Analysis 11.1.2 and i am a newbie to it. I have few questions regarding reports which may be of very basic level;
    Q1. If we right click on a report then we have an option of "Edit data" through which we can enter data directly into planning. My question is that how can i disable this option for all users as i don't want them to manipulate any data through a report?
    Q2. As we have made a report in which we have used the dimension members that are used in Hyperion planning. The name of member in Hyperion planning for example is ABC and i want to change the name to XYZ in Hyperion Web analysis report. How is that possible?
    Thanks in advance.
    Regards,

    Q1 depends on the level of provisioning and or useraccess permissions on essbase/olap level.
    Use Shared Services in combination with EAConsole to restrict this.
    Q@. In plain/ native essbase you can add aliases to the member. Normally you do not edit planning members in essbase (since you have to change them in planning it self) But perhaps you can. You can give it a try in a testenvironment.

  • HYPERION  WEB ANALYSIS STUDIO RELEASE 1 1 . 1 . 2 .

    Hi
    I have an issue regarding Hyperion Web analysis Studio Release 11.1.2 I am using ESSBASE as a data source.
    I want to make a report that aggregated rows between two Dimensions (lob and Accounts).
    Instead of adding two dimensions in the row section I want one cell the aggregates the two dimensions
    The value of the cell is the result of the intersection between the two dimensions.
    For example instead of having
    Account| LOB
    I want a cell that calculate (LOB->Account) for each row
    thanks
    Edited by: 840149 on Feb 27, 2011 8:45 AM

    You may have more success posting in the hyperion reporting forum :- Hyperion Query and Reporting
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hyperion Web Analysis- Issue in fetching data 50000 rows

    Whenever trying to fetch more than 50000 rows in a Hyperion Web Analysis report, the output is truncated to 50000 rows only. A message is displayed for the same.
    As a solution we have tried the following
    1) Increase the MaxDataCellLimit and MaxJDBCCellCount to 999999 and restarted the services
    2) Ftchmembersize has also been increased and services restarted.
    However inspite of trying out these options with few a more rows than 50,000 the report is not opening.
    Please suggest a workable solution with Hyperion Web Anaysis to handle records between 50000-300000 range.( Source may be Essbase or relational).
    Which tool in Hyperion suite 11.1.2.1 would be the best candidate to handle transactional rows of huge volume ?
    Regards,
    Anirban

    Why don't you try Smart View or the excel addin, Web Analysis was not really designed to dump large amount of rows into it.
    If it is just an extract you are looking for then there lots of export options.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hyperion Web Analysis Studio - Excel Export Data PATH TO EXCEL

    I have a problem with Hyperion Web Analysis Studio by Export Data (Path to Excel) function on every client (windows Vista - IE 7 - Office 2007)
    The problem is when I try to use the Export data to Excel, the Path to the excel program is missing and I have to go manually over the directory and choose the excel.exe to export the report, when I restart the IE I have to do it again...
    Hyperion support suggested I try adding the Excel path to my webanalysis.properties file
    So I now have:
    ExcelPath=C:\\Progra~1\\Micros~2\\OFFICE12\\EXCEL.EXE;C:\\Progra~1\\Micros~2\\OFFICE12
    EXCEL.EXE
    WordPath=C:\\Progra~1\\Micros~2\\OFFICE12\\WINWORD.EXE;C:\\Progra~1\\Micros~2\\OFFICE12
    WINWORD.EXE
    PPTPath=C:\\Progra~1\\Micros~2\\OFFICE12\\POWERPNT.EXE;C:\\Progra~1\\Micros~2\\OFFICE12
    POWERPNT.EXE
    MaxDataCellLimit=200000
    XLExportMaxRows=60000
    XLExportMaxColumns=200
    ResolveDimSetAliases=false
    ExportDataFullPrecision=true
    To me this does not seem the way to go
    This did not correct my problem.
    Any ideas?
    thanks
    Erich

    Hello,
    Even we have the same issue.And changed the path in webanalysis.properties file.And it worked in entire report but in drillthru reports, export to excel 2010 didn't work and prompting to select the path to excel.Does anyone has solution for this??

  • Font size and color will not change in emails, blogs, forums etc.

    I can no longer change the style or color of fonts in emails, blogs, forums etc. I can change the font size and nothing else. Everything works when I am connected using explorer so it is a setting or update in firefox that is causing the problem. If I cut/copy and paste into a word document from a web site I still cannot make a change. If I copy from a word document into a web site the colors and fonts revert to some default setting. I have tried changing the setting in Options for the fonts and colors, they make changes but they don't solve the problem.

    Hi,
    Please check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If it's okay, you can later [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile?s=profile&r=1&e=sph&as=s copy the personal data] from the old profile. Firefox stores your personal data and settings in another location separate from its [http://kb.mozillazine.org/Installation_directory files/folder]. A new profile would have the default Firefox settings ('''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Options%20window '''Options'''] and [http://kb.mozillazine.org/About:config '''about:config'''] ) and usually would also be empty of any '''Extensions''' and themes ('''Appearance''') in '''Tools''' > '''Add-ons''') and their settings. Also, a new profile would have no previous stored website data/settings etc. ('''Tools''' > '''Clear Recent History''').
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder & Files]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Hyperion Web Analysis vs Financial Reports

    Hi All,
    Can you pls. let me know what are the major differences between Hyperion Financial Reports and Hyperion Web Analysis ? For Planning application we generally use Financial Reports right ? Can't we use Hyperion Web Analysis ? What are the advantages & disadvantages of both FR & Web Analysis tools
    Thanks,
    PVR

    In a nut shell Hyperion Web Analysis is useful for reports having user drill downs. The end users will have the capability to drill down and select member from different Point of Views.
    Financial Reports can be used for regulatory reporting and reports in standard format.
    You can create reports in both Financial Reports and Web Analysis from Planning based on your requirement.
    Please read the documentation for more information on the differences between the two products.
    http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_4.htm

  • Major Advantages on Hyperion Web Analysis

    Hi,
    Can you share some of the Important Advantages of Hyperion Web Analysis. I think, it used to called as Hyperion Analyzer previously.
    Please help me.
    Regards,
    Upendra.

    Advantages:
    Dashboarding
    Advanced Analysis (drill down, pivot, traffic lighting)
    Essbase, Planning and FM data sources
    Easy to use
    Easy to build dashboards - no scripting required
    Disaadvantages:
    Highly formatted reports
    Relational sources

  • Email Reports - Hyperion Web Analysis.

    Hi All,
    My client wants to view the reports in their black berry's.
    can we email reports as attachment in Hyperion Web Analysis.
    would appreciated prompt response.
    thank you in advance.

    It's not possible to email a WA report. An option is to recreate your report in IR and have it scheduled to email the result to the users.

Maybe you are looking for

  • Cisco ASA 5510 Backup Interface configuration

    Hi Experts, I am a newbie with Cisco Firewalls, pls help. We have a BSNL Leased Line of 2MBPS with few Static IP's of Which 2 IP's are configured in Firewall 1 For the Outside Interface and one for publishing the DMZ server. Most of the times due to

  • How to install Adobe Creative Suite 5.5 on Ubuntu 12.10 ?

    Hey, i have a student and teacher edition of Adobe Creative Suite 5.5 Web Premium and i recently switched to ubuntu , is it possible to use it on this OS ? Because i keep getting errors when trying to install through wine from cdrom. Would be happy a

  • Why can't I use a Thunderbolt iMac as a screen for an TV or a gaming console?

    Is there any hopes for a device/adapter that would make it possible to use an Thunderbolt-equipped iMac as a screen for other devices? It worked with DisplayPort, why wouldn't it work with Thunderbolt? Is it just a business political decision?

  • Suggestion needed, URGENT

    My shuffle as i said earlier has the same 'orange and green' lights issue, iam ready to return it, but how do i go about it? i live in new delhi, india...i purchased this from singapore. Please help me, thank u very much.

  • Restricting Business Partner, Customer, and Vendor access

    Hi, We have the synchronization set up for the business partner and customer for REFX.  The requirement is to allow access to change the Business Partner record in tcode BP, when as a General Business Partner, but only allow view access to the Custom