Custom tooltips on maps (OBIEE 11.1.1.5)

Is it possible to customize the tooltips on maps (i.e. add custom text, change the fonts used, remove unwanted columns)?
I am using OBIEE 11.1.1.5.
Thanks in advance!

I know that Iphone has an APP to view our dashboard, but I don't try yet. But...for other smartphones (like Samsung or Nokia) is possible to get a correct view? In obiee 10g I can see the same distribution like computer (with safari explorer on Iphone) but in obiee11g it changes...
THanks!
Edited by: Alex1 on 03-ago-2011 2:36

Similar Messages

  • How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    You've probably found an answer to this by now, but I think this has been addressed in another forum -- The link below suggested using a button and adding the tooltip to the button. 
    https://forums.adobe.com/thread/304974?start=0&tstart=0
    Sounds like it would work but I haven't actually tried it. 
    Good luck~!

  • Error while deploying, Custom Style Skin in OBIEE 11.1.1.6.7

    Hi,
    I have deployed Custom Style Skin in OBIEE 11.1.1.5 successfuly (with the help of http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ ).
    Now when we're moving RPD, Catalog & Custom Style Skin from OBIEE 11.1.1.5 to OBIEE 11.1.1.6.7, I could deploy RPD & Catalog but am not able to deploy Custom Style & Skin Folders.
    If you are aware of the process of deploying Custom Style & Skins (as mentioned in the link above), it requies:
    1. Custom Style & Skins folder to be Deploy using Weblogic Console.
    2. Making necessary changes in instanceconfig.xml (to point to the deployed folder) ---- this is where it's failing.
    When I do add necessary tags ( <URL> & <UI>) in instanceconfig.xml and restart Services. Presentation Services dosen't come up. Error message that is in log file is:
    In element URL: Can not have element children within a simple content.
    unknown element 'UI'
    Element 'UI' is not valid for content model : 'All(URL, SocketTimeoutSec,FileSizeMB)'
    Any pointers?
    Regards,
    Jitendra

    Hi,
    I too faced such issue, actually obiee11.1.1.5 version skin and style wont work in obiee11.1.1.6.0 and above patch ..
    u have do it once again by using obiee11.1.1.6.0 skin (because the 11.1.16.0 has UI and skin different from 11.1.1.5.0 )
    Thanks
    Deva

  • How can I  custom my date  in OBIEE.

    How can I custom my date in OBIEE.I want to see date in my user friendly format for Date Format MM/DD/YYYY to filter with
    leading zero(number) eg (01.21.2008) and not M/D/YYYY (1.21.2008) that i am seeing.I would appreciate it if you could give me a step by step process on how to do it in RPD.I know how to change the data format in my column propeties since i have more that 5000 columns that need changed.I am looking for a localised area
    that can take care of business.
    Thanks

    Edit the following parameters in OracleBI\web\config\localedefinitions.xml
    - Search for the locale that you want to customize by looking for the tag *<localeDefinition name="en">*
    - Customize the following tags as you require
    <property name="dateShortFormat">MM/DD/YYYY</property>
    <property name="dateLongFormat">dddd, MMMM dd, yyyy</property>
    - Restart the presentation server

  • How to display cusomized custom tooltip(jwindow)  in jtable cell position

    Hi,
    i am trying to display custom tooltip for jtable cell. i created custom tooltip(jwindow) and on mouseover of jtable cell i am trying to display the custom tooltip.
    But it is not display the position of jtable cell. How to display the exact position of jtable cell
    please help me on this.

    Did you read the posting directly below yours which was also about a custom tool tip?
    JScrollableToolTip is buggy
    The code presented there shows the tool tip in the proper location.
    For more help create a [url http://sscce.org]SSCCE, that demonstrates the incorrect behaviour.
    Don't forget to read the "Welcome to the new home" posting at the start of the forum to learn how to use the "code tags" so posted code is formatted and readable.

  • Gradient background color for custom tooltip

    Hi,
    I have created a custom tooltip where I am using light gray as background color.
    (I have created a separate custom tooltip component.)
    Now user wants to have it with a gradient effect (is that what its called?).
    Basically, this gray color should be more dark at the top region of tooltip.
    This color should gradually go lighter from top to bottom.
    Can you tell  me how this can be done?
    Thanks and regards,
    Amey

    Hi,
    Thank you for reply.
    Can you please tell me where do I have to set this?
    This is how my custom tooltip component looks: -
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
             implements="mx.core.IToolTip" width="{txtBody.width + 20}" height="{txtBody.height + 20}"
             backgroundColor="#E0E5E8"
             cornerRadius="10" horizontalAlign="center" paddingTop="5">
        <mx:Script>
            <![CDATA[
                [Bindable]
                public var bodyText:String;
                //  Implement required methods of the IToolTip interface;
                //  these methods are not used in this example, though.
                public var _text:String;
                public function get text():String {
                    return _text;
                public function set text(value:String):void {
            ]]>
        </mx:Script>
        <mx:Text id="txtBody" htmlText="{bodyText}" textAlign="left" />
    </mx:VBox>
    And I want background color '#E0E5E8' to be varying in shade from top to bottom

  • Errors randomly in my custom tooltip

    Im getting these errors randomly in my custom tooltip:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::positionTip()[E:\dev\4.x\frameworks\projects\f ramework\src\mx\managers\ToolTipManagerImpl.as:1146]
        at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::targetChanged()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\ToolTipManagerImpl.as:852]
        at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::checkIfTargetChanged()[E:\dev\4.x\frameworks\p rojects\framework\src\mx\managers\ToolTipManagerImpl.as:744]
        at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::toolTipMouseOverHandler()[E:\dev\4.x\framework s\projects\framework\src\mx\managers\ToolTipManagerImpl.as:1565]
    some of the tooltip:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Panel xmlns:fx="http://ns.adobe.com/mxml/2009" implements="mx.core.IToolTip"
              xmlns:s="library://ns.adobe.com/flex/spark"
              xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" width="400" height="300">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.core.IToolTip;
                [Bindable]
                public var dataItem:Object;
                //  Implement required methods of the IToolTip interface; these
                //  methods are not used in this example, though.
                public var _text:String;
                public function get text():String {
                    return _text;
                public function set text(value:String):void {
            ]]>
        </fx:Script>
        <mx:Image source="http://intranet/Intranet/EmployeeSearch/images/{dataItem.staffID}.jpg"/>
        <mx:Form paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10" verticalGap="1">
            <mx:FormItem label="Branch name">
                <mx:Label text="dataItem.NAME"/></mx:FormItem>
            <mx:FormItem label="Staff name">
                <mx:Label text="{dataItem.staffName}"/></mx:FormItem>
            <mx:FormItem label="Excessive Wait">
                <mx:Label text="{dataItem.wasExcessiveWait}"/></mx:FormItem>
            <mx:FormItem label="Eye contact">
                <mx:Label text="{dataItem.wasEyeContact}"/></mx:FormItem>
            <mx:FormItem label="Commission">
                <mx:Label text="{dataItem.commision}"/></mx:FormItem>
            <mx:FormItem label="Ex-Rate">
                <mx:Label text="{dataItem.exchangeRate}"/></mx:FormItem>
            <mx:FormItem label="Round up &gt; £5">
                <mx:Label text="{dataItem.wasRoundUp}"/></mx:FormItem>
            <mx:FormItem label="Trade-up attempted">
                <mx:Label text="{dataItem.wasTradeUpAttempted}"/></mx:FormItem>
            <mx:FormItem label="Offered other products">
                <mx:Label text="{dataItem.OfferedOtherProducts}"/></mx:FormItem>
            <mx:FormItem label="Wallet offered">
                <mx:Label text="{dataItem.wasWallet}"/></mx:FormItem>
            <mx:FormItem label="Thank you">
                <mx:Label text="{dataItem.wasThankYou}"/></mx:FormItem>
            <mx:FormItem label="Wished Pleasant Trip/Day">
                <mx:Label text="{dataItem.wasWishedPleasantTrip}"/></mx:FormItem>
            <mx:FormItem label="Branch appearance">
                <mx:Label text="{dataItem.branchAppearance}"/></mx:FormItem>
            <mx:FormItem label="Customer service">
                <mx:Label text="{dataItem.customerService}"/></mx:FormItem>
            <mx:FormItem label="userID">
                <mx:Label text="{dataItem.userID}"/></mx:FormItem>
        </mx:Form>
    </mx:Panel>

    I got round it by doing this:
        <s:Label text="Data" id="Comment" >
                                                    <s:toolTipCreate>
                                                        <![CDATA[
                                                        var toolTip:pa = new pa();
                                                        toolTip.dataItem = data;
                                                        event.toolTip = toolTip;
                                                        ]]>
                                                    </s:toolTipCreate>
                                                </s:Label>

  • Custom Graphs Tags in OBIEE 11g

    Hi, we want to add a custom tag to an OBIEE line graph that only displays the data as a tag for a specific columns (eg only the last month if the x axis is a range of months)
    Is there a way to do this and if not what route can I follow to get this done.
    Thanks, Wim

    Hi, we want to add a custom tag to an OBIEE line graph that only displays the data as a tag for a specific columns (eg only the last month if the x axis is a range of months)
    Is there a way to do this and if not what route can I follow to get this done.
    Thanks, Wim

  • Custom value handler mapping not instantiated

    Hi,
    Am using a custom value handler mapping which which gets inserted from a standalone client.
    But whn i try to insert using the same in a aplpication server, I get the following error:
    kodo.jdo.FatalUserException: Field "keyValue" declared custom mapping strategy "KeyHandler", but this strategy cannot be instantiated.
    This error is seen while parsing the package.jdo within the container.
    yohannj

    Hi Andy,
    When you search ‘category’ in crawled properties(Central Administration->Search Service Application->Search Schema), you will see ows_Category is mapped to DiscussionCategory, like the screenshot:
    So, I suggest you create a new column using another name, then test again, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • AnyChart 5.1.2 custom tooltips

    Hello,
    I'm trying to create a 2DLine chart using Apex 3.1.1. and AnyChart 5.1.2 with the Integration Kit. I would like to know if it's possible to incorporate additional text values from the dataset in the tooltips by modifying the chart series / chart XML in Apex? I've looked at the AnyChart documentation regarding custom tooltips, and it seems possible using <attribute> tags, but I don't understand how to access the additional values from my table. Is this possible without writing the XML from scratch? Thanks.
    Lisa

    Hello,
    I assume you're talking about this page -
    http://anychart.apex-evangelists.com
    Take a look through those steps listed on that page, if you're still having problems, drop us a mail to [email protected] and we will help you out.
    Thanks,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • [FB4] Custom ToolTip Implementation?

    Hey all,
    I searched the web and these forums but I can't seem to find info on customizing or creating custom toolTip's with Flash Builder 4. Does anyone know how to implement custom designed toolTip's or know of a good resource to check out?

    Wow, I was just researching the same!
    I'm trying to build a tooltip that can contain any other components. Can this be achieved using the built-in tooltips or by extending them?
    I would like to use the built-in tooltips for their features like drop-shadow, auto-positioning, and the little pointer indicators.
    Thanks!

  • Customer Open Items Mapping

    Hi gurus,
    We're currently creating a new periodic statement specific for a new company code. I'm new to this so I'd like to ask your helping in mapping the open items per customer account.
    What we would like to map in our periodic statement are the following:
    Document Number:
    Doc Date:
    Due Date:
    Amount:
    I know that this can be retrieve in FBL5N however the table is structured. so I can't normally access it in se16.
    I hope you could help us.
    thanks,
    john

    You have to collect the data from BSID and BSAD tables
    BSID-Open items remians here
    BSAD-Cleared items remains here
    If you want to execute the report on back dated then you have to use clearing date to fetch the items from BSAD.
    Rgds
    Murali. N

  • Customer Style & Skins in OBIEE 11.1.1.7

    Hi,
    Did anyone configure custom style and skins in the latest OBIEE (11.1.1.7)? I followed steps mentioned in OBE here http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1113/customizing_obiee11g/customizing_obiee11g.htm#t1,
    but that did not work.
    Thanks in advance

    Hi,
    u can add the new skins from the below mentioned path as welll
    obiee 11g  image path
    mark helps
    thanks

  • Not able to save date column with custom date format. in OBIEE 11g

    Hi,
    I have migrated one report from OBIEE 10g to 11g. There is a date column with customized date format(i.e. Default format is 'dd-MMM-yyyy' and I have used 'MMM-yyyy').
    But when I use this custom format and try to save the report in 11g its giving this below error.
    ''Catalog object privilege validation failed for user to path /shared/ALM BI/Finacial Results/History Income Statement Detail.
    You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup.
    This HTML might be present in column headings, table headings, text views, narrative views, the print header,
    or the print footer and must be removed before saving.''
    Please let me know what changes I need to do for this.
    Regards,
    Ambika Nanda.

    Hi ,
    privilage issues...check the security settings once..
    Thanks,
    Ananth

  • Customizing Login screen in OBIEE 11g

    Hello All,
    I know how to customize login screens and Dashboard in OBIEE 10.x Versions. There are enough articles and blogs as well.
    But how to do customizations in 11g?. Are there any articles or forums related to it?
    Thanks in advance
    Ashok

    Ashok,
    You can use this as reference..
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    Thanks!
    Venkata

Maybe you are looking for

  • Error with SDO_TUNE.EXTENT_OF on a table with more than one geometry.

    Hello, I'm using a GeoServer with Oracle Spatial database, and I run into some problems. GeoServer uses SDO_TUNE.EXTENT_OF to calculate the maximum extent of features you add. It works fine for all object with only one geometry, but fails for objects

  • Digital stopwatch circuit not working/running smoothly

    I made the following Digital stopwatch circuit  using IC 7490, 7448 and cathode seven segment display on multisim and the transition between 2 and 3 and some other states isnt  smooth or is getting stuck. What modifications can be done to run this ci

  • Help! iOS 4 giving my iPhone 3G problems...

    Hi, so ever since I upgraded to iOS 4, my iPhone 3G has been "lagging", and it is rather sluggish starting up apps. Also, the Safari app is not working. It brings me to the History, etc. menu on Safari, but freezes. It may crash too. I've not had pro

  • Diff. between Business service & Business system.

    Hi All, Can anybody tell me what is the actual difference between Buss. service & system ? and in which case I should use either ? How can I differenciate this two ? Eg. 1. I am using Buss. system BS1 , than what/where this BS1 should  be ?  and 2. i

  • Can i call java program from VC++ code...... Urgent!

    hi, I have VC++ code. I want to run java program from VC++ (SDK). Can I call it? plz help it's urgent.... thanks in advance...