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.
The source of the join doesn't have to be a FOCUS file, just the target.
What I would recommend for the other one is hold the data from the request that has the compute then re-table it as a hold format focus index idxfield. In the second table request, the computed field is now a real field.
It is kind of annoying that this happens. I also try to do it with ASNAMES and it just doesn't. I either wind up doing what I suggested above or store both fields in the FOCUS file.
This may be the issue: If you renamed the computed field...
COMPUTE name1/.. = ... ; AS 'name2'
...you have to specify the original name in the INDEX clause. The resulting fieldname and index name will reflect the renaming, assuming ASNAMES=ON or FOCUS.
SET ASNAMES=ON
TABLE FILE CAR
WRITE COUNTRY NOPRINT
AND COMPUTE CN/A2=EDIT(COUNTRY,'99'); AS ABR
BY CAR
ON TABLE HOLD FORMAT FOCUS INDEX CN
END
-RUN
CHECK FILE HOLD PICT
-RUN
? FILE HOLD
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005