Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Active Report Limitations

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Active Report Limitations
 Login/Join
 
<Jax>
posted
We have a rather elaborate matrix report with several rows printed OVER and ACROSS several periods (poor man's FML). The report appears correctly in EXL2K and HTML but does not even execute in AHTML. In fact, when querying the server the agent appears as idle.

This is WF 7.6.5 and a Tomcat server. We did open a case with IBI but we did want to pass this among the FOCUS nation to see if others had experienced this enigmatic situation. Also, I did an expansive search here in Focal Point and could not find anything so how much more we need your help here.
 
Report This Post
Expert
posted Hide Post
Since all the data for an Active Report is stored in the browser, there is a limit as to the number of rows that make sense to put in the report. You didn't happen to mention that fact. Also, I'm not sure OVER makes sense in that context.

Also, please update your profile signature with your product suite, release, and platform.

Thanks.


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
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Virtuoso
posted Hide Post
I agree on Ginny's point OVER is not the common command I would expect in this context.
AHTML is preparing a kind of report with records you want to play with.
The over command puts different fields in different rows and in the same column.




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

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
<Jax>
posted
The code has been modified to use &OVER, which is -SET &OVER = IF &WFRMT = AHTML THEN ' ' ELSE 'OVER;

That code works great for EXL2K and HTML but not for Active Reports. When selecting Active Reports the situation still prevails where the report starts but the server shows the agtent as idle. We did confirm that the &OVER code does work correctly by running SET XRETRIEVAL = OFF.

I'm not sure if this is germane to the issue but this are SQL Server tables.
 
Report This Post
Expert
posted Hide Post
How many rows are in the answer set/report?


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
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Virtuoso
posted Hide Post
quote:
We did confirm that the &OVER code does work correctly by running SET XRETRIEVAL = OFF.


(Note that the displayed -SET statement has at least two errors. I presume the original was clean.)

So Dialog Manager is acting as expected when AHTML is selected, and the resolved TABLE request does not contain OVER.

If so, your problem is not with "OVER and Active Reports". Shift your focus.

Factor out your dialog manager (try running with &ECHO=ON, &STACK=OFF, and grab the generated pure Focus code from View Source), and play with the pure Focus code till you trap the fox.


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Platinum Member
posted Hide Post
The 'OVER' is not the problem. In an AR it is just ignored and treated as if you said 'AND'.
Can you post the report so we can see what else it contains?


Release 7.6.9
Windows
HTML
 
Posts: 226 | Registered: June 08, 2003Report This Post
Expert
posted Hide Post
I still want to know how many rows there are in the report. It may be that the agent is idle because all of the data has been retrieved. However, if there are too many rows, it may be that the page is taking too long to render. Does the browser window come up as blank?


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
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
<Jax>
posted
There are 68 rows across 12 months + a summary column. We were running into a (FOC153) VERB OBJECTS TIMES RETRIEVED COLUMNS EXCEEDS MAXIMUM error so the report was rewritten as a compound report.

I will work up a sanitized version of the code because there are some customer confidentiality issues here.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Active Report Limitations

Copyright © 1996-2020 Information Builders