Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Les.61
Starting Member
49 Posts |
Posted - 2013-11-17 : 19:33:00
|
I am trying to create a report which has approx 20 columns for all clients. Then there are about 10 columns for all clients but some will need to have an extra 10 columns with the same type of data as the first 10 cloumns. So in essence the first 30 coloumns have name , address, etc and the next 10 have the account details. If the client has more then one account I need to repeat as additional columns rather then additional rows.Is this possible and can you direct me to a ewb page with examples, etc.Many thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-11-18 : 05:57:32
|
its possible. basically you'll include all columns in your report and then add a expression for hidden property based on clientname or number and based on which you'll decide whether to show or hide them.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|