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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Rotating a table
 Login/Join
 
Member
posted
Is there a way that i can rotate a table with out any detail field.
(Ex. TABLE FILE XYZ
PRINT
C
BY A
BY B). And i want to have a table with Across field (Ex. TABLE FILE XYZ
PRINT
ACROSS A
ACROSS B).
When i tried creating a report with out any detail field i am getting an error message with error code (FOC007) And error message is 'THE REQUEST STATEMENT DOES NOT CONTAIN A VERB'. I tried creating a dummy field with definition ' ' and then bringing it as detail and then formatting it to have font color white to hide the results ('-'). It worked out with minor issues. But when i tried having a report created out of SQL and then a definition field Dummy with definition ' ', it is not working and causing some issues. Is there any way that we can handle this?

Environment:
Web Focus 7.1.4
Oracle 10g.
 
Posts: 2 | Registered: April 26, 2007Report This Post
Virtuoso
posted Hide Post
try this

TABLE FILE XYZ
SUM
COMPUTE NOTHING/A1=''; AS ''
ACROSS A
ACROSS B
END

I'm not sure if this is what you want but....




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
Member
posted Hide Post
Try:

PRINT
realfield NOPRINT
BY
BY
 
Posts: 1 | Registered: March 28, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders