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.
In the database we put several groups of decoding information like:
CODETYPE CODEFIELD DESCRIPTION
ACCM FTER Frank T
ACCM XXYZ mister xyz
(these are accountmanagers)
LND FR France
LND BL Belgium
LND US USA
(these are countrycodes)
CUR EUR Euro
CUR USD US dollar
CUR ..
(these are currency codes)
etc
I use those different groups in all kind of reports.
I would like to make a master for every group based on the first key. In the SQL world I would create views, but in the RMS database that is not possible.
If I could create a master descreption for each that holds a line like: WHERE CODETYPE EQ 'CUR' Then I have what I need.
Would this be possible?
Frank
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
You can add defines to your master file description, but I believe you need a reporting object with filters to do what you want, but there may be other ways.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
I think it could be possible to use the rectype attribute here, giving a seperate segment and fieldnames dependent on the value in the codetype field. It's a long time since I used this on RMS, but I have used it more recently on VSAM and I believe the workings are the same.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
Hi TS As said it works, but not from the GUI. I get strange errors. I will put this solution as request by the webfocus tech boys and let you know what comes out.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006