Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
define file
 Login/Join
 
Member
posted
Hi everybody,
Here is a piece of code:
DEFINE FILE S_REP_ANALYSIS
CCODE/I3 = COMPANY_CODE;
DCODE/I3 = DIVISION_CODE;
LASTN/A15 = GETTOK(SALES_REP_NAME, 20, -1, ' ', 15, LASTN);
FIRSTN/A15 = GETTOK(SALES_REP_NAME, 20, 1, ' ', 15, FIRSTN);
SRLIST/A70 = ',' || '"' || LASTNM || '"' || ',' || '"' || FIRSTNM || '"' || "," || '"' || SALES_REP_ID || '"' || ',' || '"' || EDIT(DCODE) || '"' || ',' || '"' || EDIT(CCODE) || '"';
END
TABLE FILE  S_REP_ANALYSIS
BY SRLIST
ON TABLE SAVE AS SALESREP FORMAT ALPHA
END 


...and it gives me the following error
"(FOC258) FIELDNAME OR COMPUTATIONAL ELEMENT NOT RECOGNIZED: LASTNM"

DIVISION_CODE, COMPANY_CODE, SALES_REP_NAME, SALES_REP_ID are fields in S_REP_ANALYSIS. I am trying to parse SALES_REP_NAME into last name and first name. SALES_REP_NAME is an A20V field, SALES_REP_ID is an A15V field.

What am I doing wrong?
Thank you very much
 
Posts: 24 | Registered: April 19, 2006Report This Post
Platinum Member
posted Hide Post
you have created a field named lastn in your define and not lastnm


WF 8 version 8.2.04. Windows.
In focus since 1990.
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report This Post
Member
posted Hide Post
oops..
Thanks.I am very embarrassed. I thought I checked and overchecked it, but now I realize that I was checking within GETTOK statement.
Thanks again.
 
Posts: 24 | Registered: April 19, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders