Skip to Content
0
Former Member
Apr 28, 2009 at 05:05 AM

BSP Column Name Change

39 Views

hI cHRIS,

I used table view column In that i specified my column name in coumn name and my own text in title.. but the data is not coming out,

Since i have used same dataelement stucture for all the column data is not flowing ..

How should i go further

<htmlb:tableView id    = "hema"
                                 table = "<%= me->data1 %>" >
                  <htmlb:tableViewColumn columnName = "ZDATE"
                                         title      = "Year" />
                  <htmlb:tableViewColumn columnName = "VALUE OF VALUATED STOCK"
                                         title      = "DM" />
                  <htmlb:tableViewColumn columnName = "Value"
                                         title      = "MLS" />
                  <htmlb:tableViewColumn columnName = "Value"
                                         title      = "SIIT" />
                  <htmlb:tableViewColumn columnName = "Value"
                                         title      = "IMP" />
                  <htmlb:tableViewColumn columnName = "Value"
                                         title      = "CONS" />
                  <htmlb:tableViewColumn columnName = "Value"
                                         title      = "MKTG" />
                </htmlb:tableView>

i want my output to display in this way..

year    dm    idm     emp

here except year all the data have same structure. So my output displays same name for all.

Plz share ur ideas to correct me

Thanks in advance