Focal Point
[CLOSED] EXPANDABLE REPORT

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

May 04, 2010, 03:35 PM
Arif
[CLOSED] EXPANDABLE REPORT
I am trying to Create an EXPANDABLE ACCORDIAN REPORT.
I Want to be able to SEE Totals for sort group for example:
Period1 Period2
I have Fields:
+District (TOTAL) or at the bottom
+Location1
SUM(SALES) SUM(SALES)
+LOcation2
SUM(SALES) SUM(SALES)

How do I go about it. I know I can get row and colum totals.
Also, can I control the Expanable field.

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


WebFOCUS 7.6.10
Windows
HTML
May 04, 2010, 03:50 PM
GinnyJakes
Does this work for you?
TABLE FILE CAR
PRINT SALES
BY COUNTRY SUBFOOT
"<COUNTRY <ST.SALES"
BY CAR 
BY MODEL
ON TABLE SET EXPANDABLE ON
END



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
May 04, 2010, 03:54 PM
Arif
ITs not adding Accordian in the report.


WebFOCUS 7.6.10
Windows
HTML
May 04, 2010, 04:18 PM
GinnyJakes
Did you run my sample code? I see the plus signs in addition to the subfoot. I tested this in 7.6.5 and 7.6.11.

Can you please start reproducing your errors with one of the sample files so that we can test in our own environments?


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
May 04, 2010, 04:31 PM
Francis Mariani
Works for me.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
May 04, 2010, 04:35 PM
Arif
IT worked for me too now. I am going to try in my production DB. I am keeping my fingers crossed. I will let you know the results. Can you add accordians in Excel?

Arif


WebFOCUS 7.6.10
Windows
HTML
May 04, 2010, 04:41 PM
GinnyJakes
No, it is an HTML construct only.


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
May 04, 2010, 04:49 PM
Francis Mariani
Time to read the documentation: Creating Reports With WebFOCUS Language > Navigating Within an HTML Report > Controlling the Display of Sorted Data With Accordion Reports


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
May 05, 2010, 01:27 AM
Arif
I have some reports coming out of my peoplesoft reporting that includes expandable fields in excel that is why I asked if there is a trick.

I was able to work my report using your Car code.Thank you. I noticed that I can created multiple subheadings with totals.
SO, ST. is a sum function in report subheading?


WebFOCUS 7.6.10
Windows
HTML
May 05, 2010, 04:01 AM
Tony A
quote:
Time to read the documentation:

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
May 05, 2010, 09:08 AM
GinnyJakes
To follow up on Tony's post, look up prefix operator. There are a number of useful ones you should get to know.


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