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     Column to row conversion

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Column to row conversion
 Login/Join
 
<Arun>
posted
Hi All,
i have a problem in creating a table report, where the column values needs to be displayed row wise. The following should explain what i am expecting:

I have a query :

select column1, column2, column3 from table1;
(This query will always return only 1 row)

Currently the report output(HTML) looks like this:

Column1 Column2 Column3
A 12 78


But i want my report to be like :

Column1 A
Column2 12
Column3 78

Is there anyway through which i can achieve the above format?


DDL for table:
Create table table1(column1 char(1),column2 number,column3 number);
 
Report This Post
Platinum Member
posted Hide Post
TABLE FILE XXXXXX
PRINT COLUMN1
OVER COLUMN2
OVER COLUMN3
END


WF 8 version 8.2.04. Windows.
In focus since 1990.
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report This Post
Virtuoso
posted Hide Post
TABLE FILE WHATEVER
PRINT COLUMN1 OVER
COLUMN2 OVER
COLUMN3
END


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Virtuoso
posted Hide Post
Well there ya go...two answers at once.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
<Arun>
posted
U guys are rocking :-) . Thanks for immediate reply

Thanks,
Arun
 
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     Column to row conversion

Copyright © 1996-2020 Information Builders