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.
I need to create a report that looks like a grid with 10 different information blocks across and a variable number of rows down the page. There will never be more than 10 blocks across. I want these blocks to have behaviour characteristics of certain colors to mean certain things depending on an outcome. (sort of like the stoplight graphics but with more info than a 1 character light graphics). Does anyone know how to approach doing this? I have a layout but cannot figure out how to attach it here. I can e-mail it to whomever feels like slaying this dragon! I am really green with respect to htm and would really appreciate the help. Thanks!
There is a chart type in Advanced Graph Assistant called a Spectral Map (under the 'Special' chart types tab). The description reads, "Row or column matrix of markers that are colored according to data values". I've not used it myself but it looks like something that may meet your needs.
Regards,
Dan
7.7.05M/7.7.03 HF6 on Windows Server 2003 SP2 output to whatever is required.
Posts: 393 | Location: St. Paul, MN | Registered: November 06, 2007
Never mind Francis, I copied this into our hints and suggestions procedure area and ran it and I see the results. That is similar to what i want but i need the ability to have Length, width, heigth, and weight for England in ONE box then Length, width, heigth, and weight for France to the right of that box and another country in a box directly underneath and so on. I can send you a layout of what we are trying to accomplish to your e-mail address.
If I understand you correctly, you can create a dummy sort field whose value is 1 for every other country and 2 for the others. Then you can do ACROSS DUMMYSORT followed by ACROSS COUNTRY as Prarie said.
Francis, the double across technique did not work. I had to do some rigging around. but my problem at this point is that the very first column will not do the conditioning styling. Anybody have any bright ideas? Our go live day was today and well we are not ready for this report.
DEFINE FILE ALLPAGES
ACROSS_KEY/I5 = LIST;
END
TABLE FILE ALLPAGES
PRINT
PAGECOLOR AS '' OVER
PRFSTATUS AS '' OVER
PARTREC AS ''
PGSREC AS ''
PRFOUT AS ''
PRFBACK AS ''
BY FORM_SIDE AS ''
BY ACROSS_KEY AS ''
BY PGIMP# AS ''
ON TABLE HOLD AS ALLPAGE FORMAT ALPHA
END
-RUN
?FF ALLPAGE
-*
TABLE FILE ALLPAGE
SUM
PAGECOLOR AS '' OVER
PRFSTATUS AS '' OVER
PARTREC AS ''
PGSREC NOPRINT
PRFOUT NOPRINT
PRFBACK NOPRINT
BY FORM_SIDE AS ''
ACROSS ACROSS_KEY NOPRINT
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
DEFMACRO=COND0001,
MACTYPE=RULE,
WHEN=N5 EQ 'Y',
$
DEFMACRO=COND0002,
MACTYPE=RULE,
WHEN=N6 EQ 'Y',
$
DEFMACRO=COND0003,
MACTYPE=RULE,
WHEN=N7 EQ 'Y',
$
TYPE=REPORT,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=DATA,
ACROSSCOLUMN=N1,
BORDER-TOP=MEDIUM,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-TOP-COLOR='BLUE',
BORDER-LEFT-COLOR='BLUE',
BORDER-RIGHT-COLOR='BLUE',
$
TYPE=DATA,
ACROSSCOLUMN=N1,
BORDER-TOP=MEDIUM,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-TOP-COLOR='BLUE',
BORDER-LEFT-COLOR='BLUE',
BORDER-RIGHT-COLOR='BLUE',
BACKCOLOR=RGB(255 255 153),
MACRO=COND0001,
$
TYPE=DATA,
ACROSSCOLUMN=N1,
BORDER-TOP=MEDIUM,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-TOP-COLOR='BLUE',
BORDER-LEFT-COLOR='BLUE',
BORDER-RIGHT-COLOR='BLUE',
BACKCOLOR=RGB(204 255 204),
MACRO=COND0002,
$
TYPE=DATA,
ACROSSCOLUMN=N1,
BORDER-TOP=MEDIUM,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-TOP-COLOR='BLUE',
BORDER-LEFT-COLOR='BLUE',
BORDER-RIGHT-COLOR='BLUE',
BACKCOLOR=RGB(255 217 236),
MACRO=COND0003,
$
TYPE=DATA,
ACROSSCOLUMN=N2,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
$
TYPE=DATA,
ACROSSCOLUMN=N2,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
BACKCOLOR=RGB(255 255 153),
MACRO=COND0001,
$
TYPE=DATA,
ACROSSCOLUMN=N2,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
BACKCOLOR=RGB(204 255 204),
MACRO=COND0002,
$
TYPE=DATA,
ACROSSCOLUMN=N2,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
BACKCOLOR=RGB(255 217 236),
MACRO=COND0003,
$
TYPE=DATA,
ACROSSCOLUMN=N3,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
$
TYPE=DATA,
ACROSSCOLUMN=N3,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
BACKCOLOR=RGB(255 255 153),
MACRO=COND0001,
$
TYPE=DATA,
ACROSSCOLUMN=N3,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
BACKCOLOR=RGB(204 255 204),
MACRO=COND0002,
$
TYPE=DATA,
ACROSSCOLUMN=N3,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-COLOR='BLUE',
BACKCOLOR=RGB(255 217 236),
MACRO=COND0003,
$
TYPE=REPORT,
COLUMN=N6,
WRAP=8.000000,
$
ENDSTYLE
END