sql - In Report Builder 3.0 to group the two columns in one cell? -


i have report , there column:

 date begin     date end -----------    ---------- [date_begin]   [date_end] 

now need combine them single cell , rename date:
result should be:

           date ------------   ---------     begin         end ------------   --------- [date_begin]   [date_end]  

how it,
tried through 'add group'-->'parent group'? report builder 3.0

you shouldn't bother merge these cells.

simply create additional row above "date begin" , "date end". can done right clicking on top row , select insert row.

then merge 2 cells above "date begin" , "date end" cells , type description "date" in merged cell.

this should output seem require. unless there reason why require these in same cell?


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -