IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Report caster problems
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
I have 2 reports put together in one fex. When I run it from my dev studio it works great. When I run it through Report Caster, it displays the output for the first report and not the second. Is this an issue with Report Caster? My example is like this:

PRINT X
END
-RUN
PRINT Y
END
-RUN
-EXIT

The report caster will show output from X report and not Y. Is there anyway around this? Will it work if I import both separate reports in Resource Layout and then schedule it? Any help would be appreciated.

Bob
 
Posts: 7 | Registered: May 25, 2004Reply With QuoteEdit or Delete MessageReport This Post
<Joe Treliin>
Posted
Hi,

Currently, ReportCaster doesn't support multiple reports from a single FEX. The alternative, however, is to schedule multiple tasks within the same schedule.
 
Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Joe, thanks for the idea of separate tasks. That will have to work for now. Do you know if this problem is logged as an issue anywhere with IBI? If so, do you know what release it will be fixed in? If not, can we log it?
 
Posts: 7 | Registered: May 25, 2004Reply With QuoteEdit or Delete MessageReport This Post
<Joe Treliin>
Posted
Hi Bapper,

This exact issue is on my list of new features. It involves some core changes to the product. Unfortunately, it will not be completed by the 5.4 release.
 
Reply With QuoteEdit or Delete MessageReport This Post
Expert
Posted Hide Post
Bapper, not to worry, this is really easy.
TABLE FILE CAR
..do stuff
ON TABLE HOLD AS MYTAB1 FORMAT HTMTABLE
END
TABLE FILE CAR
..do more stuff
ON TABLE HOLD AS MYTAB2 FORMAT HTMTABLE
END
-RUN
-HTMLFORM BEGIN
<!-- WEBFOCUS TABLE MYTAB1 -->
<!-- WEBFOCUS TABLE MYTAB2 -->
-HTMLFORM END

that's all there is to it. i do it all day long every day. er...rather, my caster does it all day long every day. Its THE coolest thing about Caster in version 5. I learned this from the Caster prod manager at Summit in 03.
 
Posts: 2630 | Location: Manhattan | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Susannah, that worked awesome. Thank you very very much for the reply. I can see myself using this quite a bit in the future! For those of you wanting to use this code, please note that Susannah inadvertently left off an L from the first HTMLFORM, the code needs to look like this :

-HTMLFORM BEGIN
<!-- WEBFOCUS TABLE MYTAB1 -->
<!-- WEBFOCUS TABLE MYTAB2 -->
-HTMLFORM END

Thanks again.
 
Posts: 7 | Registered: May 25, 2004Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Report caster problems

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.