Focal Point
[CLOSED] subtotal issue

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

September 24, 2010, 03:16 PM
Enigma006
[CLOSED] subtotal issue
Hai all

I am new to WebFOCUS. I am working on how to get data displayed like this. Can some one help me please?

Column1 Column2 Column3
data1 data2 data3

Column4 data4
Column5 data5
Column6 data6

This pattern should repeat for each record.
I am trying to use over but getting correct only partially..

And I need subtotals of column4, 5 and 6 by column2..I am getting wring values here..?!!

Please let me know of any questions.

Thanks

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


8.1.05
HTML,PDF,EXL2K, Active, All
September 25, 2010, 12:13 AM
John_Edwards
Take a look at FML -- Financial Modeling Language. It allows you to put anything you want wherever you want. A bit more work involved, but you'll get what you're looking for.

Also, consider putting all of it in the heading section or subheading section of the report and using "spot markers" to place the text (both column names and the data results) in any configuration you like. Look up "Spot Marker" in your help file and it will take you to a couple of pretty solid places to get started.

J.



September 25, 2010, 04:45 AM
FrankDutch
are the column4 and 5 and 6 multi values?
or only single values
if it is single you can put it in the header or footer or in the subfoot
the same with the totals




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

September 25, 2010, 07:53 AM
John_Edwards
They could be in the body of the report.

J.



September 27, 2010, 04:05 PM
Enigma006
Thanks for your replies. bcz of changes we had 2 reports.
Is there anyway to have subtotals on unique values of that columns??

Example output:

  

V1   V2  V3  V4   SUM1  SUM2 SUM3
A    B   C   G    10    20   30
A    B   E   F    10    20   30
ST                20    40   60

Subtotal of 3 sum fields on V1 gives 20 40 60 as V3 has different values. but it should give only unique values for each V2..!!
TABLE FILE T1
SUM
SUM1
SUM2
SUM3
BY V1
BY V2
BY V3
END

But I need output to look as above but sub total should show 10 20 30 only.?!
V1   V2  V3  V4   SUM1  SUM2 SUM3
A    B   C   G    10    20   30
A    B   E   F    10    20   30
ST                10    20   30



tried using RECAP but dint get it.
any suggestions?

Thanks


8.1.05
HTML,PDF,EXL2K, Active, All
September 29, 2010, 12:15 PM
GinnyJakes
Try BY V2 SUB-TOTAL. That will give you a subtotal for V1 and V2.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google