Quantcast
Viewing all articles
Browse latest Browse all 2791

Cell from table within each row

I have a query with the top 25 records that I need to display and I can create a table in SSRS and display these but the problem is I need to display one of the fields from each row underneath each ssrs table row. so a normal table looks something like this:__________________________| Val1 | Val2 | Val3 | Val4 | Val5 |__________________________| Val1 | Val2 | Val3 | Val4 | Val5 |__________________________| Val1 | Val2 | Val3 | Val4 | Val5 |__________________________And I'm trying to get it to look more like this:_____________________| Val1 | Val2 | Val3 | Val4 |-----------------------------------|- - - - - - - Val5 - - - - - - - -|__________________________________________| Val1 | Val2 | Val3 | Val4 |-----------------------------------|- - - - - - - Val5 - - - - - - - -|__________________________________________| Val1 | Val2 | Val3 | Val4 |-----------------------------------|- - - - - - - Val5 - - - - - - - -|_____________________***** EDIT: added the dashes by Val5 to keep the width of the column.

Viewing all articles
Browse latest Browse all 2791