Focal Point
ACCORDIAN REPORTS

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

January 11, 2007, 04:54 PM
VAP
ACCORDIAN REPORTS
We have 450 tax reports that users want on a dashboard but have no easy way to display without a great degree of scrolling. We want to use an accordian report. The report will read a table which will provide the hierarchy to make the reports easy to manage and run. The idea was to have a field that is hidden from the user but contains the href that would run the particular report. I can't get the href to passed to an -INCLUDE nor is the EXEC COMMAND supported. Is there a better idea?


Vince
January 17, 2007, 05:02 AM
Tony A
Vince,

A short while ago N.Selph posted a reply to a similar question on "Multiple Reports on one HTML page with BYTOC" This is the link to that post.

A most effective method but I am not sure how it will handle 450 reports!!!!

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 
January 17, 2007, 02:37 PM
MadamZuZu
i dont know if it's just me with my slow computer, but the accordian reports tend to load very sloooowly for me.


~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~
PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server)
TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode
January 17, 2007, 06:06 PM
susannah
shame about those Eagles...what a game, tho.
Have a single report , accordion or not, listing each of the 450 reports by name, and in that report, each 'name' is an ordinary drilldown that would run the corresponding fex.
Your dashboard page displays the reportnames but hides the fexname, yet passes that hidden fexname along in a drilldown when the user clicks the desired reportname.
PRINT REPORTNAME BY FEXNAME NOPRINT
...
TYPE=DATA,COLUMN=REPORTNAME,
FOCEXEC=FEXNAME(..), {TARGET=NEW,}$
the reportname and the fexname have to be together in some small datatable somewhere.
seems simple enough. what am i missing?




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
January 18, 2007, 09:35 AM
Trav
Francis had a nice method that you could use to read the HTM file to get a list of reports and fex names. You should be able to use that as your datatable w/o having to create and manually maintain something -- assuming you're already using MRE.

Check out this thread for an example and then Francis should be able to help you from there if you get stuck:

https://forums.informationbuilders.com/eve/forums/a/tpc/...391088331#4391088331



Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio
Testing: <none>
Using MRE & BID.  Connected to MS SQL Server 2005
Output Types: HTML, Excel, PDF
January 24, 2007, 02:20 PM
VAP
Thank you all for your help. I ended up using a variation of Susannah's technique since it was close to one of our earlier alternatives, it was the Eagles reference, and we got a working model. Tony's reference to N.Selph solution would have worked. Peformance not been an issue. 450 tax reports and growing is the issue. Thank's again.


Vince