Focal Point
[SOLVED] Suggest how to display in a format like mentioned below

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

March 16, 2012, 01:28 AM
Praveen Kumar
[SOLVED] Suggest how to display in a format like mentioned below
Hi,

I have few fields which needs to be displayed in a specific format. Example, Category name should be displayed in the sub-heading under Sub-Category field and subtotoal for category field.

Pls tell how to achieve this.

Thanks

Praveen

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


7.7.02, Windows Server 2008, All Formats
March 16, 2012, 01:43 AM
Danny-SRL
Praveen,

Show us what you want. Set out the layout and put it between the CODE tags (press the right-most icon).


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

March 16, 2012, 03:38 AM
Robert Anderson
Do you have a format of the fields that you have to display??


swimming goggle
March 16, 2012, 04:34 AM
Praveen Kumar
Hi Danny,

Thanks for the response.

Here is the format mentioned below.

Sub_Category Metric

sub Heading Category1

Sub_category1 50
sub_category2 100

Sub Total(for Category) 150

sub Heading Category2

Sub_category1 75
sub_category2 90

Sub Total(for Category) 165

Can you pls suggest the way to do..


7.7.02, Windows Server 2008, All Formats
March 16, 2012, 07:32 AM
Danny-SRL
Try this:
-* File praveen01.fex
TABLE FILE CAR
SUM 
     SALES
BY  COUNTRY NOPRINT 
BY  CAR
     
ON COUNTRY SUBHEAD
"Country: <COUNTRY "
ON COUNTRY SUBTOTAL AS SubTotal
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = endeflt,
$
ENDSTYLE
END



Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF