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.
Is there a way to ignore the first row of data on an MFD? I am trying to avoid having to delete the first row in order to use data in my import file and wonder if there is some sort of key field type to identify row 1 as being a header and not the starting row for data.
Are you trying to ignore data from an external data source by using a where\if statement with webfocus table\modify\match\maintain or dialogue manager command?
Posts: 14 | Location: West Palm Beach | Registered: March 02, 2005
If the data has an row identifier field than you could filter on that. If not, write a WHERE statement to exclude the first row - choose a field that will have a particular value in the first row and never in any others.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Depending on the importance of your concern for this issue, I assume you could also copy or recreate the data source and permanently elimiate the first row during the process to prevent future need of the where statement.
Posts: 14 | Location: West Palm Beach | Registered: March 02, 2005
You don't tell us what your import file looks like but if it is comma delimited this might help...
A Master File containing the attribute SUFFIX=COMT can be used to access comma-delimited sequential data sources in which all of the following conditions are met: ❏ The first record of the data source contains column titles. This record is ignored when the data source is accessed in a request. ❏ Character values are enclosed in double quotation marks. A double quotation mark within a field is identified by two consecutive double quotation marks. ❏ Each record is completely contained on one line and terminated with the crlf character combination.
Similarly SUFFIX=TABT for tab-delimited data.
Check out one of the Describing Data manuals.
ttfn, kp
Access to most releases from R52x, on multiple platforms.
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003
It's not that complicated an import file except that the first row isn't really needed, but I believe I can just use a where statement for that first item called "ROW1" to remove it in the first fetch.This message has been edited. Last edited by: gregson06,