Focal Point
[CLOSED] Strikethrough - Report column - PDF

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

March 25, 2011, 10:42 AM
WFConsultant
[CLOSED] Strikethrough - Report column - PDF
Is there a way to display strikethrough on the data in the report column in PDF format? I saw a posting that puts strikethrough in the header using position setting in the style sheet. However, I am looking for suggestions to put strikethrough in the report column. Thanks in advance.

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


WebFOCUS 8207.11
App Studio 8207
March 26, 2011, 09:22 AM
tlbrydie2
This will work for html and exl2k formats

DEFINE FILE CAR
 COUNTRY_STRIKE_THRU/A40 = '<STRIKE>'|COUNTRY|'</STRIKE>';
 END
 TABLE FILE CAR
 SUM SALES BY COUNTRY_STRIKE_THRU
ON TABLE PCHOLD FORMAT EXL2K
 END


As for PDF I was given this as a response to the question concerning PDF/Strikethru

"In PDF, we can 'remap' fonts thru configuring the PDF.FMP file in


Hope this helps.




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC