How to add custom font in Oracle BI 11 analysis

Hi there!
I need to change column's font in analysis. How to add my ttf font in the default font list in the properties page?
Thanks!

Hi,
Pl try this.
MiddlewareHome/Oracle_BI1/bifoundation/web/schemas, edit analysis_formats.xsd file and add new style in this section.
<xs:simpleType name="fontFamily">
<xs:annotation>
<xs:documentation>
family of fonts supported
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Arial"/>
<xs:enumeration value="Arial Black"/>
<xs:enumeration value="Arial Narrow"/>
<xs:enumeration value="Courier New"/>
<xs:enumeration value="Garamond"/>
<xs:enumeration value="Lucida Sans Unicode"/>
<xs:enumeration value="Microsoft Sans Serif"/>
<xs:enumeration value="Times New Roman"/>
<xs:enumeration value="Tahoma"/>
<xs:enumeration value="Verdana"/>
</xs:restriction>
</xs:simpleType>
then add font name in the below path as well
edit Commonuitemplates.xml in the following path ,Middleware\Oracle_BI1\bifoundation\web\msgdb\messages and then add in the font sections. you can find by search font types.
tnx

Similar Messages

  • How to add coustom fonts in Adobe formscental ?

    Hi,
    I want to add coustom fonts in my form, which i have created in adobe formscentral. But here is limited fonts.
    So how i add different fonts in this software ? (because different client want add there own fonts in there forms).
    Regards,
    Susanta

    Sorry we only support the fonts in the font family dropdown. You can't use your custom fonts. You can create or vote for the idea here : http://forums.adobe.com/community/formscentral?view=idea
    Gen

  • How to Add custom Attribute in XML

    How to add Custom attribute recusrivly. With sequence order.
    //Before xml:-
    var myxml:XML=
    <root>
    <leval0 >
    <leval1 >
    <leval2></leval2>
    <leval2></leval2>
    </leval1>
    <leval1 >
    <leval2></leval2>
    <leval2></leval2>
    </leval1>
    </leval0>
    </root>
    ////After xml:
    var myxml:XML=
    <root>
    <leval0 levalid="0" >
    <leval1 levalid="0_0" >
    <leval2 levalid="0_0_0"></leval2>
    <leval2 levalid="0_0_1"></leval2>
    </leval1>
    <leval1 levalid="0_1" >
    <leval2 levalid="0_1_0"></leval2>
    <leval2 levalid="0_1_1"></leval2>
    </leval1>
    </leval0>
    </root>

    //call this method
                trace(addAttribute(myxml));
    //method
                private function addAttribute(node:XML, depth:String = ""):XML
                    if (node.hasComplexContent())
                        var count:int = 0;
                        var prefix:String = 0 < depth.length ? depth + "_" : "";
                        var currentAtt:String;
                        for each (var nodeItem:XML in node.children())
                            currentAtt = prefix + count;
                            nodeItem.@levalid = currentAtt;
                            addAttribute(nodeItem,currentAtt);
                            count++;
                    return node;

  • How to set custom font family in qml label in black berry 10 os

    how to set custom font family in label text  qml in black berry 10 OS

    AFAIK, this is not the correct way to set the image location.
    We call the working directory as context, so inside the context root along with WEB-INF, maintain a folder with name img and put all the images in that directory.
    You can use either .\<image_folder> or the optimum way would be (if you are using JSPs) to use getContext() method and traverse accordingly.
    FYI,,, using getContext() will give you context root directory, from there it is as simple as accessing any other folder.
    Hope this answers your question.
    Cheers,
    Jeets.

  • How to use unicode fonts in Oracle forms 10g?

    Hi I am working in forms 10g for quite a long time, the software that I have developed so far are all in English language. Now I have requirements to use Bengali Fonts in Forms 10g. I am facing difficulties doing that. Please reply with help. Thanks
    Hasan Al Mamun

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • Office 365 - sharepoint: In Advanced search Page, How to add custom column under property restrictions

     In Advanced search Page, How to add custom column under property restrictions?

    Hi,
    The Navigation control can be added into your HTML page in the Snippet Gallery:
    The two links below about how to create HTML master page and adding snippets needed into it for your reference:
    http://borderingdotnet.blogspot.jp/2012/12/how-to-create-html-masterpage-for.html
    http://msdn.microsoft.com/en-us/library/office/jj822370(v=office.15).aspx
    Feel free to reply if there still any question.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to  add Custom Relationship in MSS Employee Search Drop down

    Dear Sap Fans,
    I would like to link Custom Drop down link at following path.
    Manager Self-Service->Team->Employee Information->General Information->Employee Selection
    Drop Down 1. Direct Reports
              2. Employee from Organization Structure
              3. Employee from Organization Units
              4. Who's Who
    We would like to add one more custom drop down. Can any one suggest how to add custom drop down in this list ? We have created custom relationship in R/3 but it is not showing in Portal.
    Your prompt reply highly appreciated and points will be rewarded.
    Regards,
    Ashish Brahmbhatt

    Barin,
    I have done settings in back end. I have created new realtionship for evaluation path. I am not able to see that link on portal. How/From Where I can use object and data provider tool and eventing for config ?
    rds,
    Aashish

  • How to add  customer group(KNVV-KDGRP)in the  standard report?

    Dear  All,
    My customer requirment is that  Customer group (KNVV-KDGRP)wise  should be run  in  FBL5N report AND   Customer group should be shown in  FBL3N report.
    how to add  customer group in the  standard report?
    thanking you,
    regards,
    Rupang shah

    Hi,
    This is what I did for FBL5N with a developer because additional fields configuration does include certain tables.
    BTE1650  available for FBL5N and add a new field into one of those tables as an append structure and then use a BTE to populate the field for FBL5N.
    Hope that this helps
    Kind regards

  • How to Add Missing Fonts

    Hello!
    I read through a bunch of other posts but haven't been able to fix my problem. I use Pages to design a project that I turn in each Friday. Today I opened last week's Pages file to update my project for this week and it says:
    "The following errors occurred while trying to open this document:
    Missing Font -- Hoefler Text-Regular
    Missing Font -- Baskerville"
    Etc. Lots of missing fonts.
    It tells me "To include missing fonts, add them to your Fonts folder, then quit and reopen Pages."
    I have no idea how to add a font to my fonts folder or even where my fonts folder is. And where do I get the font? I am so confused! Somebody please help me!
    Thanks!

    Welcome to Apple Discussions, mowriter.
    Open FontBook from the Applications folder and check the font collections "All Fonts" and "User".
    Hoefler Text, e.g. is found in my "All Fonts" collection and it even contains duplicates from Mac OS 9 system folder (marked with a black dot).
    Maybe you've just disabled the fonts that Pages requests.
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of my message. Thank you.
    PowerBook G4 17", 1GB   Mac OS X (10.4.8)   iMac G5 20"; iPod 3G, iPod Shuffle, iSight

  • How to add custom Template transaction types ( for Quote ) ?

    How to add custom template in transaction types?
    Note : I have gone through below note. But not getting appropriate solution for this.
    982142.1 (OM Sales Order Template Not Available In Layout Template LOV For Print&Preview)
    444687.1 (OM Quote Template Not Available In Layout Template LOV for Print And Preview)
    Thanks in advance..
    Sameer

    Hi
    Thanks for your support,
    Pls let me know which steps i should go ?  my secanrio is  inbound side only,
    step 1 )   Define idoc extension for HRMD_A01 using WE30 transaction and define it in partner profiles
    step 2) do i need to write some code in BADI also to update information for my custom infotype also  if yes then where and which BADI pls let me know  ? because already am working on one badi HRALE00INBOUND_IDOC for  few validation for incoming data.
    step 3 )  add  this new custom infotype in my standard ALE  filters.
    Pls let me know if am mistaking some where or if  i have to do some thing else ?
    Regards
    Meeta & Glory

  • How to add customized payslip in the place of standered payslip.

    Dear Experts,
    We have implementing ESS/MSS, how to add customized payslip( Zprograme) in the place of standered payslip and how do we can get pay slip under ESS from portal.
    Thanks in advance.
    Regards,
    Mahee.

    If you have developed your own SMARTFORM Payslip and a custom program to display it, then there is not much you can do with standard configuration.
    Steps provided by Siddhart will call a custom HRFORMS payslip in a standardv way, or convert a PE51 payslip to SMARTFORMS pdf and display in a standard way.
    You have to work with your Portal Consultant and/or ESS/MSS consultant and ABAP/Webdynpro Programmer for this one.
    One suggested appraoch is
    1) Create A Webdynpro programme which launches when Employee clicks on Payslip link
    2) This program passes the employee user id to an ABAP program in ECC
    3) ABAP Program calls the custom payslip program already developed and generates the payslip and passes it to the webdynpro program as a binary file.
    4) Webdynpro program displays payslip as pdf file.
    this Webdynpro program has a PCD URL. A resource is created and assigned this PCD URL.. Homepage customizing is done - this resource is assigned to the Payslip service which is assigned to the Payslip Subarea.
    Hope this helps. We actually used this approach briefly long back before switching to HRFORMS, so I know it will work, but I have obviously provided very high level here. Hope you can do something with this.
    Edited by: Harish T K on Feb 2, 2011 4:23 PM

  • HOW TO: using custom fonts in native storyboard views from an ANE on iOS

    Hey,
      In our apps, we have embedded storyboards into an ANE, and successfully used those screens in an AIR app, and figured out how to use custom fonts in those views.
      I wrote a quick blog post about it and just thought I'd share it real quick in case it helps someone.
    ANE for iOS with Custom Framework – Using Custom Fonts | khef.co

    Hi WayHsieh,
    >>can I just "install" fonts through Word App? Does Word Apps have enough privilege to install fonts on Windows? Can I just click a button in Word App, and then it will install fonts automatically?<<
    Based on my understanding, it is hard to achieve the goal. Because the app webpage is hosted inside an Internet Explorer control which, in turn, is hosted inside an app runtime process that provides security and performance isolation and it is under
    low-Integrity level.
    Here is the figure for apps for Office runtime environment in Windows-based desktop and tablet clients:
    You can get more detail about Privacy and security from links below:
    Privacy and security for apps for Office
    Hope it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to protect custom applications using oracle access manager?

    Can someone brief me on how to protect custom applications using oracle access manager?

    Is the Custom application a Web Application running on certified platform? If its Web Application then its no different you have to configure the access policies with http(s) as resource type.
    If its not a web application you can write Custom access Gate and then implement. You would configure the policies similar to Web application (you can define your ouwn resource type if you like) and in the custom web gate you will use Access server SDK API to validate the access rules.
    Thanks
    Ram

  • Custom Fonts In Oracle Report

    I have created a Custom Report (Output:PDF) using Oracle 9i, It has Custom Font, When I ran the report the custom fonts are displayed as special characters, Can someone please let me know how can i configure fonts to get picked up by report.

    Make sure you have a TTF file under the ORACLE_HOME/guicommon/tk/admin/TTF and an AFM for that missing under the ORACLE_HOME/guicommon/tk/admin/AFM directory.
    Modify the uifont.ali under the ORACLE_HOME/guicommon/tk/admin directory and add PDF Subsetting to reference the font. You'll want to open the AFM file to see what the "Font Family Name" parameter is. That is what you put on the left side of the "=" sign. The TTF file is what you reference in the right side of the equals sign. So, basically it is "Font Family Name"="TTF Font Name".
    Save the file, restart Reports Server, and run your report. Then it should work.
    IF you don't know how to generate an AFM file, I'd look at the ttf2pt1 utility. I used that utility to generate my AFM file (based on the TTF font).
    Now, this will not solve problems when sending it to the printer directly. BUt it will resolve it when generating a PDF and then printing to the printer that file output.
    Chris

  • How to add custom message in place of default message  for af:inputDate

    Hi ,
    I am using JDeveloper 11.1.1.6.0  ,
    how to display the custom message <af:inputDate in place of default message "please enter valide date or Time" . i am trying through converter datepicker icon is disable .please help me how to add client side converter.
    Thanks
    ARm

    Hi,
    see the ADF Faces skin selector: http://docs.oracle.com/cd/E23943_01/apirefs.1111/e15862/toc.htm#inputDate
    Its has a resources string that you can use to change the message: af_inputDate.TIP_TITLE_SELECT_DATE
    For more see:
    Customizing the Appearance Using Styles and Skins - 11g Release 1 (11.1.1.6.0)
    Frank

Maybe you are looking for

  • .oam file of html5 video trigger code not working in Muse

    I simply want to have a video play on page load. I have done the code for a trigger on one <div> to automatically play a video in Edge. The video plays perfectly in browser preview, even with transparency intact! Just the way I want it. The problem i

  • Trouble with submit button working for some clients

    I have an interactive order form on-line http://www.naspairshow.com/seating%20form. pdf and most people aren't having a problem with it. A few say it goes nowhere when they push the email button. I've suggested they save it as a renamed pdf and they

  • Somewhere in Spice Works it is pinging my domain

    The alert tells me that domain name abcdef.com is not responding to HTTP or ping. I believe I know what the issue is but I cant find where the config/setting is for this in Spice Works? Any direction is appreciated. Thanks. This topic first appeared

  • Default Template Problem

    Been using Studio for for the last 6 months on a Windows XP system. Using this product primarily for the Sun One Application Framework. I have always dealt with lockups, system reboots, frequent software bugs but I am now in a bad spot. The software

  • No Matter what I do I can't get safari to open the following link

    http://glb2.warriorgeneral.com/game/replay/3467/633355. I am not sure why and the site designers are not sure why it won't work for safari but it will work on ios Chrome and ios dolphin