Create a Heat Map Key

Hi
I've created a custom map, and have it set up so that each part of the map has a color key graduated based on a formula, and all works fine.  What I want to add is a key to the colours used.  I've used a Spreadsheet component with the following:
     Range     
10,000     or over     red
7,500     -9999     light red
5,000     -7499     pink
2,500     -4999     light pink
2,499      or under     white
The colours are the actual cell and font colours, however when I select this range the only correctly displayed colour in design or preview is red.  The rest of the cell colours are displayed something like:
     Range     
10,000     or over     red
7,500     -9999     orange
5,000     -7499     green
2,500     -4999     khaki
2,499      or under     blue
So it displays the correct font colour but the incorrect cell format colour.  I'm guessing this is a bug, so any ideas on how else could I display a colour key for the map?
Thanks
Charles
Edited by: Charles Davies on May 12, 2009 2:48 PM

Hi Charles,
How did you pick your cell color?
If I use the Excel Paint Bucket drop down list it only has a few colors to choose from anyway (I have Excel 2003 not 2007), are you using one of the colors in that list?
If you use the Rectangle component in Xcelsius (Arts & Backgrounds) you can fill that with any color you like...
Regards,
Matt

Similar Messages

  • Create a Heat Map in Oracle Apex 4.1 version

    Hi,
    I want to generate a Heat Map for Apex 4.1 version.
    However I did not see any option which will create a Heat Map in the Charts/Maps sections.
    Please advice how this can be achieved.
    -Sanchita

    Did you check the forum for an answer? Just did a quick scan and found this thread:
    APEX 4.0 Maps - How to create heat maps / Add Custom Maps
    Thank you,
    Tony Miller
    Dallas, TX

  • Create a heat map

    I'd like to display some data using a heat map format, something like this:
    My data is basically X,Y coordinates.  Each coordinate pair has an amplitude value.  I want to map the amplitude value into a color gradient and plot it as a smooth graph.  I could do this manually using the Canvas control, but then each point would be graphed as a rectangle of a certian color.  The points wouldn't blend into each other (unless there's some way to blend colors on a Canvas control).  I also thought about using the 3D graph control, but I don't want an actual surface graph.  I want to use color as my thrid dimension.
    Does anyone have any suggestions on how to do this?
    Tony G.

    Hi Tony,
    Would blending using the canvas control be possible using the alpha channel? Check out the shipping example "alphablend.cws" for an example of this with the Canvas control. I'm not sure if this is going to be applicable to your graph, but hopefully it's useful!
    Best,

  • Trying to create a heat map

    I am trying to recreate this kind of report and need some example code
    http://bp2.blogger.com/_F4cjbG7L4no/RyRmRZSz2vI/AAAAAAAAAAM/frAGvZrcyo8/s1600-h/linecalimage.jpg
    I require the table cells to appear as colors based on if the value is null or not null
    When the user mouse overs the cell they should see some values.
    I have tried every option I could google and either I get the colors or the mouseover but not both.
    If someone could point me to a good example or walk through for this it would be great.
    Thanks in advance.

    Create a view in your schema maybe like this...
    CREATE OR REPLACE VIEW V_HEATMAP AS
    SELECT
    CASE
    WHEN (t.COL001 IS NULL) THEN
    '<div style="background-color:red">'
    || '<a href="'
    || '#'
    || '" title="'
    || t.COL002
    || '">'
    || '      '
    || '</a>'
    ELSE
    '<div style="background-color:green">'
    || '<a href="'
    || '#'
    || '" title="'
    || t.COL003
    || '">'
    || '      '
    || '</a>'
    END AS demo_col
    FROM demo_table t;Add a SQL report to the page, make the report source like:
    SELECT * FROM V_HEATMAP;Edited by: cmcneil on Mar 24, 2009 3:35 PM
    Edited by: cmcneil on Mar 24, 2009 3:46 PM
    Edited by: cmcneil on Mar 26, 2009 1:36 PM - found the code tag :)

  • SSRS Heat Map help

    Hi 
    I have SQL 2012 and while having a play around with a report I wanted to use a heat map ( or treemap ) as I believe it was called.
    Any way I found that it one of the posts here points you to
    http://www.sqljason.com/2012/03/heat-maps-for-ssrs-using-map-control.html
    So I downloaded the dll
    Went to my dw and executed the following
    CREATE ASSEMBLY HeatMap from 'c:\HeatMap\HeatMap.dll' WITH PERMISSION_SET = SAFE
    CREATE PROCEDURE dbo.CreateHeatMap (@Width real, @Height real, @SqlStrng nvarchar(4000))
    AS
    EXTERNAL NAME HeatMap.StoredProcedures.TreeMapGeography
    Then executed the proc
    DECLARE    @return_value int
    EXEC    @return_value = [dbo].[CreateHeatMap]
            @Width = 20,
            @Height = 25,
            @SqlStrng = N'Select WKDAY ,  SUM (TotalTransactions) ts FROM ReportingDW..f_transactionstolive group by WKDAY  '
    SELECT    'Return Value' = @return_value
    when It comes up with the following
    Msg 6522, Level 16, State 1, Procedure CreateHeatMap, Line 0
    A .NET Framework error occurred during execution of user-defined routine or aggregate "CreateHeatMap":
    System.FormatException: Input string was not in a correct format.
    System.FormatException:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at StoredProcedures.TreeMap..ctor(DataTable TreeMapData, Single Height, Single Width)
       at StoredProcedures.TreeMapGeography(SqlSingle Height, SqlSingle Width, SqlString select)
    Im now not sure what to do any help would be great .
    I just want a simple square treemap or heat map that highlights the size of each process in rectangles and cant believe how difficult it is.
    Many Thanks
    Robert

    Hi Robert,
    In your case, the issue may be due to that you have create an assembly, and then you register the assembly on a Microsoft SQL Server database. Then, you install a different version of the assembly in the Global Assembly Cache (GAC).
    In order to work around the issue, please use the ALTER ASSEMBLY statement to update the assembly in the database. If the problem still exists after you do this, drop the assembly from the database, and then register the new version of the assembly in the
    database.
    There is a similar issue for your reference.
    http://support.microsoft.com/kb/949080/en-us
    If the issue is persist, I recommend you post the issue in the following forum:
    .NET Framework inside SQL Server
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Implement Maps keyed by a Persistent Class

    Hi,
    You would probably agree that JDO Maps keyed by a primitive/primitive
    wrapper are not nearly as usefull as the ones mapped by a PC.
    I wonder if it is in your plans to provide this functionality? Kodo 2.4? or
    2.5
    If I am not mistaken somebody (may be me) already entered this enhancement
    request into your bugzilla as a part of overall collection handling
    improvements but I am going to create a new request just in case and put
    some of my votes onto it :-)
    If you want me to come up with use cases to explain why I think this feature
    is very much needed I can certainly do so.
    Anyway if any other folks around here are interested in this feature please
    wote for it http://bugzilla.solarmetric.com:8080/showvotes.cgi?voteon=437

    This is on our project plan, but will not be in 2.4.
    -Patrick
    In article <apmh0t$a3r$[email protected]>, Alex Roytman wrote:
    Hi,
    You would probably agree that JDO Maps keyed by a primitive/primitive
    wrapper are not nearly as usefull as the ones mapped by a PC.
    I wonder if it is in your plans to provide this functionality? Kodo 2.4? or
    2.5
    If I am not mistaken somebody (may be me) already entered this enhancement
    request into your bugzilla as a part of overall collection handling
    improvements but I am going to create a new request just in case and put
    some of my votes onto it :-)
    If you want me to come up with use cases to explain why I think this feature
    is very much needed I can certainly do so.
    Anyway if any other folks around here are interested in this feature please
    wote for it http://bugzilla.solarmetric.com:8080/showvotes.cgi?voteon=437
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Mistake creating an Image Map

    Hello, I have a problem with my Image Map. Here are my steps:
    1.Create areas for the Image Map
    2.Create the Image Map with areas
    3.upload the image
    4.create the OTH file
    5.Enable rendering information option
    6.Create KM navigation iView and its layout set mode as default
    All references for directories and for my pic are OK but it doesn´t show any Image Map. I need help please!
    Thank you

    Hi,
       You can follow this example:
    In KM, image maps are used for a graphical depiction of folder contents. These objects are displayed using graphics instead of in their normal text form.
    Step 1 – Determine the image you want to use for navigating. This can be any JPG or GIF file. In this example I will reference the file world.gif.
    Step 2 – Configuring an image map. Take your image file world.gif and place it in the system. For our example place the file in the path: …../knowledgemanagement/etc/public/graphics. The subdirectory “graphics” was created within the public folder.
    Step 3 – In the documents folder, create the following folders:
    •  World
         Within the “World” folder, create the subfolders:
         North America
         South America
         Europe
         Asia
    Note: you can create as many folders as you like. This structure will serve as the navigation structure for world.gif image map.
    Step 4 – Determine the navigation coordinates for the image world.gif. Any tool can be used, for this example the tool GeoHTML was used. It is a freeware tool that can be downloaded from http://www.fegi.ru/geohtml.
    •  The following coordinates were determined for the folders:
         North America: 253, 255, 303, 285
         South America: 424, 171, 474,201
         Europe: 368, 43, 418, 73
         Asia: 276, 37, 326, 67
    Step 5 – Create new link-sensitive Areas for the image map. Menu path: Configuration -> Content Management -> User Interface -> Image Maps -> Areas
    Please note, an area would need to be defined for each area on the image map that would be link-sensitive areas.
    Step 6 – Defining an Image Map. In this step the name of the image map will be defined as well as specifying the path of the image, the tooltip, and lastly assigning the areas.
    Step 7 – Configure an Object Type Handling (OTH) file for the image map. OTH files are located in the /oth subdirectory within the /etc repository. Copy an existing OTH file in this subdirectory and copy it to “world.oth”. In This OTH file, define the navigation path, collection renderer, layout controller, action and image map. The OTH file should look as follows:
      <?xml version="1.0"?>
      <ObjectTypeHandler Name="Image Map world"
    Class="com.sapportals.wcm.service.objecttypehandler.GenericObjectTypeHandler">
    <SelectionCriteria>
      <Paths>
        <Path>/documents/World</Path>
      </Paths>
    </SelectionCriteria>
    <Properties>
      <Property Key="rndCollectionRenderer"              Value="ImageMapRenderer"/>
      <Property Key="LayoutController"                   Value="DefaultLayoutController"/>
      <Property Key="rndShowActions"                      Value="false"/>
      <Property Key="rndMap"                      Value="MapOfWorld"/>
    </Properties>
    <Actions/>
    </ObjectTypeHandler>
    Step 8 – Display the image map. For the navigation iView that is being used, ensure that the iView property “Layout Set Mode” is set to default.
    Step 9 – Reload the object type handler in order for the system to read the new oth file world.oth. This can be done by within the Rendering Information link in any navigation iView for a user that is specified in the Debugging Settings (this is done in the user interface configuration).
    Another option to reloading the object type handler would be restarting the J2EE engine.
    Step 10 – In the navigation iView for this mage map, navigate to the image map. In this example, the menu path would be documents/World
    Patricio.
    ps: If you want I can send you complete example.

  • Rectangular polygon heat map using ssrs

    Hi all
    Until ssrs 2008 r2 including we had to implement an algorithm which calclated the coordinates of rectangular
    polygons in the ssrs heat map (implemented using a map component over sql server geometry data type).
    Is there any thing new regarding this problem in ssrs 2012 or 2014?
    Maybe power view gives the ability to implement this kind of a "map" without going through the trouble
    of preparing the coordinates for the map component??
    This is not a geographical map where coordinates are given through GPS...
    TIA!
    Rea

    Hi Robert,
    In your case, the issue may be due to that you have create an assembly, and then you register the assembly on a Microsoft SQL Server database. Then, you install a different version of the assembly in the Global Assembly Cache (GAC).
    In order to work around the issue, please use the ALTER ASSEMBLY statement to update the assembly in the database. If the problem still exists after you do this, drop the assembly from the database, and then register the new version of the assembly in the
    database.
    There is a similar issue for your reference.
    http://support.microsoft.com/kb/949080/en-us
    If the issue is persist, I recommend you post the issue in the following forum:
    .NET Framework inside SQL Server
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Cannot properly edit Map Keys

    In RoboHelp 7 for HTML (but also v6), weI have problems with
    editing map keys for context-sensitive help.
    When we were using RoboHelp 6 for Word, editing map keys was
    easy.
    When we switched to RoboHelp for HTML (first v6 then v7), we
    could never figure out how to do this. We fully understand how map
    keys work, and we are computer-savvy. However, perhaps we are
    experiencing some kind of bug.
    For example, if we generate a new topic, we disabled
    automatic map key generation. Instead, we want to add our own map
    key number to this new topic. We select Topic Properties >
    Advanced > Edit Map Key to get to the map key editor. No matter
    what we try, we cannot add a new map key to the new topic.
    Similarly, changing the number of a map key is not possible.
    Basically, the task buttons at the bottom of the Edit Map Key
    screen are always disabled.
    We are currently editing the map key files directly, but that
    is not a solution of course.
    We read the Help documentation very carefully, but we simply
    cannot use these disabled task buttons, so that we are
    stuck.

    It is really a terrible dialog, but this is what works for
    us:
    1. Make sure you have the <Project Map File> selected
    in the drop-down list.
    2. In the right-hand list, click on the Topic you want to
    assign an ID to.
    3. Under the Map IDs list there is a "Hide used IDs"
    checkbox, and then three buttons. The first button's icon does not
    make ANY sense to me whatsoever, but it means "add map ID."
    4. Click that cryptic-looking button. The Create/Edit Map ID
    dialog opens.
    5. Enter a name for the Topic ID (can be anything, just don't
    use any spaces) and the Map Number you want to assign, and click
    OK. The ID is assigned to the topic you selected earlier.
    To edit the assigned Map ID number or name, double-click on
    an ID in the Map IDs list. I don't know if you can actually change
    the assignment of one of these IDs -- the "Unassign" button always
    appears grayed out for me -- but you can delete a selected Map ID
    by selecting it and clicking the "X" button.
    Hope this helps!

  • Prime Heat Map Automated Export

    Is there a method whereby I could automatically export (in PDF/JPEG/PNG format) the Cisco Prime heat maps for wireless coverage?
    Our organization would like to give access to this information without creating a limited/guest account in Cisco Prime Infrastructure.

    At present no feature of automatic export
    Exporting a Map
    The Export Map feature allows you to export map or calibration information to XML. The exported XML will be in an encrypted format and will not be readable. XML and images are bundled, tarred, and zipped into a file for a successful import into another NCS.
    To export a map, follow these steps:
    Step 1 Choose Monitor > Site Maps page.
    Step 2 From the Select a command drop-down list, Choose Export Maps. The Export Map page appears. (see Figure 6-9)
    Figure 6-9 Export Map
    Step 3 Select the maps that you want to export.
    Step 4 Click Export to export the selected map data.

  • Issue with heat maps refresh process in EID 3.1?

    Issue with Heat Maps in EID 3.1? Heats maps don't refresh unless you go back to home page and then again go back to the Endeca app.
    In Oracle Sample app if we open the Map tab we will see that Milwaukee is really hot in the heat map. now if we filter the data to just show data from 100 miles within Orlando, FL then the map will get refreshed to show that area but the colors on heat maps do not change.
    Now if we keep the refinements same and go back to home page and again go back to sample app and maps tabs then it will still show area of 100 miles within Orlando, FL which is good but now heat map would have updated and it would show us correct color.
    Now if we remove the refinement then it would show complete US map as hot which is again wrong.
    I have observed this issue in chrome browser as well as firefox.
    Is there anyway to overcome this issue?

    This issue was resolved after applying latest patch from Oracle.

  • How can I create a new recovery key if you automatically removed my trusted device after update do iOS 8?

    How can I create a new recovery key if you automatically removed my trusted device after update do iOS 8?

    Hey -
    I need to do the EXACT same thing, but have no idea how. Has anyone out there done this?
    My situation is a tad different..this is a new Mac (and I'm a brand new Mac user). Tons of querks occur under my original account (videos won't run, Safari won't support certain plug-ins). I spent 6 hours on the phone w/ 4 different Apple Reps and nobody could fix it. A rep finally looked at my MacBook Pro in person today. He created a new account just to see if that would work and under that new account, everything works perfectly fine (no querks, can view video). He tried switching a million settings in my original account to no avail.
    He said to create a new account (as he did) and move my files over to the new account and then go back to the original and delete it. How do you do this?! I can't figure it out! I've got a new account created, but of course it just has the default folders in it w/ the little red icons next to them! Thanks in advance!

  • Is there a way to create a custom shortcut key to paste my email address?  I would like to be able to press a key combination that will paste whatever I set it to, i.e. my email address.

    Is there a way to create a custom shortcut key to paste my email address?  I would like to be able to press a key combination that will paste whatever I set it to, i.e. my email address.

    There are multiple ways to do similar things. One, built into the system, is to use text replacement. See:
    http://www.tuaw.com/2009/12/31/mac-101-making-text-replacement-work/
    There are other programs you can buy that can do the job in different ways, such as TextExpander. You could also just create a clipping file by dragging your e-mail address to somewhere like the desktop, and then you can simply drag that file to wherever you like to insert your e-mail address there.

  • Is there a way to create a site map of all RoboHelp topics in a published project?

    My company uses an external search of our published RoboHelp options (as well as the internal; the external search covers all projects instead of a single one). We're looking to change search programs, but according to our web developer a lot of searches have issues finding the topics inside the published projects because of the way it links to topics using Javascript.
    I think I know the answer to this question, considering it hasn't come up in any of my searches, but in case I need a second cup of coffee -- is there a site map or listing of links within a RoboHelp project that includes all the topics? Alternately, does anyone know of a service or program that can easily create a site map from a RH project? For reference, we're using RoboHelp 9.
    Thanks!

    Look in Tools > Reports.
    Some can be saved as files. Others you can copy and paste into a text file.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Ical week numbers and heat map missing in preferences

    Hi,
    This page describes that you can turn on/off the heat map and week numbers:
    http://www.controlyourmac.com/2012/02/10-amazing-features-of-ical-5-on-os-x.html
    I migrated from 10.6 to 10.7.4 and wonder where these checkboxes are.
    So, the configuration looks different. There is no Alerts part and no heat map and no week view. May this be due to the fact that I migrated from 10.6. and some configuration files got screwed up?
    Thank you very much for any help!

    Have you told Apple that you would like to see this feature included in iCal? You can do so at OS X Feedback, but there is no point in saying it in the discussions because Apple very carefully does not read postings on this user-to-user site.

Maybe you are looking for