Focal Point
[SOLVED] How to GEt % at the end.

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

July 16, 2009, 01:12 PM
swati
[SOLVED] How to GEt % at the end.
i have to display % symbol at the end for some of my numerical data,how can accomplish it.

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


7.6.7
windows
PDF,EXCEL.
July 16, 2009, 01:50 PM
Doug
To paraphrase others: "Please look up field format options in the documentation." and "I hope there's an open WebFOCUS or FOCUS manual right there with you". Or, in DevStudio: Press F1 and lookup FORMATs or something like "percent edit option".
July 17, 2009, 06:16 AM
Shruthi Joshi
You can check the following example to accomplish it.....

TABLE FILE EMPLOYEE
PRINT
LAST_NAME
FIRST_NAME
CURR_SAL
COMPUTE per1/D12.2% = CURR_SAL * .01;
HEADING
"FULLNAME"
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=ON,
FONT='ARIAL',
SIZE=9,
$
ENDSTYLE
END


WebFocus 7.6.8
Data Migrator 7.6.8
Windows XP
HTML,Excel
July 17, 2009, 09:03 AM
swati
got it,thanks shruthi.


7.6.7
windows
PDF,EXCEL.
July 17, 2009, 10:48 AM
ira
swati: manual for you is in order here or just check online help..
hope this example can give you some guidance in the interim.
quote:

DEFINE FILE CAR
SALESP/I9% = SALES;
END
TABLE FILE CAR
PRINT SALES SALESP BY COUNTRY BY CAR
END


Gd luck.
Ira


aix-533,websphere 5.1.1,apache-2.0,
wf 538(d), 537 (p),
==============
7.6.11 (t) aix 5312
websphere 6.1.19
apache 2.0