Focal Point
label like report

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

September 09, 2007, 08:49 AM
FrankDutch
label like report
I have a database that holds account teams and members

I want to create a report that looks like this

Accountteam ENGLAND
J.S. Bach              W.Mozart         R Schumann
L. van Beethoven


So depending on the number of members I get 3 on a line and then a next line

It must be easy, but sometimes you just don't see the light...




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

September 09, 2007, 09:05 AM
jimster06
Frank-

A variation on MacGuyver perhaps?


jimster06
DevStu WF 7.6.11
W7
HTML, PDF, EXL2K
September 09, 2007, 05:41 PM
GCohen
You can layout the Names in three columns by adding a number 1, 2 or 3 to each Name and doing an ACROSS NUMBER...e.g.
DEFINE FILE DATA
NUMBER/I3 WITH NAME=IF NUMBER EQ 3 THEN 1 ELSE NUMBER +1;
ROW/I3=IF NUMBER EQ 1 THEN ROW+1 ELSE ROW;
END
TABLE FILE DATA
HEADING
"Accountteam England"
SUM NAME AS '' ACROSS NUMBER NOPRINT
BY ROW NOPRINT
END


Release 7.6.9
Windows
HTML
September 10, 2007, 04:01 AM
FrankDutch
Sometimes we think to complex.....




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

September 10, 2007, 05:14 AM
hammo1j
quote:
Accountteam ENGLAND
J.S. Bach W.Mozart R Schumann
L. van Beethoven


So, Frank, you're suggesting that England play 3 at the back on Wednesday's football [soccerball] game against Russia with Ludwig van Beethoven in the Midfield Holding Role? Wink



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
September 10, 2007, 05:28 AM
FrankDutch
John

some secret weapons....they were very good players, only Beethoven holds himself sometimes a bit deaf to all warnings




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7