As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
Hi, I'm having a issue with a excel column heading which is relatively long(see below). It prints with a special character(square box) in the heading where I have commas to print the heading in next line.
TABLE FILE TABLE A SUM EXER_NUM_US AS 'No.of Policies,Exercising,GPO - YTD (US)' BY YEAR BY ISS_YR END -RUN
IT PRINTS AS "No.of Policies(square box)Eligible for(square box)GPO - YTD (US)"
When i double click the column in excel it looks good but when we first open the report it shows as above and the user is not happy with it.
Any help or suggestions is appreciated!
Thank you RKThis message has been edited. Last edited by: Kerry,
The following shows perfectly OK run from 7.7.03 to MS Excel 2007
TABLE FILE IBISAMP/CAR
SUM RCOST
DCOST
BY COUNTRY AS 'No.of Policies,Exercising,GPO - YTD (US)'
BY CAR
BY MODEL
ON TABLE SET PAGE NOLEAD
ON TABLE PCHOLD FORMAT EXL2K
END
-RUN
What version of MS Excel are your end users / you using?
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
we use EXCEL 2007. The problem is, this error doesn't occur all the time. Most of the time it occurs in caster jobs. When I run the report it print's ok but the same report from caster sometimes it prints out with small square character. Not sure why this error is inconsistent.
Mary, I used WRAP & Squeeze and it does wrap but the text still print in single line and most of it is hidden because I wrapped. Full column title is not visible because of WRAP.
I now used WRAP and WIDTH in my stylesheet. It works that way I wanted in development and hoping it will look the same in caster too once its scheduled.