Focal Point
Report Caster - Issue in output HTML&EXL2K

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

April 10, 2007, 12:12 PM
Prasanna
Report Caster - Issue in output HTML&EXL2K
All,
I am having a fex file which has 3 reports.I tried executing them using report caster.I used PCHOLD for format type with a variable and passed the value for that from Report caster. It works fine if i give EXL2K, but if i give HTML then only first report displays. I am using NOBREAK OPEN.....NOBREAK.....CLOSE after PCHOLD to make all the 3 reports in single excel page.Is it causing issue for HTML output?I am using dev studio 7.1 and report caster 7.1.1.

Regards
R.Prasanna
April 10, 2007, 01:54 PM
FrankDutch
Prasanna

if you put this line in your signature

quote:
I am using dev studio 7.1 and report caster 7.1.1.


You won't have to type it every time you post


Frank




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

April 10, 2007, 01:58 PM
Francis Mariani
The Compound Report concept doesn't work for HTML reports - the COMPOUND OPEN and CLOSE commands are ignored.

This Tech Support document discusses what to do:

http://techsupport.informationbuilders.com/sps/23192564.html

You will have to login to Tech Support to see this.


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
April 11, 2007, 01:15 AM
Prasanna
Francis,
I dont have login for tech support. Can you share that document, if possible.


Dev:
Dev Studio 7.1.6,Report Caster 7.1.1,Servlet
Local:
Dev Studio 7.1.6,Report Caster 7.1.1,Apache 5.0.2,
Win XP


April 11, 2007, 03:16 AM
Tony A
Prasanna,

The whole point of having to log in to the Tech Support site is to ensure that Customers only have access to the facilities there. Giving you a copy of any document to which a valid Customer has access would not be right.

If you want these documents you will need to ensure that your company has an agreement with IB and then use the details to create a sign in to access the documents etc.

Think of it in the same manner as one of your friends buying a licensed copy of "Vista" and you saying that you would like them to make you a copy - is it right? No it's not.

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 
April 12, 2007, 10:19 AM
BobSh
If your company has paid for Support, you can log onto techsupport.ibi.com and create an account. Then you can obtain documents.


WebFOCUS 7.7.05M, gen 144, Windows 2008 Server R2 64-bit, Tomcat 6.0.33, IIS 7.0, SQL Server, Excel 2013, PDF, HTML, FOCUS files.
April 12, 2007, 12:09 PM
Tony A
quote:
If you want these documents you will need to ensure that your company has an agreement with IB and then use the details to create a sign in to access the documents etc.

Basically as I said?

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 
April 14, 2007, 09:40 AM
Prasanna
All,
Got a solution for the issue without tech support document.I used the Dialogue manager variables to store the variables that was sent by report caster, then based on the value i set the new variables to hold the format-"EXL2K or HTML".Then calling the new variable in the table which has the format that to be hold for the table.Now its working fine.