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 have this requirement in which i have to recompute according one field and in display i dont want to diplay On Field...
eg code is TABLE FILE STR_HRS PRINT X BY V_STR BY EMPLID ON V_STR RECOMPUTE V_WRKDHRS AS 'TOTAL' This will print the sub total row as TOTAL Value of V_STR but my requirement is to print that as TOTAL DUES which is constant for all subtotals...
any help regarding this will be highly appreciated
yes i am trying to that only,but my problem is ...if suppose in u r eg country is USA then in the o/p the subtotal will be displayed as TOTAL FOR USA .....but i dont want this instead i want to display my own text there....e.g Dues
thanks msahl for the solution this is working ... now i have another query in the same line of the subtotal i want to display the count of the number of rows returned under one of the columns...