Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

hiding information

edited October 2003 in General
Hello,
I have my detail is composed as follow:

Code Name Surname Address City

1 aName1 aSurname 1 aAdress1 aCity1
2 aName2 aSurname2 aAdress2 aCity2
I'd like to hide the intere colum when its values are blank. Ex. All
records in my database have address field empty, I want all the column
Address to be removed from the report and column city following Surname...
I can't believe I have to write code to change the left of each db control.
I should be able to dispaly :
Code Name Surname City

1 aName1 aSurname 1 aCity1
2 aName2 aSurname2 aCity2
Thanks
marco

Comments

  • edited October 2003
    Hi Marco,

    Unfortunately this is not a feature of ReportBuilder. If you would like to
    see this effect, you will need to manually move each component in the "City"
    column over to fill the space left by the "Address" column.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.