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.
Had a problem when we sum the records all the numeric fields are getting added. I solved it by change that numeric field in to alpha. Now it's seems working.
Thank's for the reply.
Posts: 780 | Location: Florida | Registered: January 09, 2005
Hellow from Japan. I am Zushi. How is the following..
TABLE FILE modify_records PRINT no name status BY action BY date ON TABLE HOLD AS HOLD0001 END TABLE FILE HOLD0001 SUM no name status action LST.date BY action END
DEFINE FILE filename WSEQ/I3=WSEQ+1; END TABLE FILE filename SUM CNT.ACTION NOPRINT BY NO BY NAME BY ACTION PRINT WSEQ DATE COMPUTE WCNT/I3=IF NO|NAME|ACTION NE LAST NO|LAST NAME|LAST ACTION THEN 1 ELSE WCNT2+1; NOPRINT BY NO BY NAME BY ACTION WHERE TOTAL C1 EQ WCNT ON TABLE HOLD END TABLE FILE HOLD PRINT NO NAME ACTION DATE BY WSEQ NOPRINT END