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.
Is it possible to create Heatmaps using WebFOCUS? In webFOCUS 8 Active Charts, I do see options for converting my current chart into a Heatmap..
But is it possible to create a Heatmap directly using WebFOCUS Infoassist chart assistant? I looked at each on of the chart type including advanced. I am not seeing anything.. Any ideas ?
Thanks, Ram.This message has been edited. Last edited by: Ramkumar - Webfous,
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
APP PREPENDPATH IBISAMP
-*
ENGINE INT CACHE SET ON
-DEFAULTH &WF_STYLE_UNITS='PIXELS';
-DEFAULTH &WF_STYLE_HEIGHT='405.0';
-DEFAULTH &WF_STYLE_WIDTH='770.0';
DEFINE FILE GGSALES
NEW_STATE/A2 = IF (PRODUCT EQ 'Capuccino' OR 'Mug') AND ST EQ 'CA' THEN 'OR' ELSE ST;
NEW_DOLLARS/I9C = IF ST EQ 'TN' THEN DOLLARS * .25 ELSE
IF ST EQ 'GA' THEN DOLLARS * .15 ELSE
IF ST EQ 'CT' THEN DOLLARS * 1.15 ELSE
IF ST EQ 'FL' THEN DOLLARS * 1.55 ELSE
IF ST EQ 'TX' THEN DOLLARS * 1.75 ELSE
IF ST EQ 'MA' THEN DOLLARS * .10 ELSE
IF ST EQ 'IL' THEN DOLLARS * .80 ELSE
IF ST EQ 'MO' THEN DOLLARS * 1.1 ELSE
DOLLARS;
END
-*
GRAPH FILE GGSALES
SUM NEW_DOLLARS AS 'Dollars'
NEW_DOLLARS AS 'Dollars'
-*
BY REGION
BY NEW_STATE
-*
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET UNITS &WF_STYLE_UNITS
ON GRAPH SET HAXIS &WF_STYLE_WIDTH
ON GRAPH SET VAXIS &WF_STYLE_HEIGHT
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH TREEMAP
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
*GRAPH_SCRIPT
setTitleString("Retail Sales Heatmap");
setSubtitleString("By State Within Region");
setLegendPosition(1);
setFontName(getTitle(),"Arial");
setFontSize(getTitle(),48);
setFontSize(getSubtitle(),36);
*END
*GRAPH_JS
treemapProperties:{
scaleCellFonts:true
},
"introAnimation": {
"enabled": true,
"duration": 1000
},
"heatmapProperties": {"dataColors": [
"#D7191C",
"#FDAE61",
"#FFFFBF",
"#A6D96A",
"#1A9641"
]},
*END
ENDSTYLE
END
New manual 'Creating HTML5 Charts With WebFOCUS Language v8.0.07' describes the relevant commands: '...ON GRAPH PCHOLD FORMAT JSCHART...ON GRAPH SET LOOKGRAPH TREEMAP...'. (Note: My DEFINE FILE calcs are just a way to add 'variety' to GGSALES.)This message has been edited. Last edited by: David Briars,
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster