Is it possible to generate a row-titles in two lines ?
enclosed please find under attachment !
thank you !
regard
ümit
Hi,
1.Unlock the Report.
2.Click on Report Header and delete the text.
3.Insert an "HTML Item" in the List Header.
4.Put this code there
<HTML>
Line One <b r>Line Two
</HTML>
[PS: Put 'b' and 'r' together in the <>]
Regards,
Tarun
Hi, i have another solution for this problem
please go through the following steps.
1.Take one list report
2.Go to Structure menu -->click on list headers and footers.
3.In the ist headers and footers-->Overall headers.
4.Click ok.
5.Unlock u report.
6.select summary text item(not header) and press delete.
7.select the overall headers and select splitcell in tool bar(u can find in the Stucture menu also).
8.Drag the text items into the cells(write what ever u want).
9.Select the splitcells and change the class for the split cells to List column title cell.
i think its work fine
i have a other method too :-)
- unlock the report
- go to the header cell and delete the textelement
- insert a block for every line you want (a block generates a br automatically)
- insert textelements in the blocks