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've been trying to concatenate these two fields for two days now. Someone please come to my rescue!!!!
First I tried to convert the P16 to an A16: CRSNUM/A16=PTOA( CRSE_NUMBER , '(A16)', CRSENUM);
Then I concatenated: CRSTYPEEN/A20=CRSE_TYPE || ('-' | CRSNUM);
MY results: GRAD- only the CRSE_TYPE value appear. However, when I print the CRSE_NUMBER field without converting it to alpha the field prints. It's a 1 or 2 position field. Could it be the blank spaces. I made sure to format the define as A20.
I also tried the following: D_CRSNUM/D16=CRSE_NUMBER; CRSNUM/A16=FTOA( D_ITNUM, '(D16)', CRSNUM); CRSTYPEEN/A20=CRSE_TYPE || ('-' | CRSNUM);
I got the same results.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.2, MS Windows Server/______, Excel, PDF, HTML