Focal Point
[SOLVED] BY ALL

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

July 15, 2009, 08:53 PM
jelli4908
[SOLVED] BY ALL
I noticed in the reporting tool of Dev Studio that when I select a BY field, the prefix drop down box has the options "BY" and "ALL". The "ALL" option produces the following code: BY ALL.[field name]. I can't tell a difference in the output. Does anyone know what this prefix does?

Thanks,
Josh

This message has been edited. Last edited by: Kerry,


WebFOCUS 8.0.09
Windows, DB2 iSeries, ODBC
Output: Excel, HTML, PDF, AHTML
July 15, 2009, 10:02 PM
j.gross
It has an effect similar to SET ALL=ON: In a parent-child (one-to-many) relationship, Print Child_data BY PARENT would normally omit any Parent that has no child-segment instances; using BY ALL.PARENT would cause the parent value to be included in the output (with Missing as the child segment's field values).


- Jack Gross
WF through 8.1.05
July 16, 2009, 08:16 AM
jelli4908
Interesting....

The Atlanta office hadn't heard of it and says that it must be a new feature. Any idea when it was put in? I wonder why they put this in if they already had SET ALL = ON?

-Josh


WebFOCUS 8.0.09
Windows, DB2 iSeries, ODBC
Output: Excel, HTML, PDF, AHTML