This topic is locked
[SOLVED]

 Hide Columns, but show Totals for that Column

8/25/2012 12:37:17 AM
ASPRunnerPro General questions
S
solosoftware author

Hello ASPRunner,
I wish to hide some columns from the list page. Those columns that I wish to hide, have totals, and I want those totals to show on the page.
How can I go around this, but keeping the totals on the List page. If ASP code is needed, please include it.
Thanks for your help

S
solosoftware author 8/25/2012

It's a HTML tweak (I know zero html, less ASP), as I could not find an option to hide columns on the software.
0) On the Style page, goto Customize, Grid, change the background color of the "Data alt" to white. You will not have alternate row colors

  1. On the Editor, get into HTML mode and find the table headers of the columns you whish to hide
  2. Remove all reference to them, they will not show on the display
  3. Go back to design mode
  4. The values for the fields are there, change their background color to white
    Do some more moving on the Editor. The attached image is the end result of what I wanted (see the totals, but not show the details of a particular column)
    Images cannot be inserted, so I cannot show you the end results.