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.
Hello, i don't know if this is a stupid question? But anyway, is it possible to ad culumns in a report behind an across command. Or to move the by fields behind the across field?? thanks to all!!! i know that the across field is related to the by field.
christianThis message has been edited. Last edited by: Kerry,
WF Production Version: 7.7.02M WF Test Version: 7.7.02M Developer Studio: 7.7.02 HTML, EXL2K, FLEX, PDF,PPT
Thank you GamP!! in the example you have a static value. in my report i use a double list cotrol, to specify the look of the report, to combine the BY fields, after the varibale that holds the by field combination i use the accross. now my costumer wants some of the BY fields behind the across, just of usability reason. i hope my englisch is good enough to explain my problem. .... TABLE FILE EK_BASIS_PERS PRINT EK_BASIS_PERS.NAME -SET BYDISPLAY=&MyByDis BY &Sortfeld2.EVAL ACROSS J1.VERTEILERLISTE WHERE J1.VERTEILERLISTE EQ &VERTEILERLISTE; WHERE J2.LAND EQ '&LAND'; WHERE J1.GUELTIG_VON LE DT(&YYMD) AND J1.GUELTIG_BIS GE DT(&YYMD); WHERE AMI_NR IN FILE FILTERKRV ....
greetings christian
WF Production Version: 7.7.02M WF Test Version: 7.7.02M Developer Studio: 7.7.02 HTML, EXL2K, FLEX, PDF,PPT
Look into the SEQUENCE tag in WebFOCUS style-sheets: Creating Reports With WebFOCUS Language > Laying Out the Report Page > Arranging Columns on a Page > Changing Column Order
TABLE FILE CAR
SUM SALES
BY COUNTRY
ACROSS SEATS
ON TABLE SET STYLE *
TYPE=REPORT, COLUMN=COUNTRY, COLOR=RED, SEQUENCE=99, $
END
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
If it's a question of displaying an extra field to the right of the across, it has to be a computed field. In the expression you can of course code whatever you need. If it is a question of just relocating fields that are already present in the request, use the sequence methodology, that's by far the easiest way to do that.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007