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 am new to WebFOCUS so hopefully this is an easy one.
I want to design a set of reports where the user selects what field they want the report to Group on. So I want to present the users two sets of prompts - one they can use to filter the data and the other they can select the Group by field. Depending on what they pick the report will show data grouped by that field, sub totals, page breaks etc.
Am I right in assuming it can be done quite easily in WebFOCUS.
It can be done using variables and Dialogue Manager. I'm not sure how easy it would be for a brand-new user. There should be an example program in one of the IBI demo directories that does exactly what you want. Just run the demos and all the links and see if something strikes you as similar to what you are wanting to do.
You might want to update your profile signature with the WebFOCUS products that you are using, the releases and the platforms.
I will have access to advanced WebFOCUS developers in the near future. I didn't want to promise a functionality to our stakeholders before verifying it first.
Great example Jodye. I wouldn't even go that complicated. I just have simple drop-downs. I use multiple drop-down boxes if they want multiple sorts rather than a multi-select. It seems to work better when you also have drill-downs in the report. Anyway, this allows you to simply substitute and &var wherever the BY field would be used:
TABLE FILE CAR PRINT CAR BY &SORT1 PAGE-BREAK ON &SORT1 SUBTOTAL END
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007