Focal Point
[SOLVED] RECOMPUTE not in alignment with my column values.

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

February 11, 2019, 04:24 PM
srajeevan
[SOLVED] RECOMPUTE not in alignment with my column values.
Hi,

I have report where the output displays as below.
  
ID  Product  Sales  With_Discount WithDiscount Perctage
100  ID1      xxx     yyy           zzz         aaa   
200  ID2      xxx     yyy           zzz		aaa
300  ID3      xxx     yyy           zzz 	aaa
400  ID4      xxx     yyy	    zzz 	aaa
500  ID5      xxx     yyy 	    zzz 	aaa
600  ID6      xxx     yyy           zzz	 	aaa
700  ID7      xxx     yyy           zzz		aaa
800  ID8      xxx     yyy           zzz 	aaa
             __________________________________________
                XXX       XXX            YYY        BBB



I used RECOMPUTE as i have Percentage in the report output.
I am not sure why the RECOMPUTED(even SUBTOTAL) values are not in alignment with its respective column.
I tried to replicate using CAR file but it the values are aligning for CAR file.

I tried without my style sheet i used,thinking that it might be the problem.But still it is the same.

Anyone encountered similar issue?
Any solution.

This message has been edited. Last edited by: FP Mod Chuck,


WF8206,Windows 7,8,10
HTM,PDF,EXCEL
February 12, 2019, 08:36 AM
BabakNYC
Can you share the code that generates this output?


WebFOCUS 8206, Unix, Windows
February 12, 2019, 02:53 PM
srajeevan
I got it working.I have given JUSTIFY=CENTER for the TYPE=DATA as a whole.On removing that it is aligning properly.


WF8206,Windows 7,8,10
HTM,PDF,EXCEL
February 12, 2019, 03:45 PM
Doug
quote:
On removing that it is aligning properly.

Yep, The default justifications are:
ALPHA. Left.
Numeric: Right.

PS: Was this done in InfoAssist or AppStudio?