Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Heatmap in Webfocus 8.0.07 with varying size of area

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Heatmap in Webfocus 8.0.07 with varying size of area
 Login/Join
 
Member
posted
I am looking to have a heatmap developed where the size of the area will be based on a measure. The colors of the heatmap will vary with the measure I am doing the chart with. That part is working,but all areas are of same size irrespective of the volume (which is another measure)

This message has been edited. Last edited by: <Kathryn Henning>,


Webfocus 8 Linux
 
Posts: 6 | Registered: May 29, 2014Report This Post
Gold member
posted Hide Post
Tarun,

I believe you want to do a treemap.

Here is a sample code:

JOIN STCD IN GGSALES TO STORE_CODE IN GGSTORES AS J1
DEFINE FILE GGSALES
PROFIT/D12.2= DOLLARS-BUDDOLLARS ;
END
GRAPH FILE GGSALES
SUM PROFIT UNITS
BY ST
BY PRODUCT
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH TREEMAP
ON GRAPH SET STYLE *
*GRAPH_JS
colorMode:'byInterpolation',
colorModecolors: ['teal','cyan', 'beige', 'burlywood', 'yellow', 'cream']
*END
ENDSTYLE
END
 
Posts: 52 | Registered: January 19, 2007Report This Post
Member
posted Hide Post
Hello

This focus code works . But I want to have this done from inside Infoassist 8.0.07. Is it possible ? If I execute this code in infoassist it results in Error.My intention is to see if my power users can choose various configurations in infoasist and be able to create this Heat map kind of Chart although not exactly like a heatmap.

Any thoughts on this.


Webfocus 8 Linux
 
Posts: 6 | Registered: May 29, 2014Report This Post
Member
posted Hide Post
Not available in InfoAssist, per an IBI consultant that was working with us a couple of weeks ago. I got the impression that the functionality was planned for a future release (8.1?) His recommendation was to use InfoAssist to create a Mekko or Heatmap, and then go into the code to to change the lookgraph command.


WebFOCUS 8.1.05,
Windows 7,
All output types
 
Posts: 13 | Location: Alpharetta, GA | Registered: May 30, 2014Report This Post
Master
posted Hide Post
Sorry for bringing up a closed topic, but VLozovsky, your solution worked for the graph, but the color portion doesn't seem to be doing anything. I just get red boxes. What am I doing wrong?

GRAPH FILE CAR
-* Created by Info Assist for Graph
SUM CAR.BODY.SALES
BY CAR.COMP.CAR
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH TREEMAP
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
*GRAPH_JS
colorMode:'byInterpolation',
colorModecolors: ['teal','cyan', 'beige', 'burlywood', 'yellow', 'cream']
*END
ENDSTYLE
END



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Master
posted Hide Post
Nevermind.. For anyone else with the same question..

*GRAPH_JS
treemapProperties: {scaleCellFonts: true},
yaxis: {mode: 'color', colorScale: {colors: ['teal','cyan','burlywood','lightblue']}}
*END



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Heatmap in Webfocus 8.0.07 with varying size of area

Copyright © 1996-2020 Information Builders