OBIEE 11.1.1.6 BP1 - Map formatting fails to show on iPad OBIEE Mobile HD.

Hi,
i am facing this problem in OBIEE 11.1.1.6 BP1.
1) Where I have created a new Geo map using the Mapbuilder.
2) the same is shown correctly in IE.
3) But when accessed through iPad obiee mobile HD app then the conditional formatting (Colour filling) does not appear on the Map. Instead a '?' QUESTIONMARK is displayed on the map when accessed through the App.
If anybody is facing a similar issue please let me know.
Regards

Use the below code in Text object in your page and tick the box for ‘contains HTML markup’.
For permanent, site-wide solution would be to modify views.css
<style>
.PTPageControl { border:0px; padding:0px; }
.PTPageEmbedded { border:0px; }
</style>
in .css file
looks for the text as below
border:solid 1px
put 0px instead of 1px
Pls mark if helps

Similar Messages

  • ELM - Duplicate Check, Mapping Format, Create BP in Role

    Hi,
    I have 3 requirements with respect to ELM (CRM 7.0 Ehp1)
    1. Update CRM BP, if external ID/ID type combination occurs again
    2. Create BP in a specific role
    3. Map extra fields
    With the help of multiple threads, I have found that I need to use BAdI CRM_MKTLIST_BADI and enhance methods DUPLICATE_CHECK, CREATE_PERSON etc.  Create new mapping format, Append structure CRMT_MKTLIST_PER_EXT with required fields.
    I have the following questions:
    1. How do I create a new mapping format?
    2. What/how to enhance the method DUPLICATE_CHECK of CRM_MKTLIST_BADI to check for duplicates based on external ID number and ID Type?
    3. For creating BP in a certain role, is the note 915015 applicable for CRM 7.0?
    I would appreciate if anyone can offer quick help in this regard.
    Thanks and regards,
    Anshika

    Hi,
    You can new mapping format from webui.
    You have to log in with  a MARKETINGPRO role. To create mapping format, assign business role MARKETINGPRO to your user and go to "Marketing" work center.
    In the "Create" area you will find "Mapping format".
    CRM_MKTLIST_BADI has a default implementation class you can create a new implementation but you can copy the standard implementation class for your implementation class.
    And change the code in method in DUPLICATE_CHECK. the external ID number and ID Type should come via the importing parameters inside the method then you can check with them. But other wise you need to find some other provision of getting them inside.
    Thanks,
    Rajini Aleti.

  • The custom style mapping option text still maintains the word formatting or it shows a style override in the InDesign style - how do I correct this?

    When I tell the custom style mapping option to format a Word style (from an rtf document) with the InDesign style, the text still maintains the word formatting or it shows a style override in the InDesign style. I have a large document that needs to import the styles correctly and I've followed the tutorials exactly however the placed text is still hanging onto the word RTF styles. I want the rtf text to convert to my InDesign styles completely without overrides.

    I actually need the cell styles. That's what sets my font, spacing, and GREP styles.
    I did find the solution today. In the table style or table setup, I needed to set the "Stroke Drawing Order" to "Column Strokes in Front". Even though it was previously set to "Best Joins" and I had no strokes for rows or for the table borders, it just wasn't giving priority to my dotted columns.
    Thanks for your response though!

  • Mapping Format - MKTG Attributes

    Hi Expert.
    I need to create a mapping format for Marketing Attributes. some of these are multi value. For this kind of attribute there is a particular Mapping Rules?
    Someone can explain me the step to do this?
    In CSV file i create n rows for different Marketing values for the same BP? Or I have to increase the number of the columns?
    Then, in ELM how do I map these Marketing Attributes?
    I Tried to map different columns with the same mark. attr. But systmes show me an error....
    Thanks in advance.
    Best regards.

    Answered!!!
    when i create a Multi Value Mark. Attribute, in the mapping format i can map more than one value with the same Marketing Attribute. if the Mk Attr. is not multi value, error message will be displayed.
    Structure of external list will be the following:
    F.NAME | L.NAME | ATTR1_01 | ATTR1_02 | ATTR2_01 | ATTR2_02 | ATTR2_03 | etc etc
    Bye

  • How to transport mapping format for ELM ????

    Hi All,
         I want to know how to transport the Mapping Format that we create for external list management (ELM).
    I clicked on the Customizing Transport link given in toolbar. But that doesnt seem to create any subtask.
    Is there any other procedure to transport mapping format for ELM ????
    Regards,
    Ashish

    Hi Ashish,
    When you go to easy access or use maintain mapping formats CRMD_MKTLIST_MAP, and when you create your mapping format and save it.
    Then go to extras and you will find TRANSPORT (ctrl + F9) highlighted.
    So you can create your owm transport request.
    Hope this helps and reward points
    Thanks
    Srini

  • Mapping Format in CRM 2007

    Hi,
    I am trying to create a mapping format in CRM 2007 when I select Person or Organization in the category I need 'Search term1/Serach term2' in the available target fields category. Could anyone let me know how to do this. Please let me know the component for this.
    Thanks
    Sai

    This is what you will need to do
    http://help.sap.com/saphelp_crm60/helpdata/en/46/32c332ff4914dce10000000a155369/content.htm
    Edited by: SKP on Apr 2, 2009 6:46 PM

  • Draw lines on an obiee 11.1.1.7.1 map.

    What is the best approach to drawing lines on an obiee 11.1.1.17 map.
    The base map is created In mapbuilder 11.1.1.7.3.
    Our data is stored in our data warehouse. Right now we have 2 million rows in the table. Each row represents an x,y point on the map.
    A typical query in the obiee analysis can return  20- 30 x,y positions on the map. We are only at this time showing points on the map. We would like to present the positions as a line (arrow) showing the direction of flow (ordered by time) from one point to the next point, etc.
    Our question – how can we  draw these lines on the obiee map?
    (For instance, is it better with User Defined FOI layers or is it better using Theme-based FOI layers).
    Best Regards
    Joel

    Hi Again!
    We have managed to get the map with line into our obiee dashboard using the Oracle Maps JS API.
    We are taking the data points in our rapport and sending them with the narrative view to the java script functions as described in the workshop examples. It works nicely.
    We are now wondering if we can draw this line onto a map that is created using the maps view in our obiee rapport. Our goal is show the line together with all the points. We could of course script this in our javascript, however we would like to show the points in our obiee map view together with a line connecting the points.
    As it is now in our "draw the line solution", we define a DIV for the map display
    <DIV id="map" style="width:400px;height:300px;padding:10px;"></DIV>
    And then in our javascript function we use the
    var mapview = new MVMapView(document.getElementById("map"), baseURL);
    We are wondering here if we can point to an obiee map view instead of the DIV “map” 
    We have tried various combinations of static text with javascript together with a map view, but can’t get a line to draw on the map.
    Does anyone have any idea how we can get our line into a map view?
    Best Regards
    Joel

  • OBIEE11g maps Some map formatting cannot be displayed

    Hello!
    I'm getting this warning when the obiee11g maps showing more than 500 poligons on OBIEE11g:
    Warning:
    Some map formatting cannot be displayed.
    Edit the query to return fewer rows
    But i realy need to show about 600 poligons.
    Is there a way I can alter this limit?
    Thank you!

    Actually I found out that this is not a limitation.
    There is a parameter in instanceconfig.xml where you can set the maximum number of polygons:
    Inside the ServerInstance tag, you must add the following code:
    <SpatialMaps>
    <ColocatedOracleMapViewerContextPath>/mapviewer</ColocatedOracleMapViewerContextPath>
    <RemoteOracleMapViewerAbsoluteURL></RemoteOracleMapViewerAbsoluteURL>
    <LayerDataLayout>
    <MaxRecords>900</MaxRecords>
    </LayerDataLayout>
    </SpatialMaps>
    It works!
    Tiago Toigo

  • Mapping Format transaction

    Hi,
    I´m trying to use the transaction that allows to create mapping format, in order to use them in creation of external list. In my SAP menu I navigate but I can´t see this option. I have tried to search this transaction but I can´t find it. Do you know the transaction code?. Anyway, what SAP menu contains this transaction?
    Thanks in advance
    Victor

    Thanks a lot
    I´m gonna try with this. First, and I think that I have to set the IU in the role customizing so as to I can see this transaction
    Best regards,
    Carlos

  • No authorization for creating mapping format

    Hello,
    I want to create a mapping format in the WebUI at the marketing profile (marketing u2013 create u2013 mapping format) and an external list (marketing u2013 create u2013 external list). But I canu2019t create a mapping format or a external list. There is an information u201CYou do not have authorization to createu201D
    Follow things I have done before:
    Tx SU01: I had the necessary roles and profiles
    Tx OOCU:
    - I activated in CRM-MKT-EAL the WF 14000129 (BUS20410  PROCESSWITHERROR and BUS20410  PROCESSWITHOUTERROR)
    - Then I assigned agents. I assigned my user to WS 14000029 and to WS 14000129.
    - Last I defined the WS 14000029 as general task.
    Does anybody know, what else I can do?
    Thank you in advance.
    Best regards, Jasmin

    Hello Jasmin,
    You can use ST01 to perform a system trace and list all the authorization you need to create a mapping format.
    1) Go to ST01 and select only Authorization check then click on Trace on button
    2) Launch the WEB UI and try to create a mapping format again.
    3) Once the message 'You do not have authorization to createu201D  is displayed again, go back to ST01.
    4) Click on Trace off Button and then on Analysis button.
    5) Enter your username and select only Authorization check in the Trace Records
    6) Change the From time to 5 min before you made your test and add 5 min to the Time to
    7) Execute, you will see the list of all actions you performed and the authorization objects required for these actions.
    8) Pay more attention to the lines where the RC code is different to 0. You will then find what authorization object is missing.
    Hope it helps.
    Best Regards.

  • Seagate external drive: Partition map check failed because no slices were found

    I have a 3TB Seagate Expansion external backup drive connected to my Retina Macbook Pro via USB. The disk will not eject from a regular Finder window - it will only eject from Disk Utility. Backups seem to otherwise be running fine. I tried to verify/repair the disk in Disk Utility, and I got the following error: "Partition map check failed because no slices were found." I am able to verify/repair the partition without any problem, and no errors are found.
    I'm concerned about relying on a backup drive that may be heading south. Here is the output from diskutil info:
    diskutil info disk3
       Device Identifier:        disk3
       Device Node:              /dev/disk3
       Part of Whole:            disk3
       Device / Media Name:      Seagate Expansion Desk Media
       Volume Name:              Not applicable (no file system)
       Mounted:                  Not applicable (no file system)
       File System:              None
       Content (IOContent):      GUID_partition_scheme
       OS Can Be Installed:      No
       Media Type:               Generic
       Protocol:                 USB
       SMART Status:             Not Supported
       Total Size:               3.0 TB (3000592977920 Bytes) (exactly 5860533160 512-Byte-Units)
       Volume Free Space:        Not applicable (no file system)
       Device Block Size:        4096 Bytes
       Read-Only Media:          No
       Read-Only Volume:         Not applicable (no file system)
       Ejectable:                Yes
       Whole:                    Yes
       Internal:                 No
       OS 9 Drivers:             No
       Low Level Format:         Not supported

    @ Allan Eckert: Unfortunately, reformatting is out of the question, I have 5 years of work on this!
    @ Loner T: Yes, the firmware did successfully upgrade after router reboot and a bit of troubleshoot.
    Thanks for the quick replies. Keep 'em coming!

  • Disk utility gives "Error: Partition map repair failed while adjusting structures to fit current whole disk size"

    I am getting the following error when running Disk Utility (under ML) on an exteral USB hard drive:
    Error: Partition map repair failed while adjusting structures to fit current whole disk size.
    I get thsi when I ask Disk Utility to "Repair Disk" at the top level of the disk hierarchy (i.e. not on one of the partitions within the disk but on the disk itself).  I was not getting this error with Lion on the same disk before I upgraded from Lion to ML.
    It seems like a bug in ML.  I found websites where they suggest that you just run Lion's Disk Utility and it will show the disk to be fine.
    Any thoughts?

    So, I finally seemed to have resolved things with the Seagate 4TB Firewire external drive.  If you Google about, you will find a thread on Seagate's own support forum that describes how to disable the sleep function on the drive.  You CANNOT ALLOW THE DRIVE TO SLEEP WHILE CONNECTED TO YOUR MAC.
    After a lot of reading, here's what I think is happening: the drive goes to sleep, after some period of inactivity, and when you shutdown your Mac, OS X tries to write something to the drive as part of the dismount / disconnect / shutdown process.  That fails in some manner, leaving the drive 'corrupted' at the filesystem or partition level.
    Then, on the next boot-up, Mountain Lion tells you that it cannot repair the drive and it mounts as read only.  Your only fix at that point is to re-partition / re-format and start over (which is big fun with 3TB of data to copy back on to the drive).
    If you prevent the drive from sleeping, whenever it's connected to the MacBook, then the above process doesn't occur and voila, the drive just works.  So far, I haven't had any problems with about a week of starting / shutting down my MacBook connected to the offending drive (translation: I was going to return the drive, but the problem is clearly with Mac OS X Mountain Lion).

  • DISK UTILITY Error: Partition map repair failed...

    Hi all,
    I purchased a new SEAGATE BACKUP PLUS 3T USB3.0 drive - and formatted GUID 1 partition - then ran repair disk and it showed with = "Error: Partition map repair failed while adjusting structures to fit current whole disk size"
    And I also tried 4 partitions but no help
    And I also tried formatting same on older 10.6 mac with no errors - then came back to 10.8 and error shows there...
    Can some folks please try this on there own setups to see how widespread this is...
    Criteria...
    1 - ML 10.8.2
    2 - Large external drive 2T or greater
    Q: Has anyone experienced this and has a possible solution?
    Thanks

    HI all,
    This issue has been in discussion (actively) since last August here:
    https://discussions.apple.com/thread/4218970?start=0&tstart=0
    After months and months of new reports, it's pretty clear that this is an Apple Mountain Lion problem and one that Apple needs to address.  As one frustrated user noted :
    >>There is no consistent solution for a user.  Apple has to supply it.  All you can do is submit a bug report to
    >> http://www.apple.com/feedback    
    Please, if you are encountering this problem you will save yourself a lot of wasted time and energy simply by joining me and others in asking Apple to fix this problem: Make a bug report.
    Thanks!

  • Reports in PDF format does not show up on solaris box

    Hi,
    I am trying to generate a report in pdf format.
    This shows up a blank page.
    But i could see that the cache file is generated for the report.
    This works fine in Win 2000.
    I have fixed the IE adobe issue.
    IS there anything special i need to do while
    generating this output.
    Your help will be highly appreciated.
    Thanks in advance,
    shailesh
    null

    I did all the config as mentioned on adobe site. It seems to me the dataset problem.
    I am running 2 reports one for which i have more data and for the other less data.
    The one with more data comes up properly on browser. But the one with less data is showing me blank page.
    shailesh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by david Mille ([email protected]):
    hi,
    Did you install the nppdf32.dll of acrobat reader in your plugins directory in your browser ?<HR></BLOCKQUOTE>
    null

  • Partition map check failed because no slices were found for WD My Book 1140 media

    Have been using a WD My Book 3TB HD which was partitioned into three 1TB partitions for almost a year.  Now when I try to access it via my MacBook Pro I am getting the following error message "Problems were found with the partition map which might prevent booting; Error: Partition map check failed because no slices were found".  Does anybody have any suggestions on how to repair this problem and salvage information stored on it?

    I am also experiencing this problem.
    4TB Hitachi Deskstar. Internal. Disk not readable error on boot.
    "Partition map check failed becuase no slices were found" error when I attempt to verify or repair with Disk Utility.

Maybe you are looking for