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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Hold file table to select data from a table

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Hold file table to select data from a table
 Login/Join
 
Platinum Member
posted
I want to use a hold file to select records in a table.

Sample Hold File data:
DEPTH DETAIL
1 40
2 200
3 330


Sample Table data:
ACCOUNT DETAIL_01 DETAIL_02 DETAIL_03
123456 10 200 0
456789 40 0 0
876543 20 220 330
258369 20 220 340
741258 10 200 0

So, the depth from the hold file indicates which detail column will have the detail number.
I thought a loop might work but I'm unsure how to write it. I am also open to other ideas.

Any assistance is appreciated.


Server Environment: Win2K3 Server WebFOCUS 7.13 Apache Tomcat standalone application server
 
Posts: 188 | Registered: April 14, 2005Report This Post
Gold member
posted Hide Post
create a hold with detail field, use detail hold file in Table data wgere clause..
Ex:
TABLE FILE depthhold
PRINT
DEATIL
ON TABLE HOLD AS DHOLD FORMAT ALPHA
END

-* Use this hold file in where clause..
EX:
TABLE FILE ACCOUNT
PRINT
-* table selection
WHERE DETAIL_01 IN FILE DHOLD
END
-RUN
let me know if you need more deatils ..




Env Prod:WebFOCUS 7702 ,Windows xp on 64, SQL Server 2008, IRF Tool
Env 1 Local: DevStudio 7702 - MS Windows XP SP2 - Apache Tomcat 5.0.28
Output: HTML, Excel and PDF
 
Posts: 52 | Location: NJ,USA | Registered: May 26, 2004Report This Post
Platinum Member
posted Hide Post
Thanks for your help.


Server Environment: Win2K3 Server WebFOCUS 7.13 Apache Tomcat standalone application server
 
Posts: 188 | Registered: April 14, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Hold file table to select data from a table

Copyright © 1996-2020 Information Builders