Focal Point
SUPRESSING IN THE BY FIELDS

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6461082382

May 07, 2008, 02:54 PM
<msam>
SUPRESSING IN THE BY FIELDS
Hi All,
I want to Supress the blank field when I use the BY field.
eg:
TABLE FILE CAR
PRINT
CAR
COUNTRY
BY MODEL
END
if the MODEL values are blank then I want to Supress them .Any suggestion would be appreciated.

Regards,
Majid
May 07, 2008, 03:16 PM
Danny-SRL
Majid,
What do you want to suppress?


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

May 07, 2008, 03:32 PM
Leah
Majid,

If you do not have

SET BYDISPLAY = ON

in your fex, the BY field only prints once per occurance (or page if page overflow), so in any output it would look as if you had a blank field. If the BY field is 'really' a blank, then just select only those records in whick the field is greater than a blank space.


Leah
May 08, 2008, 12:31 AM
Majid Jeddi
Hi Majid,

I agree with Lea, you can simply exclude those values within a where clause.

Regards.

Majid.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server