Focal Point
[CASE-OPENED] Layout Composer - Fields overprinting each other

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

September 13, 2010, 10:47 AM
Rick Man
[CASE-OPENED] Layout Composer - Fields overprinting each other
I am trying to demo the dashboard creation feature using the Layout Composer. I have 2 simple fexes that print 2 fields. when I add a report to the canvas and either reference it or embedd it when I run it the second field is overlaying the first for both reports. There must be a width, length issue but this should be simple. Here are the 2 fexes.

TABLE FILE STVSBGI
PRINT
STVSBGI_CODE
STVSBGI_DESC
-*COMPUTE SCHOOLS/A99 = '<OPTION VALUE="' | STVSBGI_CODE | '">' | STVSBGI_DESC | '</OPTION>';

WHERE STVSBGI_TYPE_IND EQ 'C'
-*WHERE STVSBGI_DESC LIKE 'West%'
BY STVSBGI_CODE NOPRINT
BY STVSBGI_ACTIVITY_DATE NOPRINT
BY HIGHEST 1 STVSBGI_ACTIVITY_DATE NOPRINT
-*ON TABLE HOLD FORMAT ALPHA AS SCHOOLS
ON TABLE PCHOLD FORMAT PDF
END 


 
TABLE FILE STVTERM
PRINT
     'STVTERM.STVTERM.STVTERM_CODE'
     'STVTERM.STVTERM.STVTERM_DESC'
HEADING
""
FOOTING
""
BY STVTERM_CODE NOPRINT
WHERE STVTERM_CODE GE '200601';
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
-*ON TABLE PCHOLD FORMAT XML
ON TABLE PCHOLD FORMAT PDF
END 

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


Reporting Server 7.6.10
Dev. Studio 7.6.8
Windows NT
Excel, HTML, PDF
September 17, 2010, 12:11 PM
Kerry
Hi all,

FYI, Rick has a case opened regarding this issue, which is currently in research.

Rick, when you get a solution/progress, can you please kindly post it here? Thank you in advance for sharing with all.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.