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     [SOLVED]Example of KPI Widgets

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]Example of KPI Widgets
 Login/Join
 
Gold member
posted
Hello,
We recently upgraded to WF8105M. I'm looking to build a proof of concept KPI in Portal.

I'm planning to incorporate some out of the box JSCHarts in WF8 with KPI Widgets.

Does anyone have example of Widget CSS similar to below using WebFocus GGSALES file?

This message has been edited. Last edited by: <Emily McAllister>,


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
If you are able to get your hands on RDF, there are examples just like that in there


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
Thanks I think I found something in the RDFtemplate file to start building!!


-DEFAULTH &BACKCOLOR = 'rgb(255, 255, 255)';

-DEFAULTH &WF_TITLE = 'TITLE';
-SET &WF_SUMMARY = 'SUMMARY';

DEFINE FILE CAR
SALES2/D12M = SALES;
END

TABLE FILE CAR
HEADING CENTER
" "
"Open Orders"
"<SALES2"
SUM
DEALER_COST AS 'Booking $' OVER
RETAIL_COST AS 'Booking/Open %'  OVER
SALES2 AS 'Cubic Volume'  OVER
ON TABLE PCHOLD FORMAT HTML
ON TABLE NOTOTAL
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET SQUEEZE ON
ON TABLE SET HTMLCSS ON
ON TABLE SET HTMLENCODE OFF
ON TABLE SET STYLE *
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$
TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, SUMMARY=&WF_SUMMARY.QUOTEDSTRING, GRID=OFF, BORDER=OFF, BACKCOLOR=NONE, $

TYPE=HEADING, LINE=1, COLOR=BLACK, BORDER=OFF, SIZE=10, $
TYPE=HEADING, LINE=2, COLOR=BLACK, BORDER=OFF, SIZE=10, $
TYPE=HEADING, LINE=3, COLOR=BLACK, BORDER=OFF, SIZE=24, $
TYPE=HEADING, LINE=4, COLOR=BLACK, BORDER=OFF, $

TYPE=TITLE, COLOR=BLACK, BORDER=OFF, JUSTIFY=CENTER, BACKCOLOR=NONE, SIZE=8, $
TYPE=DATA, COLOR=BLACK, BORDER=OFF, JUSTIFY=CENTER, BACKCOLOR=NONE, SIZE=10, $
ENDSTYLE
END
-RUN

-SET &IBIAPPS = GETTOK(&FOCEXURL,&FOCEXURL.LENGTH,1,'/',64,'A64');
-SET &IBIAPPS = TRUNCATE(&IBIAPPS);
-HTMLFORM BEGIN
<script type="text/javascript" src="./jquery/js/jquery.min.js"></script>
<script>
$('body').css( { 'background-color':'!IBI.AMP.BACKCOLOR;' } );
$('body > table').width( '100%' );
$('.x6').width( '33%' );
</script>
-HTMLFORM END  


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report 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     [SOLVED]Example of KPI Widgets

Copyright © 1996-2020 Information Builders