Focal Point
[CLOSED] Accordion Report and aggregate line formatting

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

February 05, 2018, 06:12 PM
Diane Weisberger
[CLOSED] Accordion Report and aggregate line formatting
I created an accordion report and while I like the functionality, the traffic lights I put on my detail rows are not being applied at the aggregate levels as I drill through the BY fields. Does anyone know if I can apply this formatting somehow? I don't see any SUBTOTAL ROWS - I think it's all somewhat automatic with the accordion? thanks in advance

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


8.1.05
February 06, 2018, 06:38 AM
DineshJGoundai
Hi Diane,

 
TABLE FILE CAR
SUM
     CAR.BODY.SALES
     CAR.BODY.RETAIL_COST
     CAR.BODY.DEALER_COST
BY  CAR.COMP.CAR
BY  CAR.CARREC.MODEL
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE SET EXPANDBYROW ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     FONT='CALIBRI',
     SIZE=9,
$
TYPE=REPORT,
	 COLUMN=P5,
     BACKCOLOR='YELLOW',
     WHEN=P5 GT 10000,
$
TYPE=REPORT,
	 COLUMN=P5,
     BACKCOLOR='LIME',
     WHEN=P5 GT 5000,
$
TYPE=REPORT,
	 COLUMN=P5,
     BACKCOLOR='RED',
     WHEN=P5 LE 5000,
$
TYPE=TITLE,
	 COLUMN=P5,
	 BACKCOLOR='WHITE',
$
ENDSTYLE
END
-RUN
 


I hope this is what you are looking for...

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


WebFOCUS 8105 | 8206
Windows, All Outputs