How to introduce new font in to OBIEE_11g

How i will introduce a new font type unlike default fonts in obiee_11g.

Hi,
In 11g u will select new analysis and drag one column and in column properties u can select different font types right.In that i want my new font u can take any new font other than already existing and it should be appear in the drop down of font types .
If we select that font it should that font type.That's it.
In 10g we can edit commonuitemplates.xml and we will add new font in <option>......</option> tag in some kuifont templates tag in it.
If i did same thing here it showing some data exception error.I am able to get the new font in drop down but while selecting that font and seeing results it is showing error like this.
The current xml is invalid with the following errors:
Bad xml instance!
<?xml version="1.0"?>
<saw:report xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlVersion="200810080" xmlns:sawx="com.siebel.analytics.web/expression/v1.1"><saw:criteria xsi:type="saw:simpleCriteria" subjectArea="&quot;MARKETING&quot;"><saw:columns><saw:column xsi:type="saw:regularColumn" columnID="c9883c763459f4347"><saw:columnFormula><sawx:expr xsi:type="sawx:sqlExpression">&quot;Dim Geo&quot;.&quot;Country Name&quot;</sawx:expr></saw:columnFormula><saw:displayFormat><saw:formatSpec suppress="suppress" fontFamily="GE Inspira" wrapText="true"/></saw:displayFormat><saw:columnHeading><saw:displayFormat><saw:formatSpec/></saw:displayFormat></saw:columnHeading></saw:column></saw:columns></saw:criteria><saw:views currentView="0"><saw:view xsi:type="saw:compoundView" name="compoundView!1"/></saw:views></saw:report>
Line:2, Col:633, Datatype error: Type:InvalidDatatypeValueException, Message:Value 'GE Inspira' is not in enumeration .
Regards
Rushi
Edited by: Rushi on Mar 15, 2011 12:29 AM

Similar Messages

  • Question: how to install new fonts in Premiere on Mac

    Someone, please tell me how to add new fonts in Adobe Premiere!
    I use MacBookPro with OS X Lion.
    As trying to add fonts reffering to the previous discussion like http://forums.adobe.com/message/2379742 ,
    I realized that it was unavailable because I cound not see "Install New Font" in "Window".
    Is there a good way to solve this problem?

    In Mac OS X, double-clicking on a font file (i.e PostScript, Font Suitcase etc.) should launch the Font Book application, that window will have a Install Font button. You may have to Quit PrP and re-open for font to be available.

  • How to install new Fonts

    Hi everybody,
    only with one question, i need to create a new style for my SAPscripts printing and when i create my Paragraph(SE72) and try to use a size for times new roman font, the system send me a message informing that there isn't this font size for <b>times new roman</b>,
    question, somebody knows, how to add new sizes? or fonts to my SAP client!? or what can i do, if i need a specific font size and my SAP doesn't have it.
    Regards and thanks
    Emilio

    Check the below link:
    http://www.sap-basis-abap.com/sapbs043.htm
    Create a new font type with the spool administrator (SPAD)
    When you need some different fonts other than those available in the standard SAP system, you'll have to create those different fonts size manually for the device types that you are using.
    http://www.sapfans.com/forums/viewtopic.php?t=258700&sid=e023b90008c9ee1843c00fc3cf2fcee6
    Prakash.
    COPY SAP STANDARD DEVICE TYPE TO ZXXXX e.g. ZHPLJ4
    SPAD - Spool Administration
    Full administration
    Device Types - ZHPLJ4  (then click Device Types)
    Utilities -> For device type -> Copy device type
    Print Controls - Copy an existing Print Control and change the ControlCharacter sequence
    SE73 - SAPscript Font Maintenance
    Printer fonts - Change
    Double click on the ZXXXX device type
    Create
    Font family   COURIER
    Font size     030
    Characters per inch 21.00
    Print control 1 SFXXX
    Print control 2 SFXXX

  • How to install new font file in the device when deploying J2ME application?

    i would like to know how to install the new font file in the device when deploying J2ME application, side-by-side.
    Is that possible to seamlessly install the new font file with the application .jar package.
    thnx.

    No, there is no way of installing new fonts.

  • I knew this once but forgot how to install new fonts.

    I have SCAL( sure cuts a lot) for my Cricut machine( a computerised cutting machine used mainly in crafting.
    I needed some clearer fonts to use with it BUT now I have forgotten how to make them available to my Apps.
    Please can someone refresh my memory.
    I have unzipped them all and loaded the actual new fonts into a folder on my desktop.
    How do I get them from there into an accessible place.?
    Dragging them had no effect.
    Thank you
    ScattyShirley

    *Thank you very much* that worked fine.
    will have to record how to do that in case I forget again.
    Happy Sunday

  • How do install new fonts into photoshop?

    Trying to add new fonts to my Photoshop. How do I do that?

    That will depend on whether you have windows or a mac. Each OS has its own font folder, that is the location you need to install the fonts. The next time photoshop starts, it should see the new fonts.

  • How do install new fonts from Squijoo templates

    How do I install new fonts from a Template from Squijoo??  Also I am getting an error message when I try to download templates to my laptop that file is not the right kind of file???   My desktop computer has no problem doing this.

    Installing fonts is an operating system issue:
    Google

  • How to install new fonts using code in java?

    Hi,
    How to install font in a system using java, provided i know the font file's address. Is there any specific class/method available for this purpose? Copying the file to windows/font directory will work for windows, but I think it wont be generic to all operating system. So is there anyway to install a font using code?
    I also want to know how to make the font available only until my application window is open, It must be available to all other external applications like photoshop, word etc., When I close my window it must un-install automatically or be made not available to other applications. Any suggestions? Please do help! Thanks in advance...

    I have already tried the above, But the font created using input stream is available only to my application* and is not viewable in photoshop.*. I realize this. Like I said, I know of no method that will register/deregister the font with the system. You'll have to create your own method that takes the operating system into account.
    String os = System.getPropery("os.name");
    if(os.equals("Windows Vista")) {
    }else if(os.equals("Windows XP")) {
    }else if(os.equals("Windows NT")) {
    }else if(os.equals("Solaris")) {
    AIX
    Digital Unix
    FreeBSD
    HP UX
    Irix
    Linux
    Mac OS
    Mac OS X
    MPE/iX
    Netware 4.11
    OS/2
    Solaris
    Windows 2000
    Windows 95
    Windows 98
    Windows NT
    Windows Vista
    Windows XPYou'll need the standard font directory for each system. I think all the window ones are C:\Windows\Font\ . Each OS probably has its own little quark (like having several font directories or throwing different security exceptions). Undoubtly it's going to require some research and a bit of trial and error. You can probably work some magic with Runtime.exec(...) as well.
    The alternative would be to google for some libraries that offer similar functionality, or promt the user for the system's font directory and save the location of the directory in a file somewhere for future use (so the user dosen't have to specify the font directory everytime he/she starts up the application).

  • How to install new fonts on 10.6.8?

    When I attempt to add new fonts to font book, it crashes. I've restarted and tried initiating from font book, from the font itself...nothing works.

    Font Management in OS X

  • How to add new font in flash CS5

    Hi all! I've installed new font into system(if it's important OS is Windows Vista), but it was not added in flash(i.e I can't select a new font as a font of a text field). What should I do to make flash see new font?

    Just restart flash application, you should be able to see the font.

  • How to get new font in sap

    i need veranda font to be displayed in form ,but it is not present.
    how can i fix it

    Try in this way.
    Loading fonts:
    Try the Function Module:
    LOAD_FONT
    or the program:
    RSTXLMET Loading SAPWIN/SAPlpd Fontmetrics File V 1.5 into R/3
    To upload font first locate ur file for that font in this case Arail ,
    normally u will find this file in C:\windows\font copy that file from there in
    some other directory. then goto transaction code SE73 give ur font name
    in SAP starting with Z and give ur font file path.
    True Type-Font installiern                           
    Regards

  • How to add new fonts into SAP

    hi experts,
                  I have a font in my system but it is not coming in SAP .How to bring it into SAP.like picture we have to export it ????
    thanks in advance
    mani

    Hi,
    You need to upload the fonts in SE73 - SAP FONT MAINTENANCE transaction.
    Cheers
    VJ

  • How to instal new fonts in LiveCycle Designer ES 8.2

    Hello All,
    I am using LiveCycle Designer ES - 8.2 . I need a font called "HMGStempelGaramond" to be used in my form. Is it possible to instal the font into LiveCycle ? If yes, then how ?
    Thanks.
    Bibhu.

    Hello Radzmar,
    Thanks for the information. Would you please suggest how to implement it ? If the user who will use this form if has not installed the font in his system will this work ?
    Thanks.
    Bibhu.

  • How to install new font

    Hi, seems like a simple question, but I just wanted to make sure I was following the right procedure. I want to install the new Indian rupee font. Is there a special procedure for doing or even a specific website that would be better to use? I assume those websites offering the new rupee font for windows will not work on my Apple. Your help would be appreciated. Thanks.

    Just for see, from :
    http://blog.foradian.com/rupee-font-version-20
    I downloaded the font named Rupee Foradian
    The symbol is available as a replacement of the character "grave accent" (On French keyboards, it's on the same key than the £ (sterling pound) character.
    The web page list an other font which is supposed to offer several variants of the character.
    http://blog.foradian.com/rupi-foradian-download-and-start-using-26-dif
    Rupi Foradian
    I downoaded it but :
    (1) it conflicts with the first one.
    (2) after removing completely the 1st one and clearing font caches, it behaves like the 1st one.
    I can't get the variants supposed to replace the Uppercase letters from A to Z.
    As I'm not sure that it was really tested by a mac user, I posted a message on the official dedicated site.
    Having experienced a currency change ten years ago, I wish good luck to Indian citizen.
    Yvan KOENIG (VALLAURIS, France) vendredi 17 septembre 2010 18:11:24

  • I am doing pricing? How to introduce new calculation type ...

    Hi,
    As part of New condition type creation, I am in position to intrduce
    New calculation type is "X" - Time based by hrs
    New scale basis is "X"  - Time based by hrs
    It really very urgent, any oss note will also help.
    Laxman

    Hi Laxman,
    Instead of Defining New Calculation type
    U can Go for "Formula" (G) in the Calculation Type in the Defination of the Condition type and ask ABAP er to write the Code for u r Calculation type as a Routine and use that routine in the Pricing Procedure " Alternative Calculation Type"
    and also For Scale Basis Use the Formula Based Scale( G) in the definition of the Condition type. and Again Ask ABAPer To Write the Code to ur Calculation Base and use the routine in the defination of the Condition type in the View "Scales" " Scale Formula"
    This will Help you ..
    Let me Know U have Any Doubts in this ..
    Reward If Helpful..
    Regards..
    Praveen Kumar.D

Maybe you are looking for

  • How can I remove the Cities folder from my 5800

    Somehow my phone has downloaded the Cities data and used all of the space on the phone memory and memory card. I've gone on to the device via the "Computer" route and have right clicked on the Cities folder and then clicked on the Delete option. I th

  • Customer master creation time

    Hi where can i find customer master creation time ? regards

  • BAPI or Function Module interface from XSD definition

    Given an XSD file, is there any way to automatically generate a BAPI or Function Module interface from it? BR, Tony.

  • SSOTokenID is invalid error

    When the protected URL accessed SSO login page is shown.Proper credentials are provided and once submitted we get "Forbidden" error. The URL on the browser is the protected URL. Observations from logs:- 2008-07-24 17:37:31.474 Error 5787:1e99e8 Polic

  • Croop tool and interpolation?

    Hi to be sait i have picture 8*6 and 300ppi and i wont to scale this image to 12*10 and 300ppi with crop tool (not image size). my question it's: do photoshop now in this function make bicubic smoother for interpolation or he that's make asimple inte