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     How to prevent empty fields to be display

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to prevent empty fields to be display
 Login/Join
 
<Stahl>
posted
Dear all,
I have a flat file like this:
number | Field1 | Field2 | Field3 | Field4
----------------------------------------------
1234 | f10 | f20 | |
4567 | f11 | f21 | f31 | f41
9999 | f12 | f22 | f23 |

and I want to display a report like this:

1234 f10
1234 f20
4567 f11
4567 f21
4567 f31
4567 f41
9999 f12
9999 f22
9999 f23
Can anybody give me advice how to code this?
Thanks!
Sonni
 
Report This Post
Guru
posted Hide Post
Here's the data:

1234f10f20
4567f11f21f31f41
9999f12f22f23

Here's the master:

FILENAME=FP, SUFFIX=FIX
SEGNAME=ROOT
FIELD=NUM,,A4,A4,$
SEGNAME=SECOND, OCCURS=VARIABLE
FIELD=CODE,,A3,A3,$

and here's the program:

FILEDEF fp DISK /wf_dev/ibi/apps/lidholh/fp.txt

TABLE FILE FP
PRINT NUM CODE
END

which will give you what you want
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report 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     How to prevent empty fields to be display

Copyright © 1996-2020 Information Builders