Focal Point
Drill downs encapsulated in stand alone pdf file

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

July 30, 2007, 04:28 AM
dkirk
Drill downs encapsulated in stand alone pdf file
Dear all,

I am not sure if this is incredibly easy or a silly idea but I would like to be able to send a pdf file out so that the person recieving it can access the drill downs without having to link back to our webfocus system. I have tried one or two things but so far no luck. Anyone any ideas
July 30, 2007, 05:15 AM
FrankDutch
It depends on where the linked report are created. If it is in de MRE, if it is a public report, if you need a user ID and a password, if the receiver of the basic report is already logged in.
So the idea is not silly, but the answer is not easy without all the above ifs....




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

July 30, 2007, 05:29 AM
Tony A
Consider the fact that the drill downs will execute another request against your WebFOCUS servers and then answer your own debate Wink.

You are basically asking for the report to be provided at a summary level with the capability of deriving the detail without rerunning any reports (and therefore not accessing your servers), so the answer is (possibly) to use active reports.

Now these are obviously HTML files and not PDF as you request but, without storing all the relevant drill downs version of the reports in a central repository and then referencing them instead of the drill down, you would still need to execute a proc on your server, so PDF is a non starter I think.

Another alternative is to use an Excel template to hold all the data required (extracted by WebFOCUS) and then have a bunch of macros that provide the level of reports upon clicking a button or link.

T

This message has been edited. Last edited by: Tony A,



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 
July 30, 2007, 06:29 AM
dkirk
Thanks TonyA you have summarised my predicament perfectly. I had a feeling that it would not be possible but thought I would ask. I will have a look at Active Reports and see if that can help.

Many thanks for the responses.
July 30, 2007, 09:35 AM
Leah
Are you licensed for active reports, within some limits, from what I've seen demonstrations of it would give some capabilities. We don't have it though, so not sure on any details.


Leah
July 30, 2007, 09:39 AM
FrankDutch
And there are some limitation:

Available since 7.1.x
Number of records you can put in one report is(depending on your explorer) limited. (from Microsoft IE with 5.000 to Firefox with 20.000)




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

July 30, 2007, 09:44 AM
dkirk
We are not currently licensed for it so will have some discussions internally about what I am attempting to do before going ahead. Has anyone any other experiences using Active Reports?
July 30, 2007, 09:53 AM
Francis Mariani
Wouldn't "Drill Through" do what you require?

Example from the manual:

TABLE FILE GGSALES
SUM UNITS DOLLARS 
BY CATEGORY 
BY PRODUCT
ON TABLE PCHOLD FORMAT PDF OPEN
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=PRODUCT, DRILLTHROUGH=DOWN(CATEGORY PRODUCT), $
ENDSTYLE
END 
-RUN

SET SQUEEZE=ON
TABLE FILE GGSALES
SUM UNITS BUDUNITS DOLLARS BUDDOLLARS
BY CATEGORY NOPRINT 
BY PRODUCT NOPRINT
ON CATEGORY PAGE-BREAK
HEADING CENTER
"Category: <CATEGORY"
" " 
ON PRODUCT SUBHEAD
"**** Product: <PRODUCT"
BY REGION 
BY CITY
ON TABLE PCHOLD FORMAT PDF CLOSE
ON TABLE SET STYLE *
TYPE=SUBHEAD, LINE=1, ITEM=2, DRILLTHROUGH=FIRST(CATEGORY PRODUCT), COLOR=RED, $
ENDSTYLE
END 
-RUN



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
July 30, 2007, 10:46 AM
FrankDutch
I knew there was a good reason why you have "virtuoso" with your name....

I never tried this, but it looks very simple and easy to build. Thanks for the Example Francis.




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

July 30, 2007, 11:09 AM
Francis Mariani
You're welcome, Master!


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
August 12, 2007, 03:20 AM
susannah
ohhh
this is a sweet idea!
thanks for finding it francis




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID