Missing data from displayed reports
Missing data from displayed reports
(OP)
I am sort of new to WebFOCUS. When run and display a fex report, focus is not printing duplicate row information. How can I enable focus to print all data whether it is duplicate or not?
example:
last name first name service_date
doe john 4/15/01
. . 5/25/01
. . 7/18/01
. jane 4/12/01
. . 4/19/01
Any ideas???
example:
last name first name service_date
doe john 4/15/01
. . 5/25/01
. . 7/18/01
. jane 4/12/01
. . 4/19/01
Any ideas???
RE: Missing data from displayed reports
print lastname as 'last name'
firstname as 'first name'
service_date
by lastname noprint
by firtsname noprint
end
The report will be sorted properly and all values will be displayed...
RE: Missing data from displayed reports
RE: Missing data from displayed reports
RE: Missing data from displayed reports
We have a great tutorial on Match vs Join by IBI's Art Greenhaus at www.webfocus.info/atl-ibug.
See the knowledgebase
eSearing.com
version 2.something now available
RE: Missing data from displayed reports
table file xxxx
print
-*lastname as 'last name'
-*firstname as 'first name'
service_date
by lastname
by firtsname
end