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.
This is the equivalent in the GUI of adding the field then make a group by and make it invisible. If yes, that means I need to add the field to the report then make it invisible. I wanted to know if it is possible to sort on a field that is part of the data source but i do not want it to make it a by field.
Thanks. iS that possible.
WebFocus 7.6.5 AND WebLogic server as web server sql2005 as database server
Posts: 273 | Location: Europe | Registered: May 31, 2007
The answer would be NO. The ability to sort in WebFOCUS is based on the use of BY. That's a pretty basic principle. What is the problem with making it a BY field?
Otherwise you can run a query and ON TABLE HOLD then it is sorted for the final report but you don't have to use a BY field in the final report - but this all seems pretty useless.
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
in sql server you can sort on a field which is not part of the data returned. in the other hand, the reason for what I am asking that is because in other reporting tool you can create a report and sort it based on a field which is not displayed.
Thanks.
Majid.
WebFocus 7.6.5 AND WebLogic server as web server sql2005 as database server
Posts: 273 | Location: Europe | Registered: May 31, 2007
Data can be read from a data source in 3 ways: 1. Following the primary key sequence 2. Physically from the beginning 3. Via an index
If the data returned by any of these methods is in the order you need, then a sort will not be required, otherwise, the field you are sorting on MUST be retrieved from the data, whether the request indicates this or not. WF hides this with a NOPRINT, other tools may do it under the cover.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007