Focal Point
[SOLVED] Decrease/ Increase "Subtotal" Font Size in IA+

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

July 09, 2018, 06:49 PM
NewBee...WF8
[SOLVED] Decrease/ Increase "Subtotal" Font Size in IA+
Hi Everyone,

I can control the font size of the data and title of report columns in a report developed using IA+. However, there does not seem to be a way to control the size of the font of the SUBTOTAL and COLUMN TOTALS. Curious to know if there is a way to do this?



Any help is appreciated.

Thanks in Advance.

This message has been edited. Last edited by: NewBee...WF8,


WebFOCUS 8
Windows, All Outputs
July 10, 2018, 07:42 AM
BabakNYC
You can't style them in IA. However, you can add this block to a stylesheet and use that stylesheet for the reports that need the larger subtotals.
 
TYPE=SUBTOTAL,
     SIZE=14,
$
TYPE=GRANDTOTAL,
     SIZE=14,
$ 



WebFOCUS 8206, Unix, Windows
July 10, 2018, 12:05 PM
NewBee...WF8
quote:
Originally posted by BabakNYC:
You can't style them in IA. However, you can add this block to a stylesheet and use that stylesheet for the reports that need the larger subtotals.
 
TYPE=SUBTOTAL,
     SIZE=14,
$
TYPE=GRANDTOTAL,
     SIZE=14,
$ 


BabakNYC: Thank you for the solution. It worked just awesome.


WebFOCUS 8
Windows, All Outputs