Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Column Headings Display

Former Member
0 Likes
926

Hi Experts,

I am developing a Classical Report. So, for displaying the Column Headings in the output list, Is there any other alternative apart from the mentioning of the Column headings with the WRITE statement?

ThanQ.

Message was edited by:

Srinivas

1 ACCEPTED SOLUTION
Read only

SantoshKallem
Active Contributor
0 Likes
903

text elements..

go thru navigation.

or else

write: text-001. (double click on 001) and create

yah u can get multiple lines here.

ex.

write: text-001,

text-002.

in 001 mention 'document' and in 002 'number'.

it will display as

documnet

number

hope vertical line is not possible in this method

Message was edited by:

Santhosh Reddy

Hi Experts,

I am developing a Classical Report. So, for displaying the Column Headings in the output list, Is there any other alternative apart from the mentioning of the Column headings with the WRITE statement?

ThanQ.

Message was edited by:

Srinivas

7 REPLIES 7
Read only

SantoshKallem
Active Contributor
0 Likes
904

text elements..

go thru navigation.

or else

write: text-001. (double click on 001) and create

yah u can get multiple lines here.

ex.

write: text-001,

text-002.

in 001 mention 'document' and in 002 'number'.

it will display as

documnet

number

hope vertical line is not possible in this method

Message was edited by:

Santhosh Reddy

Read only

0 Likes
903

ThanQ.

And I am looking for the Column Headings in such a way that, they shuld come in 2 rows, e.g.,

Instead of '' Customer Number''

I wuld like get,

''Customer

Number''

So, Is there any simple option, other than WRITE statement?

ThanQ.

Read only

0 Likes
903

Hi..,

WHen u go to this list headings.. here u can find 3 lines for giving column headings and one line for list heading..

in one line give <b>customer</b> and u can give as many spaces as u want .. and in the next line give it as <b>number</b> .. and check the output .. u will get the required output !!

yes in this list headings .. you can give two to three column heading like.

<b>

customer

number</b>

customer in one line and number in second line !!

reward if it helps u..

sai ramesh

Read only

0 Likes
903

ThanQ Sai,

But, I wanna to hv a Vertical Line in btween the column headings, i.e. <i>VLINE NO-GAP</i>

ThanQ:

Read only

0 Likes
903

Hi..,

for vertical line u can type the symbol as <b>SHIFT+BACKSLASH</b> u will get a vertical line...( the key beside the equal to key = )

reward all helpful answers !!

sai ramesh.

Read only

Former Member
0 Likes
903

Hi..,

You can do it in list headings also..

In the editor select

<b>GOTO>TEXT ELEMENTS> LIST HEADINGS ..</b>

here u can give the column and List headings !!!

2 to 3 lines of column headings you can give here !!

reward if it helps u..

sai ramesh

Read only

0 Likes
903

Hi Sai Ramesh,

How to get in 2 rows of a single Column Heading, apart from Explicitly mentioning with the WRITE statement?

ThanQ.

Message was edited by:

Srinivas