IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    [SOLVED] Add Dummy Column in EXL2k
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Platinum Member
Posted
I created a little CAR report to play around with some report layout ideas.

[
TABLE FILE CAR
PRINT CAR
BY COUNTRY
IF COUNTRY EQ 'ENGLAND' OR 'ITALY' OR 'JAPAN';
ON TABLE PCHOLD FORMAT EXL2K
END
-RUN
]
COUNTRY CAR
ENGLAND JAGUAR
JENSEN
TRIUMPH
ITALY ALFA ROMEO
MASERATI
JAPAN DATSUN
TOYOTA

Now, I want to add a blank column to space out the width of the report.

I tried to add a defined field (DUMMY/A15) and it does not work.

[
DEFINE FILE CAR
DUMMY/A15 = ' etc.';
END
-*
TABLE FILE CAR
PRINT
DUMMY
CAR
BY COUNTRY
IF COUNTRY EQ 'ENGLAND' OR 'ITALY' OR 'JAPAN';
ON TABLE PCHOLD FORMAT EXL2K
END
-RUN
]

Any ideas? Cool

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


Tomsweb
WebFOCUS 5.3.3, 7.1.3, 7.4.1, 7.6
Windows, Aix 5.2, MVS, VM
WebFOCUS’ Developer Studio and ESRI/GIS mapping capabilities
 
Posts: 145 | Location: Pennsylvania | Registered: July 06, 2006Reply With QuoteEdit or Delete MessageReport This Post
Platinum Member
Posted Hide Post
Problem is RESOLVED....

Sorry!


Tomsweb
WebFOCUS 5.3.3, 7.1.3, 7.4.1, 7.6
Windows, Aix 5.2, MVS, VM
WebFOCUS’ Developer Studio and ESRI/GIS mapping capabilities
 
Posts: 145 | Location: Pennsylvania | Registered: July 06, 2006Reply With QuoteEdit or Delete MessageReport This Post
Virtuoso
Posted Hide Post
Can you put [SOLVED] in the title and tell us what the answer is?


Ginny
---------------------------------
Prod: WF 7.6.5 with 7.6.6 WFRS; AIX 5.2; WebSphere 6.1.0.15
Dev: WF 7.6.5 with 7.6.6 WFRS; AIX 5.3; WebSphere 6.1.0.15
Primarily self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable
 
Posts: 1535 | Location: BNSF: Fort Worth, TX | Registered: April 05, 2006Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    [SOLVED] Add Dummy Column in EXL2k

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.