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     Verb Objects Times Retrieved Columns Exceeds Maximum

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Verb Objects Times Retrieved Columns Exceeds Maximum
 Login/Join
 
<ksarkar>
posted
Hello,

I am trying to create a matrix report using WebFOCUS code. The data source is a flat file (.ftm). The size of the report is 39 rows X 33 columns. I guess WebFOCUS does not like such a big matrix. However, I need to display the report in this format only. If anyone has any known workarounds, it would be very helpful.

Thank you in advance.

K.S.
 
Report This Post
<ksarkar>
posted
Hello again,

Sorry, the error I get on running the report is the Subject line of the post, i.e. "Verb Objects Times Retrieved Columns Exceeds Maximum".

Thank you.

K.S.
 
Report This Post
Expert
posted Hide Post
Would you please post the code that is supposed to generate the matrix?

Thanks.
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
<ksarkar>
posted
Hello,
The code is:

TABLE FILE XYZ
SUM
FIELD1
FIELD2
.
.
.
FIELD39
ACROSS FILELDX

END

FIELDX has 33 values

Thank you.

K.S.
 
Report This Post
Expert
posted Hide Post
That will give you 33 sets of 39 columns or 1287 columns.

The max is currently 1056 (I think).

Change your ACROSS to a BY.

Alternatively use OVER for your summed values to produce 39 rows of 33 columns.
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
<DocServices>
posted
Greetings,

For additional information see Maximum Number of Display Fields Supported in a Request in the Creating Reports With WebFOCUS Language manual.

In Version 7.1, this topic is in Chapter 3 (DN4500695.0505). In Version 5.3, this topic is in Chapter 2 (DN4500580.0904).

Hope this helps. Big Grin

Regards,
Jennifer
 
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     Verb Objects Times Retrieved Columns Exceeds Maximum

Copyright © 1996-2020 Information Builders