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.
How do i get the rightmost character from a variable length string? I know how to get the leftmost character but not the rightmost character. Any ideas?This message has been edited. Last edited by: Kerry,
I am being happy now, I remember I do copy of function for library - here be it -
DEFINE FUNCTION RIGHT(SOURCE/A999, CHARS/I3, X_FMT/A4)
C_LEN/I3 = ARGLEN(999, SOURCE, 'I3');
C_FMT/A4 = 'A' || EDIT(C_LEN);
RIGHT/A999V = REVERSE(CHARS,REVERSE(C_LEN,SOURCE,C_FMT),X_FMT);
END
TABLE FILE CAR
SUM COMPUTE LAST_TWO/A2 = RIGHT(COUNTRY, 2, 'A2');
BY COUNTRY
END
TABLE FILE GGSALES
SUM COMPUTE CARDINAL/A4 = RIGHT(REGION, 4, 'A4');
BY REGION
END
The someone be Tony A, I remember now Search not work still
Kofi
Client Server 8.1.05: Apache; Tomcat;Windows Server 2012 Reporting Server 8.1.05; Oracle; MS SQL; Windows Server 2012